Age | Commit message (Expand) | Author |
2015-11-05 | when a message consists solely of headers and does not end them with an | Gilles Chehade |
2015-11-03 | Blank line after pledge call. | mmcc |
2015-10-29 | Implement smtpctl discover <evpid|msgid>. | Sunil Nimmagadda |
2015-10-28 | masquerade and senders map require being able to lookup mailaddr structures | Gilles Chehade |
2015-10-28 | various macro fixes; | Jason McIntyre |
2015-10-28 | remove old check on username length that simply makes no sense nowadays | Gilles Chehade |
2015-10-28 | dns_lookup_host() needs to remove brackets and IPv6: prefix when receiving | Gilles Chehade |
2015-10-28 | aliases support resolving to maildir:/path | Gilles Chehade |
2015-10-28 | Remove dead code. | Sunil Nimmagadda |
2015-10-27 | add a rcpt-to parameter to be able to use the original (probably expanded) | Joerg Jung |
2015-10-27 | delivery lmtp gets fed with a message file as input which is guaranted to have | Joerg Jung |
2015-10-27 | enqueue pledge: getmailname() needs dns, ~/dead.letter needs cpath/wpath | Gilles Chehade |
2015-10-27 | aliases_virtual_check() has been unneeded for a while | Gilles Chehade |
2015-10-26 | Fix makemap(8) for values containing a '#'. | Sunil Nimmagadda |
2015-10-26 | remove unneeded pidfile() from smtpd | Joerg Jung |
2015-10-26 | avoid a potential double free | Jonathan Gray |
2015-10-24 | add -h flag to SYNOPSIS as well | Joerg Jung |
2015-10-23 | document -h flag and add a .Xr | Joerg Jung |
2015-10-22 | delivery to maildir needs pledge fattr | Gilles Chehade |
2015-10-21 | Use SSL_CTX_set_ecdh_auto() instead of rolling our own version. | Joel Sing |
2015-10-21 | Only enable SSL_VERIFY_PEER when the verify option is set on a listener. | Joel Sing |
2015-10-19 | Kill whitespace at eol. | Sunil Nimmagadda |
2015-10-18 | fix lmtp delivery regressions introduced in previous: | Joerg Jung |
2015-10-17 | mailaddr_match() allows comparing two struct mailaddr taking into account | Gilles Chehade |
2015-10-17 | makemap shout strip initial and trailing whitespaces using strip() | Gilles Chehade |
2015-10-17 | document handling of comments in makemap | Gilles Chehade |
2015-10-17 | both of these are deprecated | Gilles Chehade |
2015-10-17 | Convert some fgetln to getline. | Sunil Nimmagadda |
2015-10-17 | Cleanup and simplify LMTP code. | Sunil Nimmagadda |
2015-10-17 | LMTP delivery requires "inet unix". | Sunil Nimmagadda |
2015-10-17 | this file is deprecated | Gilles Chehade |
2015-10-17 | remove unused variables | Gilles Chehade |
2015-10-17 | KNF | Gilles Chehade |
2015-10-17 | our strip() function should use isspace() | Gilles Chehade |
2015-10-17 | smtpd starts rather robustly with a gigantic pledge request group (keep | Theo de Raadt |
2015-10-16 | Use SSL_get_version() not SSL_get_cipher_version(); the former gives the TLS | Stuart Henderson |
2015-10-16 | add flock to pledge request, needed by delivery_filename | Gilles Chehade |
2015-10-16 | Implement real "flock" request and add it to userland programs that | Todd C. Miller |
2015-10-15 | iobuf_queue() should return the number of bytes it queued on success, not 0 | Gilles Chehade |
2015-10-15 | Let "all" as an argument for "resume envelope", "pause envelope" | Sunil Nimmagadda |
2015-10-14 | smtpd in tree is no longer neither 5.4.4, nor 5.4.5, bump SMTPD_VERSION | Gilles Chehade |
2015-10-14 | whitespaces | Gilles Chehade |
2015-10-14 | SMTPD_MAXPATHLEN -> PATH_MAX, this was unnoticed as file is not linked | Gilles Chehade |
2015-10-14 | imsg_read() may return EAGAIN, handle it in mproc_dispatch() | Gilles Chehade |
2015-10-14 | whitespace + only log TRACE_MPROC if not IMSG_STAT_{IN,DE}CREMENT | Gilles Chehade |
2015-10-14 | remove a handful of log_warn that we should handle at a different place to | Gilles Chehade |
2015-10-14 | whitespace | Gilles Chehade |
2015-10-14 | fix define and enhanced status code reason for 5.5.0 | Gilles Chehade |
2015-10-14 | we dump esc_code if we have an esc_class, code may be (and actually was) | Gilles Chehade |
2015-10-14 | whitespace | Gilles Chehade |