aboutsummaryrefslogtreecommitdiffstats
path: root/src/libserver
Commit message (Expand)AuthorAgeFilesLines
* [Feature] Remove symbols weights on composites processingVsevolod Stakhov2016-10-041-0/+1
* [Minor] Fix a SPF_DNSFAIL caseAndrew Lewis2016-10-031-0/+8
* [Fix] Finally fix ambiguity between parsed and resolved spf eltsVsevolod Stakhov2016-10-012-44/+34
* [Fix] Fix PERMFAIL for v6/v4 ambiguitiesVsevolod Stakhov2016-10-011-35/+89
* [Minor] Fix priorities in conditionVsevolod Stakhov2016-10-011-1/+1
* Merge pull request #988 from fatalbanana/localauthVsevolod Stakhov2016-09-302-0/+14
|\
| * [Minor] Allow for re-enabling default-disabled checksAndrew Lewis2016-09-302-0/+14
* | [Fix] Another memory leak pluggedVsevolod Stakhov2016-09-302-1/+3
* | [CritFix] Plug memory leak and potential memory corruptionVsevolod Stakhov2016-09-301-7/+0
* | [Minor] SPF: Make (almost) all unresolveable records PERMFAILAndrew Lewis2016-09-301-14/+20
|/
* [Feature] Stop using of GLists for headers, improve performanceVsevolod Stakhov2016-09-283-41/+17
* [Minor] Really fix SPF PERMFAIL/DNSFAIL behaviour on failed redirectAndrew Lewis2016-09-272-12/+39
* Merge pull request #978 from fatalbanana/spfVsevolod Stakhov2016-09-272-1/+7
|\
| * [Minor] Fix SPF PERMFAIL/DNSFAIL behaviour on failed redirectAndrew Lewis2016-09-262-1/+7
* | [Fix] Do not replan retransmits if merely one server is definedVsevolod Stakhov2016-09-261-0/+10
* | [Fix] Another fix in DKIM canonicalizationVsevolod Stakhov2016-09-261-4/+4
|/
* [Fix] Fix issues with the recent SPF changesVsevolod Stakhov2016-09-241-11/+16
* [Minor] Fix build with glib < 2.40Vsevolod Stakhov2016-09-241-6/+6
* Merge pull request #975 from fatalbanana/spfVsevolod Stakhov2016-09-232-21/+51
|\
| * [Feature] Add R_SPF_PERMFAIL symbolAndrew Lewis2016-09-232-21/+51
* | [Fix] Fix DKIM signing for messages with no newline at the endVsevolod Stakhov2016-09-231-3/+8
* | [Fix] More spaces fix in DKIM signatureVsevolod Stakhov2016-09-231-11/+20
* | [Fix] Fix crash on OpenBSD in `url_email_start`Vsevolod Stakhov2016-09-231-1/+5
* | [Fix] Fix DKIM calculationsVsevolod Stakhov2016-09-231-4/+4
* | [Feature] Try to guess line endings when folding headersVsevolod Stakhov2016-09-223-3/+5
* | [Feature] Add ffi friendly version of process_regexp functionVsevolod Stakhov2016-09-222-3/+29
|/
* Merge pull request #974 from fatalbanana/spfVsevolod Stakhov2016-09-211-0/+1
|\
| * [Fix] Yield R_SPF_DNSFAIL if lookup of included record failsAndrew Lewis2016-09-211-0/+1
* | [Fix] Another try to fix RDNS events processing logicVsevolod Stakhov2016-09-211-0/+1
|/
* [Fix] Use memmove for overlapping regionsVsevolod Stakhov2016-09-201-3/+3
* [Feature] Add R_DKIM_PERMFAIL symbolAndrew Lewis2016-09-192-2/+10
* [Minor] Reduce log noiseVsevolod Stakhov2016-09-161-1/+1
* [Feature] Allow to pass extra data from plugins to log helperVsevolod Stakhov2016-09-122-3/+144
* [Minor] Explicitly reinit libevent PRNG on forkVsevolod Stakhov2016-09-111-5/+10
* [CritFix] Fix hyperscan compilation on regexp changeVsevolod Stakhov2016-09-091-0/+10
* [Fix] Fix processing of redirect in SPF includesVsevolod Stakhov2016-09-091-1/+1
* [Feature] Add replies compressionVsevolod Stakhov2016-09-091-1/+62
* [Feature] Preserve decompression context between tasksVsevolod Stakhov2016-09-091-15/+13
* [Feature] Add support for dictionary in client compressionVsevolod Stakhov2016-09-091-1/+1
* [Feature] Allow to use dictionaries for compressionVsevolod Stakhov2016-09-093-4/+54
* [Minor] Small fixes to compressed requestsVsevolod Stakhov2016-09-081-1/+5
* [Feature] Add support for input encryptionVsevolod Stakhov2016-09-082-2/+71
* [Fix] Handle failures for inactive pooled connectionsVsevolod Stakhov2016-09-081-3/+39
* [Fix] Treat all errors in redis_pool as fatal errors for a connectionVsevolod Stakhov2016-09-081-1/+1
* [Minor] Fix order check for post-filtersVsevolod Stakhov2016-09-081-1/+1
* [Feature] Implement real priorities for pre and post filtersVsevolod Stakhov2016-09-081-4/+42
* [Minor] Improve log messageVsevolod Stakhov2016-09-071-1/+3
* [Fix] Another fix for rdns_make_request_full invocationVsevolod Stakhov2016-09-071-1/+1
* [Fix] Fix DNS request in monitoredVsevolod Stakhov2016-09-071-1/+1
* [Minor] Try to hunt issue with redis pool failuresVsevolod Stakhov2016-09-061-1/+3