Age | Commit message (Expand) | Author |
2016-05-22 | start work on improving the log format, this is work in progress but it'll | Gilles Chehade |
2015-12-12 | remove CA from pki and no longer allow specifying a CA with 'pki' keyword. | Gilles Chehade |
2015-12-12 | allow overriding the default cipher-suite | Gilles Chehade |
2015-12-12 | change variable name | Gilles Chehade |
2015-12-12 | when a specific CA was not requested, pass hint to lka that fallback to a | Gilles Chehade |
2015-12-11 | rename field member + whitespaces | Gilles Chehade |
2015-12-05 | Remove a few NULL-checks before free(). | mmcc |
2015-12-01 | when peer outputs a multi-line response, concat response into a single log | Gilles Chehade |
2015-11-30 | mechanical rename of some IMSG constants | Gilles Chehade |
2015-10-14 | whitespaces | Gilles Chehade |
2015-10-09 | Convert fgetln(3) to getline(3). | Sunil Nimmagadda |
2015-10-02 | detect that a certificate chain will not fit in imsg calls before passing | 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 | Correctly fallback to PLAIN if opportunistics TLS fails during TLS handshake. | Eric Faurot |
2014-07-04 | It makes much more sense to do the loop checking on incoming mails rather | Eric Faurot |
2014-07-04 | always attempt to use tls for relaying to the primary server when | Eric Faurot |
2014-05-20 | format string cleanup: change "%i" to "%d" and fix a few typos | Eric Faurot |
2014-05-12 | fix a possible double free when tls is required but not advertised by | Eric Faurot |
2014-04-30 | when doing opportunistic TLS, do not only downgrade during negotiation, but | Gilles Chehade |
2014-04-29 | Implement RSA privilege separation for OpenSMTPD, based on my previous | Reyk Floeter |
2014-04-29 | when a session fails due to a TLS error in a smtp+tls:// connection, try | Gilles Chehade |
2014-04-29 | use explicit_bzero() instead of memset() to clear out sensitive data. | Reyk Floeter |
2014-04-19 | (void) cast snprintf() and strlcat() calls that cannot truncate | Gilles Chehade |
2014-04-08 | zero-fill static buffer before use in DSN code | Gilles Chehade |
2014-04-04 | Merge the mda, mta and smtp processes into a single unprivileged | Eric Faurot |
2014-03-02 | if peer advertises DSN and we don't want to use it, make sure we don't send | Gilles Chehade |
2014-02-25 | if a specific pattern of failures/success happen, we can end up not | Gilles Chehade |
2014-02-24 | fix off by one leading to invalid host stats tree | Eric Faurot |
2014-02-04 | Add support for DSN and Enhanced Status Code | Eric Faurot |
2014-02-04 | internal improvements and cleanups | Eric Faurot |
2014-02-04 | pki code cleanup | Eric Faurot |
2014-02-04 | add base64_encode/base64_decode helpers | Eric Faurot |
2013-12-26 | bcopy -> memmove | Eric Faurot |
2013-12-03 | Rework the envelope flushing loops in mta to avoid sending all delivery | Eric Faurot |
2013-11-28 | unsigned char casts for ctype | Eric Faurot |
2013-11-18 | Allow overriding the local ca | Eric Faurot |
2013-11-06 | Much much improved config parser and related changes. | Eric Faurot |
2013-10-29 | add missing heloname field for relayhost. | Eric Faurot |
2013-10-28 | Report the ssl certificate verification status in the mail header. | Eric Faurot |
2013-10-27 | Add support for AUTH LOGIN in mta. | Eric Faurot |
2013-10-26 | %i -> %d in format strings | Eric Faurot |
2013-10-25 | obvious time_t mishandling. Sigh. | Theo de Raadt |
2013-07-22 | fix sockaddr overflow with IPv6 | Eric Faurot |
2013-07-19 | Many MTA improvements: | Eric Faurot |
2013-07-19 | get rid of sa_set_port() and its awfully contorted implementation | Eric Faurot |
2013-06-03 | plug a couple of memleaks | Eric Faurot |
2013-05-24 | sync with OpenSMTPD 5.3.2 | Eric Faurot |
2013-04-12 | replace MAX_LINE_SIZE and SMTP_LINE_MAX with SMTPD_MAXLINESIZE for | Eric Faurot |
2013-02-21 | Fix a potential crash when connecting to a misbehaving smtp server. | Eric Faurot |