Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Feature] Improve url redirector module | Vsevolod Stakhov | 2017-02-06 | 1 | -0/+1 |
| | | | | | | | - Use HEAD instead of GET - Limit body length - Check for cached results before testing them on HTTP - Really limit number of nested queries | ||||
* | Merge pull request #1388 from fatalbanana/b3 | Vsevolod Stakhov | 2017-02-01 | 2 | -96/+0 |
|\ | | | | | rspamadm grep | ||||
| * | [Minor] Recreate grep tool as `rspamadm grep` | Andrew Lewis | 2017-02-01 | 2 | -103/+0 |
| | | |||||
| * | [Minor] Fixes for rspamdgrep | Andrew Lewis | 2017-01-31 | 1 | -22/+29 |
| | | |||||
* | | [Minor] Improve portability | Vsevolod Stakhov | 2017-02-01 | 2 | -2/+10 |
|/ | |||||
* | [Feature] Implement rspamdgrep tool | Andrew Lewis | 2017-01-31 | 2 | -0/+96 |
| | |||||
* | [Minor] One more definition missed on Linux | Vsevolod Stakhov | 2017-01-19 | 1 | -0/+3 |
| | |||||
* | [Minor] Add missing macro | Vsevolod Stakhov | 2017-01-19 | 1 | -0/+5 |
| | |||||
* | [Minor] Fix build with gcc 4.2 | Vsevolod Stakhov | 2017-01-19 | 1 | -2/+17 |
| | | | | | Issue: #1351 Reported by: @brad0 | ||||
* | [Fix] More fixes for iterators cleanup | Vsevolod Stakhov | 2017-01-17 | 1 | -5/+5 |
| | |||||
* | [Fix] Fix memory leak in safe ucl iterators | Vsevolod Stakhov | 2017-01-17 | 1 | -0/+10 |
| | |||||
* | [Minor] Update public suffix list | Andrew Lewis | 2017-01-17 | 1 | -181/+115 |
| | |||||
* | [Minor] Add auto type to the parser method | Vsevolod Stakhov | 2017-01-13 | 1 | -0/+3 |
| | |||||
* | [Feature] Allow custom parse types in lua ucl | Vsevolod Stakhov | 2017-01-13 | 5 | -16/+70 |
| | |||||
* | [Feature] Add ucl_object_iterate_full function | Vsevolod Stakhov | 2017-01-10 | 2 | -4/+30 |
| | |||||
* | [Fix] Fix name of var | Vsevolod Stakhov | 2017-01-02 | 1 | -1/+1 |
| | | | | MFH: true | ||||
* | [Fix] Plug memory leak | Vsevolod Stakhov | 2017-01-01 | 1 | -0/+2 |
| | | | | MFH: true | ||||
* | [Minor] Add enable full debug option | Vsevolod Stakhov | 2016-12-25 | 9 | -0/+24 |
| | |||||
* | [Fix] Use rspamd hashes in embedded ucl | Vsevolod Stakhov | 2016-12-08 | 1 | -99/+10 |
| | |||||
* | [Feature] Use t1ha instead of metrohash and xxhash32 | Vsevolod Stakhov | 2016-12-08 | 2 | -141/+525 |
| | |||||
* | acism: Add missing glib dependency | Andreas Schneider | 2016-11-28 | 2 | -0/+4 |
| | | | | This library uses g_ascii_tolower() | ||||
* | [Minor] Fix build with clang and BMI | Vsevolod Stakhov | 2016-11-27 | 1 | -1/+1 |
| | |||||
* | [Fix] Fix build with custom glib/gmime | Vsevolod Stakhov | 2016-11-26 | 1 | -20/+22 |
| | |||||
* | [Minor] Update tld file | Vsevolod Stakhov | 2016-11-23 | 1 | -46/+268 |
| | |||||
* | [Fix] Another fix for brain-damaged hiredis | Vsevolod Stakhov | 2016-11-20 | 1 | -0/+1 |
| | |||||
* | [Fix] Fix handling of HTTP HEAD methods | Vsevolod Stakhov | 2016-10-18 | 1 | -1/+1 |
| | |||||
* | [Fix] Fix HTTP methods other than GET and POST | Vsevolod Stakhov | 2016-10-18 | 1 | -2/+3 |
| | |||||
* | [Minor] Try to fix some memory inconsistencies | Vsevolod Stakhov | 2016-09-30 | 1 | -2/+3 |
| | |||||
* | [Minor] Don't hide errors in librdns | Andrew Lewis | 2016-09-27 | 1 | -1/+3 |
| | |||||
* | [Fix] Do not replan retransmits if merely one server is defined | Vsevolod Stakhov | 2016-09-26 | 2 | -27/+42 |
| | |||||
* | [Fix] Another fix for rdns write errors | Vsevolod Stakhov | 2016-09-22 | 1 | -3/+17 |
| | | | | Issue: #971 | ||||
* | [Fix] Another try to fix RDNS events processing logic | Vsevolod Stakhov | 2016-09-21 | 4 | -30/+47 |
| | | | | | Issue: #971 MFH: true | ||||
* | [Fix] Fix DNS write errors processing | Vsevolod Stakhov | 2016-09-20 | 1 | -3/+7 |
| | | | | | Issue: #971 MFH: true | ||||
* | [Feature] Allow to use dictionaries for compression | Vsevolod Stakhov | 2016-09-09 | 1 | -2/+3 |
| | |||||
* | [Feature] Add zstd compression library | Vsevolod Stakhov | 2016-09-08 | 29 | -2/+15181 |
| | |||||
* | [Fix] Fix hiredis stupidity | Vsevolod Stakhov | 2016-09-08 | 2 | -5/+9 |
| | |||||
* | [Minor] Fix parsing of 'nxdomain' rcode | Vsevolod Stakhov | 2016-08-27 | 1 | -0/+3 |
| | |||||
* | [Minor] Add another helper for rdns | Vsevolod Stakhov | 2016-08-26 | 2 | -0/+52 |
| | |||||
* | [Minor] Add function to parse string to rdns request type | Vsevolod Stakhov | 2016-08-26 | 2 | -0/+49 |
| | |||||
* | [Fix] Make dnssec configurable option disabled by default for now | Vsevolod Stakhov | 2016-08-18 | 4 | -1/+21 |
| | |||||
* | [Minor] Make function to punycode DNS values publicly available | Vsevolod Stakhov | 2016-08-18 | 2 | -10/+10 |
| | |||||
* | [Feature] Add support of stub DNSSEC resolver to rdns | Vsevolod Stakhov | 2016-08-18 | 4 | -4/+17 |
| | |||||
* | Merge pull request #796 from bryongloden/patch-2 | Vsevolod Stakhov | 2016-08-03 | 1 | -1/+1 |
|\ | | | | | Update local_scan.c | ||||
| * | Update local_scan.c | Bryon Gloden, CISSPĀ® | 2016-08-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | | [../rspamd-master/contrib/exim/local_scan.c:630]: (error) Uninitialized variable: rej It's always good to initialize integer variables, at least to 0, because if you try to retrieve its value before it gets assigned any actual (non-garbage) value, then it results in undefined behavior. Found by https://github.com/bryongloden/cppcheck | ||||
* | | Update acism_create.c | Bryon Gloden, CISSPĀ® | 2016-08-02 | 1 | -3/+9 |
|/ | | | | | | | Passing one pointer into realloc() and assigning the result directly into that same pointer variable can cause a memory leak if the reallocation fails, because the original allocation will still exist. The correct way to do this is to use a temporary pointer variable. Credit: http://stackoverflow.com/a/11548901 Found by https://github.com/bryongloden/cppcheck | ||||
* | [Minor] Sync public suffix list with upstream | Andrew Lewis | 2016-07-25 | 1 | -21/+327 |
| | |||||
* | [Fix] Fix potential NULL dereference | Vsevolod Stakhov | 2016-07-05 | 1 | -0/+5 |
| | |||||
* | [Feature] Update mumhash | Vsevolod Stakhov | 2016-06-10 | 1 | -19/+18 |
| | |||||
* | [Fix] Link lpeg to rspamd lua library | Vsevolod Stakhov | 2016-05-28 | 2 | -6/+4 |
| | |||||
* | [Fix] Fix Exim shutdown patch | Andrew Lewis | 2016-05-15 | 1 | -6/+6 |
| |