summaryrefslogtreecommitdiffstats
path: root/src/dns.c
Commit message (Collapse)AuthorAgeFilesLines
* * Do not insert unparsed RR's into replyVsevolod Stakhov2010-07-131-13/+26
|
* * Fix some problems with TXT recordsVsevolod Stakhov2010-07-131-11/+14
| | | | * Try to fix removing of DNS events
* * Fix lua DNS codeVsevolod Stakhov2010-07-131-5/+20
| | | | * Decompress labels in DNS packets more strictly
* * Remove evdns and use only rspamd resolverVsevolod Stakhov2010-07-091-4/+2
|
* * Make SURBL module to use rspamd dns moduleVsevolod Stakhov2010-07-091-8/+25
| | | | * Several fixes to DNS logic
* * Add support for parsing SPF and SRV recordsVsevolod Stakhov2010-07-091-8/+114
| | | | | * Fix PTR parsing * Add tests
* * Make DNS resolver workingVsevolod Stakhov2010-07-081-67/+239
| | | | | | * Many improvements to rspamd test suite: now it CAN be used for testing rspamd functionality * Write DNS resolver tests * Fix issues with memory_pool mutexes and with creating of statfiles
* * Add ability to test regexp with 'T' flagVsevolod Stakhov2010-07-061-9/+256
| | | | | | | * Write more code for DNS resolver: - initial RR parser - name compression - replies handler
* * Add resolv.conf parsing into dns.cVsevolod Stakhov2010-07-011-14/+113
| | | | * Fix microseconds<->milliseconds conversions
* * Add ability to set filters for smtp worker for each smtp stageVsevolod Stakhov2010-06-291-0/+636
* Add very initial version of DNS resolver (many things to be done)