aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/dkim_check.c
Commit message (Collapse)AuthorAgeFilesLines
* Rework lists and hashes.Vsevolod Stakhov2014-08-241-2/+1
|
* Unify style without sorting headers.Vsevolod Stakhov2014-07-231-79/+148
|
* Revert "Unify code style."Vsevolod Stakhov2014-07-231-153/+84
| | | | This reverts commit e0483657ff6cf1adc828ccce457814d61fe90a0d.
* Unify code style.Vsevolod Stakhov2014-07-231-84/+153
|
* Add attach_controller callback to plugins.Vsevolod Stakhov2014-04-301-1/+2
|
* Refactor config API.Vsevolod Stakhov2014-04-301-17/+17
|
* Deprecate views: never ever being used.Vsevolod Stakhov2014-04-211-7/+3
|
* Refactor worker task structure and API.Vsevolod Stakhov2014-04-211-5/+5
|
* Refactor memory pool naming.Vsevolod Stakhov2014-04-201-5/+5
|
* Deprecate xml config utilities finally.Vsevolod Stakhov2014-04-191-1/+0
|
* Adopt new libucl.Vsevolod Stakhov2014-04-191-1/+1
|
* Rework LRU hash logic.Vsevolod Stakhov2014-02-181-4/+10
|
* Remove unused xml code.Vsevolod Stakhov2013-11-161-11/+0
|
* Replace RCL to UCL from libucl to avoid duplicity in the code.Vsevolod Stakhov2013-10-221-14/+14
|
* Fix some warnings.Vsevolod Stakhov2013-10-101-3/+3
|
* Fix dkim_check plugin.Vsevolod Stakhov2013-10-031-14/+18
|
* Add /maps and /getmap commands to webui.Vsevolod Stakhov2013-01-061-2/+2
| | | | | | Identify maps by id. Initialize secure random numbers using openssl. Add description to maps.
* Avoid global variables in map logic.Vsevolod Stakhov2012-09-191-2/+2
| | | | * Add support of simple maps like '/path/to/file' as it seems to be more comfortable than 'file:///...'
* * Rework thread pools locking logic to avoid global lua mutex usage.Vsevolod Stakhov2012-08-221-1/+11
| | | | | | Fixed several memory leaks with modern glib. Fixed memory leak in dkim code. Fixed a problem with static global variables in shared libraries.
* * DKIM module now check only first signature as others must be rejected or ↵Vsevolod Stakhov2012-06-051-17/+53
| | | | | | | skipped by definition. * Add 'trusted_only' and 'skip_multi' options to DKIM module. * Improve flags parsing to support strings like: 'true', 'false', '1', '0', 'yes', 'no', 'y', 'n'.
* * Implement 'time_jitter' setting allowing to check signatures in future in ↵Vsevolod Stakhov2012-06-041-1/+11
| | | | case of incorrect system time (1 minute jittering by default).
* * Allow keys without values in kv mapsVsevolod Stakhov2012-05-311-3/+8
| | | | Some fixes to dkim_check strict logic.
* * Strict domains for dkim now contain more data (kv pairs in format ↵Vsevolod Stakhov2012-05-311-7/+40
| | | | <dkim_domain> <reject_multiplier:deny_multiplier>).
* * Add support of strict_domains.Vsevolod Stakhov2012-05-291-6/+29
| | | | | Several fixes in dkim code. Make initial support of body relaxed canonization.
* * Add dkim check plugin.Vsevolod Stakhov2012-05-291-0/+247