Age | Commit message (Expand) | Author |
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 |
2014-11-02 | rework domain append by locating either the brackets or the last component | Gilles Chehade |
2014-10-26 | when using the local enqueuer, if the internal SMTP session fails, copy the | Gilles Chehade |
2014-10-25 | newaliases / makemap should parse multi-line aliases entries | Gilles Chehade |
2014-10-16 | disable SSLv3 | Gilles Chehade |
2014-10-15 | - allow empty headers | Gilles Chehade |
2014-10-15 | when From, To and Cc headers present users without domains, append the | Gilles Chehade |
2014-10-15 | add a (high) limit to the number of header lines we're willing to keep in | Gilles Chehade |
2014-10-15 | fix memory leak in error path | Gilles Chehade |
2014-10-12 | do not allow header to termine with pending flags | Gilles Chehade |
2014-10-12 | to rewrite domain on incoming mails, we need to be able to extract | Gilles Chehade |
2014-10-12 | simple message parser to be used in smtp incoming sessions, not plugged yet | Gilles Chehade |
2014-10-12 | local host is not "localhost", local host is env->sc_hostname | Gilles Chehade |
2014-10-08 | obvious reallocarray() use | Theo de Raadt |
2014-10-08 | restrict address lookups to configured address families. | Eric Faurot |
2014-10-04 | some MUA will bypass the local enqueuer and send an empty BCC header in the | Gilles Chehade |
2014-10-04 | Use getlogin() to determine real user name where possible. | Todd C. Miller |
2014-10-02 | when no domain is specified in MAIL FROM or RCPT TO, assume local user | Gilles Chehade |
2014-10-02 | no need to set the same field NULL twice ;-) | Gilles Chehade |
2014-10-02 | avoid a double free | Theo de Raadt |
2014-09-29 | lightly document mailq; ok gilles | Jason McIntyre |
2014-09-29 | during a small refactor, we broke table_passwd. | Gilles Chehade |
2014-09-16 | there is no editmap; | Jason McIntyre |