Age | Commit message (Expand) | Author |
2014-07-08 | fix typos. | Igor Sobrado |
2014-07-08 | improve indentation. | Igor Sobrado |
2014-07-07 | Allow to enable profiling at runtime and fix timings output. | 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-07-01 | Fix snprintf() return value tests. ok gilles@ | Matthieu Herrb |
2014-06-10 | we should really zero a buffer we strlcat to otherwise aliases resolution | Gilles Chehade |
2014-06-07 | Clint Pachl points out "authtable" is optional; | Jason McIntyre |
2014-06-06 | when relying on the local enqueuer, fix an issue with long To and Cc lines | Gilles Chehade |
2014-05-28 | remove an errant semicolon. | Daniel Dickman |
2014-05-25 | use reallocarray. | Marc Espie |
2014-05-23 | use reallocarray | Marc Espie |
2014-05-22 | when we reduced the number of iovec's we passed through an imsg, the iovec | Gilles Chehade |
2014-05-20 | format string cleanup: change "%i" to "%d" and fix a few typos | Eric Faurot |
2014-05-20 | Unify the SSL privsep key loading functions. | Reyk Floeter |
2014-05-20 | Deep down inside OpenSSL, err... LibreSSL, RSA_set_ex_data attempts to | Reyk Floeter |
2014-05-20 | remove dead files | Eric Faurot |
2014-05-17 | add missing header needed by str* and mem* functions | Charles Longeau |
2014-05-15 | use <> for tables; | Jason McIntyre |
2014-05-12 | fix a possible double free when tls is required but not advertised by | Eric Faurot |
2014-05-10 | fix typo in function prototype | Charles Longeau |
2014-05-10 | Fix SSL breakage that I accidentally introduced with my previous commit. | Reyk Floeter |
2014-05-09 | stop casting sizeof to int | Ted Unangst |
2014-05-06 | Fix two memory leaks: EVP_PKEY_get1_RSA() returns a referenced key | Reyk Floeter |
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 | when doing opportunistic TLS, do not only downgrade during negotiation, but | Gilles Chehade |
2014-04-30 | when using maildir, do not create automatically create folders to match tag | Gilles Chehade |
2014-04-30 | The RSA engine (used by pony) has to wait for a response from the | Reyk Floeter |
2014-04-29 | For RSA private key privsep, only ever load the keys after forking the | Reyk Floeter |
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 | Remove unused arguments from ssl_smtp_init() | Reyk Floeter |
2014-04-29 | use explicit_bzero() instead of memset() to clear out sensitive data. | Reyk Floeter |
2014-04-29 | It is only required to load the keys and certs into the same SSL | Reyk Floeter |
2014-04-22 | malloc -> calloc | Gilles Chehade |
2014-04-19 | these snprintf() calls can't possibly truncate because they copy data from | Gilles Chehade |
2014-04-19 | (void) cast snprintf() that cannot truncate | Gilles Chehade |
2014-04-19 | (void) cast snprintf() call used to craft fatalx() message from within | Gilles Chehade |
2014-04-19 | (void) cast snprintf calls that cannot truncate or for which earlier checks | Gilles Chehade |
2014-04-19 | (void) cast snprintf() calls that cannot truncate (and would be harmless | Gilles Chehade |
2014-04-19 | remove dead code ... in code that's not plugged in yet ;-) | Gilles Chehade |
2014-04-19 | (void) cast snprintf that cannot truncate | Gilles Chehade |
2014-04-19 | (void) cast snprintf calls that cannot truncate | Gilles Chehade |
2014-04-19 | (void) cast snprintf call that cannot truncate | Gilles Chehade |
2014-04-19 | (void) cast snprintf() calls that cannot truncate | Gilles Chehade |
2014-04-19 | replace warnx message | Gilles Chehade |
2014-04-19 | add missing strlcpy() check in create_filter_chain() that would cause smtpd | Gilles Chehade |
2014-04-19 | add missing strlcpy() checks in create_filter() that would cause smtpd to | Gilles Chehade |
2014-04-19 | add missing strlcpy() check in is_if_in_group() to detect and warn about | Gilles Chehade |