Age | Commit message (Expand) | Author |
2015-12-12 | remove redundant check | Gilles Chehade |
2015-12-12 | remove empty line | Gilles Chehade |
2015-12-12 | move the cert verify code to its own function outside the imsg handling | Gilles Chehade |
2015-12-12 | smtp / mta have been factored in the same process months ago, factor the | Gilles Chehade |
2015-12-12 | prepare bits to enable masquerade in parse.y | Gilles Chehade |
2015-12-12 | add missing check for failed allocation | Gilles Chehade |
2015-12-12 | spaces | Gilles Chehade |
2015-12-12 | add bits so local enqueuer can run filters when they are enabled | Gilles Chehade |
2015-12-12 | tweak previous; | Jason McIntyre |
2015-12-12 | Implement senders map. | Sunil Nimmagadda |
2015-12-12 | whitespaces | Gilles Chehade |
2015-12-12 | prepare for asynchronous certificate verify, needed for a mechanical | Gilles Chehade |
2015-12-12 | expose foreground_log in smtpd.h so filters can inherit it | Gilles Chehade |
2015-12-12 | prepare load_pki_tree() for pki/ca split | Gilles Chehade |
2015-12-12 | add a log_trace() for debugging purposes | Gilles Chehade |
2015-12-12 | prepare struct smtp_session for handling of filters | Gilles Chehade |
2015-12-12 | add watermark define which will be needed for filters | Gilles Chehade |
2015-12-12 | if ca name not specified, pass hint to lka that a wildcard can match | Gilles Chehade |
2015-12-12 | In the configuration test mode (smtpd -n) setup queue crypto iff a | Sunil Nimmagadda |
2015-12-12 | declare and init filter wait queues (unused yet) | Gilles Chehade |
2015-12-12 | add filter_dataline prototype + empty function | Gilles Chehade |
2015-12-12 | sender and recipient are mail addresses, not pathnames, use proper define | Gilles Chehade |
2015-12-12 | use smtpd specific define for table name sizes | Gilles Chehade |
2015-12-12 | fix prototypes | Gilles Chehade |
2015-12-12 | pki name and ca name must match a hostname, use HOST_NAME_MAX | Gilles Chehade |
2015-12-12 | display CA name in log debug | Gilles Chehade |
2015-12-12 | do not limit usernames to LOGIN_NAME_MAX in places where "virtual users" | Gilles Chehade |
2015-12-12 | rename an smtpd specific define | 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-12 | prepare some imsg structures for upcoming diff to support wildcard ca | Gilles Chehade |
2015-12-11 | rename field member + whitespaces | Gilles Chehade |
2015-12-11 | rename header_masquerade_callback() to header_domain_append_callback(), the | Gilles Chehade |
2015-12-11 | fix a logic error in smtp_can_accept() which caused smtpd to accept less | Gilles Chehade |
2015-12-11 | add keywords that are going to be used in upcoming mini diffs | Gilles Chehade |
2015-12-11 | in add_filter_arg() do not allow the same filter twice in same chain | Gilles Chehade |
2015-12-11 | add filter.c prototypes, unused for now | Gilles Chehade |
2015-12-11 | prepare smtpd.h for masquerading | Gilles Chehade |
2015-12-11 | New '-F' option to let smtpd run in foreground while logging to | Sunil Nimmagadda |
2015-12-11 | whitespace | Gilles Chehade |
2015-12-11 | Add -U option like the sendmail makemap, for dumping DB files back to text | Philip Guenther |
2015-12-10 | free sc_queue_key only when it points to something other than "stdin" | Sunil Nimmagadda |
2015-12-10 | Do not fatal when a log_warn suffices. | Sunil Nimmagadda |
2015-12-10 | While listing envelopes using mailq(or smtpctl show queue), pass | Sunil Nimmagadda |
2015-12-09 | Document forward-only keyword. From Jason Barbier <jabarb@serversave.us> | Sunil Nimmagadda |
2015-12-09 | Install aliases(5), forward(5), makemap(8) and newaliases(8) manpages | Sunil Nimmagadda |
2015-12-08 | Let smtpd shutdown gracefully with a zero exit code when the priv | Sunil Nimmagadda |
2015-12-07 | Merge makemap(8) into smtpctl(8). | Sunil Nimmagadda |
2015-12-05 | Remove a few NULL-checks before free(). | mmcc |
2015-12-05 | EAGAIN handling for imsg_read. OK henning@ benno@ | Claudio Jeker |