Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | When parsing RRs 'eat' last '.' symbol | Vsevolod Stakhov | 2010-11-01 | 1 | -1/+1 |
| | |||||
* | Fixes bugs found with clang-static analyser. | Vsevolod Stakhov | 2010-10-11 | 1 | -5/+4 |
| | | | | | Strictly follow c99 standart. Turn on pedantic c99 checks. | ||||
* | Fixes types (use glib ones) no functional change. | Vsevolod Stakhov | 2010-10-06 | 1 | -67/+67 |
| | | | | | Now all comments in commit logs beginning with '*' would be included in changelog, so important changes would be separated from small ones. | ||||
* | * Write symbols weights to rspamc output | Vsevolod Stakhov | 2010-07-31 | 1 | -1/+1 |
| | | | | | | * Improve logic of selecting rspamc version * Do not try to parse broken DNS replies * Add 'raw' flag to FROM_EXCESS_BASE64 rule (requested by citrin) | ||||
* | * Fix parsing txt records to avoid reading of uninitialized data | Vsevolod Stakhov | 2010-07-28 | 1 | -3/+5 |
| | |||||
* | * Fix labels parsing | cebka | 2010-07-28 | 1 | -3/+6 |
| | |||||
* | * Stupid error in calculation compressed label length | Vsevolod Stakhov | 2010-07-20 | 1 | -1/+1 |
| | |||||
* | * Fix problems with parsing compressed names | Vsevolod Stakhov | 2010-07-20 | 1 | -10/+37 |
| | | | | * Fix TXT records parsing | ||||
* | * Do not try to resolve names with several dots in a row | Vsevolod Stakhov | 2010-07-19 | 1 | -0/+6 |
| | | | | * Fix surbl request formatting for ip addresses | ||||
* | * Calling callbacks may cause destroying session from which we are calling ↵ | Vsevolod Stakhov | 2010-07-13 | 1 | -6/+10 |
| | | | | callback so we MUST call callback as the latest action | ||||
* | * Do not insert unparsed RR's into reply | Vsevolod Stakhov | 2010-07-13 | 1 | -13/+26 |
| | |||||
* | * Fix some problems with TXT records | Vsevolod Stakhov | 2010-07-13 | 1 | -11/+14 |
| | | | | * Try to fix removing of DNS events | ||||
* | * Fix lua DNS code | Vsevolod Stakhov | 2010-07-13 | 1 | -5/+20 |
| | | | | * Decompress labels in DNS packets more strictly | ||||
* | * Remove evdns and use only rspamd resolver | Vsevolod Stakhov | 2010-07-09 | 1 | -4/+2 |
| | |||||
* | * Make SURBL module to use rspamd dns module | Vsevolod Stakhov | 2010-07-09 | 1 | -8/+25 |
| | | | | * Several fixes to DNS logic | ||||
* | * Add support for parsing SPF and SRV records | Vsevolod Stakhov | 2010-07-09 | 1 | -8/+114 |
| | | | | | * Fix PTR parsing * Add tests | ||||
* | * Make DNS resolver working | Vsevolod Stakhov | 2010-07-08 | 1 | -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' flag | Vsevolod Stakhov | 2010-07-06 | 1 | -9/+256 |
| | | | | | | | * Write more code for DNS resolver: - initial RR parser - name compression - replies handler | ||||
* | * Add resolv.conf parsing into dns.c | Vsevolod Stakhov | 2010-07-01 | 1 | -14/+113 |
| | | | | * Fix microseconds<->milliseconds conversions | ||||
* | * Add ability to set filters for smtp worker for each smtp stage | Vsevolod Stakhov | 2010-06-29 | 1 | -0/+636 |
* Add very initial version of DNS resolver (many things to be done) |