Commits
- Commit:
3c3725bdc014865457b5faf53a2005168cbde268- From:
- Kirill A. Korinsky <kirill@korins.ky>
- Date:
Skip commented and empty lines
- Commit:
33a7c297f9976d9d23fa2912c3ad56e0d91b091a- From:
- Martijn van Duren <martijn@openbsd.org>
- Date:
Revert previous. It's too early to remove the guards just yet.
- Commit:
07480b90f4ee9246fdc55bbcdd0370c031923420- From:
- Martijn van Duren <martijn@openbsd.org>
- Date:
Remove HAVE_ED25519 now that we have ED25519 in LibreSSL
- Commit:
5fdffb49b9198907d9f91b76cf7128286e175a0a- From:
- Martijn van Duren <martijn@openbsd.org>
- Date:
Implement -D file as an easy way to manage multiple domains.
Requested by Mischa Peters and Renaud Allard
- Commit:
500ea6d4e3c9b60a442cf1bdd4f493026dcf3a5e- From:
- Martijn van Duren <martijn@openbsd.org>
- Date:
Clean up some memory leaks in error paths
Found/inspired by Peter J Philipp
- Commit:
8e76d341946e8458cd49ffd5f75b6708c46e06b0- From:
- Martijn van Duren <martijn@openbsd.org>
- Date:
Fix a few cosmetic signedness warnings.
There's still one left for tmp, but that needs a little more attention.
- Commit:
2c88ced1adfb34a5ba4231b0a4f890234c9f3991- From:
- Martijn van Duren <martijn@openbsd.org>
- Date:
Fix a couple of hangs on error paths.
- Commit:
6bcbc7986fcc2a27f034b3cddaae5ee99ac00f23- From:
- Martijn van Duren <martijn@openbsd.org>
- Date:
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@
- Commit:
41815bccaee3b630bfc23a1a4764aa42f1aab87d- From:
- Martijn van Duren <martijn@openbsd.org>
- Date:
Do a little better error handling in dkim_message_new
- Commit:
71b92702b7827c82cd50c8a72db9b3d05dadfbd4- From:
- Martijn van Duren <martijn@openbsd.org>
- Date:
Fix a couple dkim_err vs dkim_errx issues"
- Commit:
babf5d5a727ce2e11e600461176262f493444357- From:
- Martijn van Duren <martijn@openbsd.org>
- Date:
Allow to build on Debian
- Commit:
a70fd4b207942b15f968c1c02dfa879e44d5181c- From:
- Martijn van Duren <martijn@openbsd.org>
- Date:
cast now to long long for portability
- Commit:
be6d950d34b8edf94efa960107158cf86be457c5- From:
- Martijn van Duren <martijn@openbsd.org>
- Date:
Plug a minor memory leak
- Commit:
40cd76f4447b88dd8a31fe5452837b7b890ad1a7- From:
- Martijn van Duren <martijn@openbsd.org>
- Date:
Add support for multiple -d flags.
Needs a lot more testing.
- Commit:
803cdd74ad2746c83be456e70b251067e2007c04- From:
- Martijn van Duren <martijn@openbsd.org>
- Date:
Make dkim_err print errno string
- Commit:
d52cf19a6a987fcd70ba576b56910896f438c050- From:
- Martijn van Duren <martijn@openbsd.org>
- Date:
If we're in error mode, make sure we still print the closing dot
- Commit:
cd6f9b0334b79f24cf4c6a3a098bc3aa11e6f477- From:
- Martijn van Duren <martijn@openbsd.org>
- Date:
Fix couple off by 1s.
Found and fix tested by Mikolaj Kucharski mikolaj <at> kucharski <dot> name
- Commit:
3d3c804046b6af0009a4393aaeef873bc60cc199- From:
- Martijn van Duren <martijn@openbsd.org>
- Date:
Signature is with a capital S. Fixes google fuckup
- Commit:
fe371fc9cc4ef64169b33e6a02b6b37a26bbc86d- From:
- Martijn van Duren <martijn@openbsd.org>
- Date:
Rename to filter-dkimsign
- Commit:
6840f1a1324e44cbaa373c963504b7b0eedeb569- From:
- Martijn van Duren <martijn@openbsd.org>
- Date:
Drag filter-dkim into the libopensmtpd world
- Commit:
27541da87a2e82efb16eaac56bb5c10e12859b29- From:
- Martijn van Duren <martijn@openbsd.org>
- Date:
Remove log.[ch] now that we have stderr logging
- Commit:
c826412d86123fb2346635710aabec82f8e33946- From:
- Martijn van Duren <martijn@openbsd.org>
- Date:
Add support for the z mail header.
-z adds the mail headers used in the signature
-Z adds all the mail headers
- Commit:
e974922c653d65bd532e1dc385cf9e479aa4f38f- From:
- Martijn van Duren <martijn@openbsd.org>
- Date:
Add -x flag
- Commit:
e7076cef86ccd15d68dbaa2fc3c76976f34cd3bf- From:
- Martijn van Duren <martijn@openbsd.org>
- Date:
Add support for the t header
- Commit:
365862b1aca901a83b87bede4b5a8cb4a8fdd5fc- From:
- Martijn van Duren <martijn@openbsd.org>
- Date:
Move signing component to own function for clearer reading
