Age | Commit message (Expand) | Author |
---|---|---|
2021-06-14 | add required headers for smtpd.h and remove unnecessary ones in other files. | Eric Faurot |
2021-01-23 | Remove unused variables found by clang. Additional unused var spotted by eric@. | rob |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-05-24 | switch from having automatic EVP_CIPHER_CTX variables to allocating them | Gilles Chehade |
2016-09-03 | switch from EVP_{En,De}cryptInit & EVP_{En,De}cryptFinal to their _ex | Gilles Chehade |
2015-12-28 | remove spaces after '!' | Joerg Jung |
2013-12-26 | bcopy -> memmove | Eric Faurot |
2013-07-22 | fix bogus warning due to limited range on 32bit archs. | Eric Faurot |
2013-07-19 | unused variable | Eric Faurot |
2013-05-04 | Add crypto.c to provide smtpd with a way to encrypt envelopes and messages | Gilles Chehade |