Age | Commit message (Expand) | Author |
2015-06-11 | local user can cause smtpd to fail by sending invalid imsg to control sock | Gilles Chehade |
2015-06-04 | spacing, makes example fit on display. | Igor Sobrado |
2015-06-03 | Do not assume that asprintf() clears the pointer on failure, which | Todd C. Miller |
2015-05-28 | Do not try to unlink the control socket in an unprivileged child | Florian Obser |
2015-05-15 | the code to prevent AUTH PLAIN from logging credentials upon authentication | Gilles Chehade |
2015-05-13 | The enqueuer should never encouter the "From " separator in its headers, as | Gilles Chehade |
2015-05-06 | use res_hnok() to valid domain part in valid_domain() | Gilles Chehade |
2015-05-03 | S was misplaced in r1.89, the optarg that was removed was actually needed | Gilles Chehade |
2015-05-03 | smtpd enqueue -S does not take an argument, fix optstring accordingly | Gilles Chehade |
2015-04-19 | Incorrect logic in smtpd(8) can lead to unexpected client disconnect, invalid | Gilles Chehade |
2015-04-06 | remove superfluous ';' in Received lines | Gilles Chehade |
2015-03-13 | typo | Eric Faurot |
2015-03-13 | Missing free(3) in error path | Giovanni Bechis |
2015-03-06 | Document how to use anti-spoofing rules to reject spam. | Todd C. Miller |
2015-03-02 | Cleanup smtpd.conf(5). | Anthony J. Bentley |
2015-02-27 | Do not use the name returned by getlogin() when pw_uid from | Todd C. Miller |
2015-02-12 | ber_printf_elements should return NULL if any of its parts fail. | Martin Pelikan |
2015-02-08 | Use AI_ADDRCONFIG when resolv hosts on startup. | Reyk Floeter |
2015-02-06 | Rename SSL_CTX_use_certificate_chain() to SSL_CTX_use_certificate_chain_mem(). | Reyk Floeter |
2015-01-22 | LibreSSL now supports loading of CA certificates from memory, replace | Reyk Floeter |
2015-01-20 | use <limits.h> comprehensively. For now try to push <> includes to | Theo de Raadt |
2015-01-16 | SSL_CTX_use_certificate_chain() has been added to LibreSSL and there | Reyk Floeter |
2015-01-16 | The SSL/TLS session Id context is limited to 32 bytes. Instead of | Reyk Floeter |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2015-01-15 | when enqueueing offline mails from within the daemon session, we should not | Gilles Chehade |
2015-01-14 | recipient and sender lists now support the user+TAG notation, allowing | Gilles Chehade |
2015-01-14 | bring back reverted commits, the crash was unrelated | Gilles Chehade |
2015-01-11 | revert two latest commits until a crash is fixed | Gilles Chehade |
2015-01-11 | unbreak the delivery_filename backend, now that it no longer prepends the | Gilles Chehade |
2015-01-09 | rename a variable to avoid a warning | Gilles Chehade |
2015-01-07 | fix ctype casting bug spotted by Jonas 'Sortie' Termansen | Gilles Chehade |
2015-01-06 | move the message parser init earlier to avoid a possible use after free in | Gilles Chehade |
2015-01-06 | fix whitespace and indentation, by Kyle Milz | Gilles Chehade |
2015-01-05 | some third-party mda require a prepended From separator line, so remove the | Gilles Chehade |
2014-12-24 | bump version | Eric Faurot |
2014-12-24 | Correctly fallback to PLAIN if opportunistics TLS fails during TLS handshake. | Eric Faurot |
2014-12-24 | missing include | Eric Faurot |
2014-12-17 | Use log_warnx() not log_warn() for mail loop warning since errno | Todd C. Miller |
2014-12-14 | these are no longer used, remove | Gilles Chehade |
2014-12-13 | Add DKIM signing example based on eric@'s asiabsdcon slides | Todd C. Miller |
2014-12-08 | no need for arc4random_uniform() here, arc4random() does the job | Gilles Chehade |
2014-11-23 | some third-party applications generate malformed headers which we can still | Gilles Chehade |
2014-11-20 | Don't allow embedded nul characters in strings. | Jonathan Gray |
2014-11-19 | two obvious markup fixes; from frankgroeneveld dot nl | Ingo Schwarze |
2014-11-16 | Convert the logic in yyerror(). Instead of creating a temporary | Alexander Bluhm |
2014-11-14 | Add gcc printf format attributes to yyerror() in parse.y files. | Doug Hogan |
2014-11-12 | truncate dead.letter | Gilles Chehade |
2014-11-06 | since domain appending is handled at the daemon level, don't try to do it | Gilles Chehade |
2014-11-05 | stop prepending the user id in local enqueuing Received line | Gilles Chehade |
2014-11-02 | increment s->datalen counter in append domain code to correctly account for | Gilles Chehade |