aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] Another try to fix shiftingVsevolod Stakhov2020-01-171-3/+3
|
* [Minor] Fix race condition in slow timerVsevolod Stakhov2020-01-171-9/+24
|
* [Minor] Another try to fix urls shifting when decodingVsevolod Stakhov2020-01-171-4/+13
|
* [Minor] Reset slow flag on checks pauseVsevolod Stakhov2020-01-171-0/+10
|
* [Minor] Forgot in the previous commitVsevolod Stakhov2020-01-171-0/+9
|
* [Minor] Postpone log closing unless we have opened a new oneVsevolod Stakhov2020-01-171-6/+39
|
* Merge pull request #3215 from korgoth1/masterVsevolod Stakhov2020-01-161-10/+4
|\ | | | | [Feature] SPF: Convert external IP to a map
| * [Test] SPF external IP mapkorgoth12020-01-161-29/+1
| |
| * [Test] SPF external IP mapkorgoth12020-01-151-2/+24
| |
* | [Minor] Lua_task: Remove unused crapVsevolod Stakhov2020-01-161-23/+6
| | | | | | | | Issue: #3220
* | Merge pull request #3218 from cgzones/no_replxxVsevolod Stakhov2020-01-161-0/+6
|\ \ | | | | | | [Minor] fix compilation without replxx
| * | [Minor] fix compilation without replxxChristian Göttsche2020-01-161-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ../src/rspamadm/lua_repl.c: In function ‘rspamadm_lua_run_repl’: ../src/rspamadm/lua_repl.c:615:8: warning: unused variable ‘i’ [-Wunused-variable] 615 | gsize i; | ^ ../src/rspamadm/lua_repl.c:614:11: warning: unused variable ‘tb’ [-Wunused-variable] 614 | GString *tb = NULL; | ^~ ../src/rspamadm/lua_repl.c:613:11: warning: unused variable ‘is_multiline’ [-Wunused-variable] 613 | gboolean is_multiline = FALSE; | ^~~~~~~~~~~~ ../src/rspamadm/lua_repl.c: In function ‘rspamadm_lua’: ../src/rspamadm/lua_repl.c:1007:3: warning: implicit declaration of function ‘replxx_set_max_history_size’ [-Wimplicit-function-declaration] 1007 | replxx_set_max_history_size (rx_instance, max_history); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../src/rspamadm/lua_repl.c:1007:32: error: ‘rx_instance’ undeclared (first use in this function) 1007 | replxx_set_max_history_size (rx_instance, max_history); | ^~~~~~~~~~~ ../src/rspamadm/lua_repl.c:1007:32: note: each undeclared identifier is reported only once for each function it appears in ../src/rspamadm/lua_repl.c:1008:3: warning: implicit declaration of function ‘replxx_history_load’ [-Wimplicit-function-declaration] 1008 | replxx_history_load (rx_instance, histfile); | ^~~~~~~~~~~~~~~~~~~ ../src/rspamadm/lua_repl.c:1010:3: warning: implicit declaration of function ‘replxx_history_save’ [-Wimplicit-function-declaration] 1010 | replxx_history_save (rx_instance, histfile); | ^~~~~~~~~~~~~~~~~~~
* | | [Minor] fix spellingChristian Göttsche2020-01-161-1/+1
|/ /
* | [Minor] Check string length to avoid OOB readingVsevolod Stakhov2020-01-161-1/+1
| |
* | Merge pull request #3153 from resec/smembersVsevolod Stakhov2020-01-161-29/+47
|\ \ | | | | | | [Minor] Eliminate redis SMEMBERS usage
| * | eliminate smembers: remove redundent cleanupresec2019-11-191-11/+1
| | |
| * | eliminate smembers: fix againresec2019-11-191-5/+12
| | |
| * | eliminate smembers: fixresec2019-11-191-6/+5
| | |
| * | eliminate redis smembersresec2019-11-191-29/+51
| | |
* | | [Minor] Try to fix slow timer race conditionVsevolod Stakhov2020-01-161-5/+22
| |/ |/|
* | [Fix] Fix urls shifting when doing decode to include separatorsVsevolod Stakhov2020-01-151-3/+3
| |
* | [Minor] Just another try to avoid raceVsevolod Stakhov2020-01-151-6/+11
| |
* | [Minor] bayes_expiry: Fix type checkAlexander Moisseev2020-01-141-1/+1
| |
* | [Minor] Lua_text: Set class properlyVsevolod Stakhov2020-01-131-0/+1
| |
* | [Fix] Fix urls encode functionVsevolod Stakhov2020-01-131-2/+2
| |
* | [Fix] Avoid double escapingVsevolod Stakhov2020-01-131-5/+5
| |
* | [Minor] Another try to fix raceVsevolod Stakhov2020-01-131-0/+1
| |
* | [Minor] Sigh - another try to avoid racesVsevolod Stakhov2020-01-131-4/+4
| |
* | [Minor] Bayes_expiry: Test type before trying to evaluateVsevolod Stakhov2020-01-131-17/+20
| | | | | | | | Issue: #3208
* | [Minor] Rbl: Fix resolve ip options insertionVsevolod Stakhov2020-01-111-9/+18
| |
* | [Minor] Add trailing slash when reconstructing numeric urlVsevolod Stakhov2020-01-111-0/+5
| |
* | [Minor] Fixes in urls fragments/queries parsingVsevolod Stakhov2020-01-101-0/+16
| |
* | [Fix] Fix processing of numeric url'sVsevolod Stakhov2020-01-101-28/+61
| |
* | [Minor] Fix reseted connections handlingVsevolod Stakhov2020-01-091-1/+1
| |
* | [Minor] Do not try to detect utf8 using heuristicVsevolod Stakhov2020-01-091-15/+17
| |
* | [Fix] More fixes in html tag content calculationsVsevolod Stakhov2020-01-092-8/+41
| |
* | [Minor] Add workaround for old libicu (bug in libicu)Vsevolod Stakhov2020-01-081-2/+5
| |
* | [Rework] Rework HTML tags content attachmentVsevolod Stakhov2020-01-063-68/+101
| |
* | [Minor] Fix GError oversetting in DKIM codeVsevolod Stakhov2020-01-061-0/+11
| |
* | [Feature] Lua_text: Implement flattening of the input tablesVsevolod Stakhov2020-01-061-40/+92
| |
* | [Project] Improve inflationVsevolod Stakhov2020-01-041-3/+9
| |
* | [Project] Add inflate utilityVsevolod Stakhov2020-01-031-5/+26
| |
* | [Project] Lua_util: Allow to set size limit for gzip decompressVsevolod Stakhov2020-01-031-3/+20
| |
* | Tune DMARC reportVitaliy Vasilenko2020-01-021-1/+2
| | | | | | Add customization - message-id from
* | [Feature] Lua_text: Add regexp split iterator methodVsevolod Stakhov2020-01-011-0/+166
| |
* | [Minor] Move function to the common routinesVsevolod Stakhov2020-01-013-31/+38
| |
* | [Minor] Lua_tcp: Do not decrease item refcount with no watcherVsevolod Stakhov2019-12-301-1/+4
| |
* | fix NULL pointer use when JIT compiling a regular expression.Dirk Jagdmann2019-12-251-1/+2
| |
* | [Minor] Add more redis prefixesVsevolod Stakhov2019-12-257-7/+58
| |
* | [Minor] Add some redis prefixes registrationVsevolod Stakhov2019-12-252-2/+26
| |