Age | Commit message (Expand) | Author |
2022-02-18 | Revert changes to use the new libtls signer api | Todd C. Miller |
2022-02-12 | use new libtls signer api | Eric Faurot |
2021-06-14 | add required headers for smtpd.h and remove unnecessary ones in other files. | Eric Faurot |
2021-05-26 | replaces calls to err(3)/errx(3) with fatal()/fatalx() from log.c | Eric Faurot |
2021-03-05 | Start porting smtpd to libtls. | Eric Faurot |
2020-12-31 | Rename the pony process to dispatcher and klondike to crypto. | Martijn van Duren |
2019-09-21 | properly initialize errstr before going to fail label. | Sebastien Marie |
2019-07-23 | errstr may be uninitialized in error code path | Gilles Chehade |
2019-06-05 | assume RSA_METHOD is opaque and only access members through setters/getters | Gilles Chehade |
2019-06-05 | a long long time ago, in a galaxy quite close actually, reyk@ introduced an | Gilles Chehade |
2019-05-24 | assume X509_STORE_CTX is opaque, don't access ->error but use the | Gilles Chehade |
2019-05-24 | mechanical change to dynamically allocate rsae_method | Gilles Chehade |
2019-05-24 | remove useless check, it's never been and will never be hit | Gilles Chehade |
2018-05-24 | switch smtpd to new grammar | Gilles Chehade |
2017-11-21 | no need to check the sending process in imsg handlers when there is no | Eric Faurot |
2017-05-17 | Introduce more use of freezero(). Also, remove ptr conditionals before | Theo de Raadt |
2017-01-09 | smtpd joins the 7 other daemons that share the same log.c file. | Reyk Floeter |
2016-09-08 | Streamline the daemon shutdown sequence. | Eric Faurot |
2016-09-04 | The smtpd processes are not expected to ever leave their event loop. | Eric Faurot |
2016-09-01 | remove noop function | Eric Faurot |
2016-05-28 | Implement the fork+exec pattern in smtpd. | Eric Faurot |
2016-02-02 | in RSA privsep engine, do not provide methods for rsa_sign / rsa_verify, | Gilles Chehade |
2015-12-28 | remove spaces after '!' | Joerg Jung |
2015-12-05 | EAGAIN handling for imsg_read. OK henning@ benno@ | Claudio Jeker |
2015-11-05 | replace u_char and u_int* with standard stdint.h types to ease portable version | Joerg Jung |
2015-10-17 | KNF | Gilles Chehade |
2015-10-14 | remove a handful of log_warn that we should handle at a different place to | Gilles Chehade |
2015-10-13 | pledge("stdio") the RSA-privsep process | Gilles Chehade |
2015-01-20 | use <limits.h> comprehensively. For now try to push <> includes to | Theo de Raadt |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-12-24 | missing include | Eric Faurot |
2014-10-02 | no need to set the same field NULL twice ;-) | Gilles Chehade |
2014-07-10 | add additional includes required to build with -DOPENSSL_NO_DEPRECATED | Jonathan Gray |
2014-07-10 | make the control process broadcast verbose/profile admin requests directly, | Eric Faurot |
2014-07-08 | fatalx(errorstr) -> fatalx("%s", errorstr) | Eric Faurot |
2014-05-04 | Create a new default RSA engine instead of patching the existing one | Reyk Floeter |
2014-05-01 | Move RSA keys from "lka" to a new dedicated "ca" process because lka | Reyk Floeter |
2014-04-30 | The RSA engine (used by pony) has to wait for a response from the | Reyk Floeter |
2014-04-29 | Implement RSA privilege separation for OpenSMTPD, based on my previous | Reyk Floeter |
2013-11-21 | fail if lka can't load cert file | Eric Faurot |
2013-10-28 | Report the ssl certificate verification status in the mail header. | Eric Faurot |
2013-01-26 | Sync with our smtpd repo: | Gilles Chehade |