Commits


Skip commented and empty lines


Revert previous. It's too early to remove the guards just yet.


Remove HAVE_ED25519 now that we have ED25519 in LibreSSL


Implement -D file as an easy way to manage multiple domains. Requested by Mischa Peters and Renaud Allard


Clean up some memory leaks in error paths Found/inspired by Peter J Philipp


Fix a few cosmetic signedness warnings. There's still one left for tmp, but that needs a little more attention.


Fix a couple of hangs on error paths.


Add support for ed25519. This must be enabled at compile-time, since LibreSSL currently doesn't support this algorithm. Still builds with older LibreSSL versions. Lots of help tb@


Do a little better error handling in dkim_message_new


Fix a couple dkim_err vs dkim_errx issues"


Allow to build on Debian


cast now to long long for portability


Plug a minor memory leak


Add support for multiple -d flags. Needs a lot more testing.


Make dkim_err print errno string


If we're in error mode, make sure we still print the closing dot


Fix couple off by 1s. Found and fix tested by Mikolaj Kucharski mikolaj <at> kucharski <dot> name


Signature is with a capital S. Fixes google fuckup


Rename to filter-dkimsign


Drag filter-dkim into the libopensmtpd world


Remove log.[ch] now that we have stderr logging


Add support for the z mail header. -z adds the mail headers used in the signature -Z adds all the mail headers


Add -x flag


Add support for the t header


Move signing component to own function for clearer reading