Age | Commit message (Expand) | Author |
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 |
2015-12-03 | new sentence, new line; | Jason McIntyre |
2015-12-03 | remove trailing whitespace | Joerg Jung |
2015-12-03 | introduce limit session keyword replacing fixed values | Joerg Jung |
2015-12-02 | whitespaces | Gilles Chehade |
2015-12-01 | missing articles in previous; | Jason McIntyre |
2015-12-01 | whitespace | Gilles Chehade |
2015-12-01 | add received-auth parameter to listener to identify authenticated sessions | Gilles Chehade |
2015-12-01 | update enum values in listen options | Gilles Chehade |
2015-12-01 | when peer outputs a multi-line response, concat response into a single log | Gilles Chehade |
2015-12-01 | reorder header | Gilles Chehade |
2015-12-01 | whitespace | Gilles Chehade |
2015-12-01 | delay between retries when operating as a secondary MX increases too much, | Gilles Chehade |
2015-12-01 | cleanup Makefile | Gilles Chehade |
2015-12-01 | cleanup Makefile | Gilles Chehade |
2015-12-01 | cleanup Makefile | Gilles Chehade |
2015-12-01 | add IMSG_SMTP_CHECK_SENDER in list of smtp IMSG | Gilles Chehade |