aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Temporary disable JIT when using valgrindVsevolod Stakhov2016-02-241-3/+9
* Fix pcre jit fast path (one more time)Vsevolod Stakhov2016-02-232-9/+25
* Fix has_symbol methodVsevolod Stakhov2016-02-231-0/+2
* Try to workaround for double free in redisVsevolod Stakhov2016-02-231-0/+7
* Add sanity guards for ip_scoreVsevolod Stakhov2016-02-231-1/+1
* Fix some more issues found by coverityVsevolod Stakhov2016-02-227-10/+30
* Oops, fix task:get_userVsevolod Stakhov2016-02-221-3/+7
* Add more strict checks of arguments to lua_taskVsevolod Stakhov2016-02-221-39/+119
* Handle srv protocol timeouts in a specific wayVsevolod Stakhov2016-02-221-16/+24
* Add command to sync fuzzy storageVsevolod Stakhov2016-02-224-1/+66
* More doc fixesVsevolod Stakhov2016-02-221-16/+16
* Fix doc commentsVsevolod Stakhov2016-02-221-18/+9
* Add hash API for lua_cryptoboxVsevolod Stakhov2016-02-221-0/+186
* Add high level signing API for libcryptoboxVsevolod Stakhov2016-02-222-0/+103
* Add missing features for cryptobox lua apiVsevolod Stakhov2016-02-221-57/+136
* Add some more replacementsVsevolod Stakhov2016-02-211-1/+8
* Better dependencies support between SA and rspamdVsevolod Stakhov2016-02-211-13/+77
* Fix interaction with clients with no local ReceivedVsevolod Stakhov2016-02-211-5/+50
* Continue work on cryptobox APIVsevolod Stakhov2016-02-201-3/+52
* Add preliminary lua API for libcryptoboxVsevolod Stakhov2016-02-192-1/+675
* Set is_spam = true for all but 'no action' or 'greylist'Vsevolod Stakhov2016-02-181-1/+1
* In lua, number cannot be used in boolean contextVsevolod Stakhov2016-02-181-2/+1
* Add workaround for old glibVsevolod Stakhov2016-02-181-0/+12
* Treat meta tags as embedded tagsVsevolod Stakhov2016-02-181-1/+1
* Add more sanity checks when loading hyperscan cacheVsevolod Stakhov2016-02-183-10/+52
* Unbreak bad_hosts checkAlexander Moisseev2016-02-181-1/+2
* Fix negation for header rules in SA pluginVsevolod Stakhov2016-02-171-4/+12
* Add tool to edit signed files using text editorVsevolod Stakhov2016-02-171-2/+165
* Add option to show saved comments in configdumpVsevolod Stakhov2016-02-171-4/+23
* Save comments from configuration filesVsevolod Stakhov2016-02-173-1/+4
* Skip good hostname check for undefined hostnamesAlexander Moisseev2016-02-171-7/+9
* Unbreak fuzzy_check pluginVsevolod Stakhov2016-02-162-6/+2
* Fix maps initialisationVsevolod Stakhov2016-02-167-12/+13
* Rewrite HTTP maps code, add signed maps supportVsevolod Stakhov2016-02-162-132/+288
* Start the complete HTTP maps reworkVsevolod Stakhov2016-02-163-128/+141
* Add routine to create inet address from the rdns replyVsevolod Stakhov2016-02-162-0/+30
* Fix couple of issues found by gcc-6Vsevolod Stakhov2016-02-168-11/+31
* Fix html images rules to reduce FP ratesVsevolod Stakhov2016-02-161-2/+3
* Add HTML tags interface for LUAVsevolod Stakhov2016-02-164-208/+364
* Add routines to find HTML tags by idVsevolod Stakhov2016-02-162-0/+46
* Link html tags with extra data (urls, images)Vsevolod Stakhov2016-02-162-3/+15
* Refactor UCL APIVsevolod Stakhov2016-02-1630-263/+263
* Fix logging for embedded mapsVsevolod Stakhov2016-02-1510-36/+85
* Add method to check if a map looks like a mapVsevolod Stakhov2016-02-152-0/+30
* Add signatures checks for local filesVsevolod Stakhov2016-02-152-45/+106
* Add common routine to map a fileVsevolod Stakhov2016-02-152-3/+54
* Add global trusted keys optionVsevolod Stakhov2016-02-153-1/+11
* Start reworking of mapsVsevolod Stakhov2016-02-155-90/+150
* Fix verification routine for signaturesVsevolod Stakhov2016-02-151-3/+5
* Add ability to store public key when signingVsevolod Stakhov2016-02-151-3/+33