aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | clarify commentGilles Chehade2016-05-211-1/+8
| * | Merge branch 'master' of ssh://ssh.github.com/OpenSMTPD/OpenSMTPD-extrasGilles Chehade2016-05-211-0/+4
| |\ \
| | * \ Merge pull request #29 from valeriangalliat/dkim-signer/initialize-prng-before-chrootGilles Chehade2016-05-211-0/+4
| | |\ \
| | | * | dkim-filter: initialize PRNG before chrootValérian Galliat2016-03-211-0/+4
* | | | | sync flag names with opensmtpd-portable, noted by parchdJoerg Jung2016-05-211-8/+8
| |_|_|/ |/| | |
* | | | use SIZE_MAX instead of SIZE_T_MAX should fix build on ArchLinux and Slackware noticed by parchd and RichardJoerg Jung2016-05-215-10/+7
|/ / /
* | | add -c and -C chroot option to filter-dkim-signer as wellJoerg Jung2016-05-182-5/+34
* | | bring back EAI_NODATA compat fixing freebsdJoerg Jung2016-05-181-0/+5
|/ /
* | fix #686 and honor sysconfdir to allow change of config locationJoerg Jung2016-05-179-10/+27
* | add chroot options:Joerg Jung2016-05-1716-44/+184
* | require higher autoconf/automake versions and fix version checkJoerg Jung2016-05-131-4/+4
* | silence compiler warning about missing strtonumJoerg Jung2016-05-121-0/+2
* | switch to an integer value in milliseconds instead of cumbersome timeval timerJoerg Jung2016-05-105-15/+10
* | move static var below struct definitionJoerg Jung2016-05-071-2/+2
* | move host and port vars to other static vars and re-order options handlingJoerg Jung2016-05-071-11/+5
* | be more precise about the default valueJoerg Jung2016-05-071-1/+1
* | fix spelling of SpamAssassinJoerg Jung2016-05-071-2/+2
* | Merge github repo changesJoerg Jung2016-05-075-15/+80
|\ \
| * \ Merge pull request #33 from Sp1l/masterGilles Chehade2016-05-064-11/+77
| |\ \
| | * | filter-clamav: Allow user to set ClamAV host and portBernard Spil2016-05-012-5/+35
| | * | filter-spamassassin: Declare h and p options as charBernard Spil2016-05-011-1/+1
| | * | filter-spamassassin: Add missing semi-colonBernard Spil2016-05-011-1/+1
| | * | filter-spamassassin: Allow user to set SpamAssassin host and portBernard Spil2016-05-012-5/+41
| * | | Merge pull request #32 from bdijkstra82/patch-1Gilles Chehade2016-05-061-4/+3
| |\ \ \ | | |/ / | |/| |
| | * | Update filter_api.3bdijkstra822016-04-181-1/+1
| | * | Update filter_api.3bdijkstra822016-04-151-4/+3
* | | | add includes.h to filter-dnsbl to fix compiling on debian and ubuntuJoerg Jung2016-05-062-10/+2
* | | | filter-pause should really use async timeout functions, e.g.Joerg Jung2016-05-035-32/+65
* | | | allow spaces in arguments and bring style in line with other filtersJoerg Jung2016-05-031-23/+15
* | | | silence compiler warning and initialize database to zeroJoerg Jung2016-04-221-1/+1
* | | | fix build of schedulers and queues after previous changesJoerg Jung2016-04-222-0/+4
* | | | fix build after adding iobuf_xinitJoerg Jung2016-04-202-0/+2
* | | | add/sync warning after failed fopen() similar to pull request #649Joerg Jung2016-04-207-12/+13
* | | | reformat log messageJoerg Jung2016-04-201-3/+2
* | | | spring clean: remove braces from return statementsJoerg Jung2016-04-2015-379/+379
|/ / /
* | | spring cleanup:Joerg Jung2016-04-1754-202/+105
* | | document new whitelist optionJoerg Jung2016-04-141-6/+16
* | | some refactoring:Joerg Jung2016-04-141-74/+38
* | | rename some variable to match style of other filters and tweak some whitespacesJoerg Jung2016-04-141-54/+45
* | | make hosts static and reduce line count a bitJoerg Jung2016-04-141-7/+4
* | | merge from githubJoerg Jung2016-04-142-26/+113
|\| |
| * | Merge pull request #31 from idfake/masterGilles Chehade2016-04-111-25/+112
| |\ \ | | |/ | |/|
| | * add dns whitelist capabilityidfake2016-04-061-25/+112
| |/
| * Merge pull request #28 from ryanakca/masterGilles Chehade2016-02-211-1/+1
| |\
| | * Fix typo in filter-pause(8)Ryan Kavanagh2016-02-201-1/+1
| |/
* | change limit option to bytes instead of lines, similar to filter-spamassassinJoerg Jung2016-04-112-11/+10
* | replace malloc with xmalloc, change return style, and fix a few stringsJoerg Jung2016-04-1120-67/+63
* | add limit option based on pull request #30 from Lévai DánielJoerg Jung2016-04-112-5/+36
|/
* consistency and unification for filter-monkeyJoerg Jung2016-02-026-58/+151
* document newly introduced '-l' option and sort/rename for consistencyJoerg Jung2016-02-022-6/+8