Age | Commit message (Expand) | Author |
2015-12-14 | remove trailing whitespace | Joerg Jung |
2015-12-14 | oops, sorry sunil, -d was in the wrong place: | Jason McIntyre |
2015-12-14 | Document -d option. | Sunil Nimmagadda |
2015-12-14 | various minor tweaks; | Jason McIntyre |
2015-12-13 | fix warnings; spotted by `mandoc -Tlint' | Gleydson Soares |
2015-12-13 | add filter api man page | Joerg Jung |
2015-12-13 | less macro; | Jason McIntyre |
2015-12-13 | Move some variables local to makemap(). | Sunil Nimmagadda |
2015-12-13 | smtpd is no longer 5.4.6 | Gilles Chehade |
2015-12-13 | document filter keyword | Gilles Chehade |
2015-12-13 | refactor smtp_session to plug into the filters infrastructure | Gilles Chehade |
2015-12-13 | remove prototype to now unused function + pass fallback hint to lka | Gilles Chehade |
2015-12-13 | document wildcard pki/ca | Gilles Chehade |
2015-12-13 | refactor a bit to move the SNI handling away from smtp_session into smtp | Gilles Chehade |
2015-12-12 | tweaks; | Jason McIntyre |
2015-12-12 | remove CA from pki and no longer allow specifying a CA with 'pki' keyword. | Gilles Chehade |
2015-12-12 | whitespaces | Gilles Chehade |
2015-12-12 | when using senders map to restrict email address a user may use in SMTP | Gilles Chehade |
2015-12-12 | add the plumbing for masquerading | Gilles Chehade |
2015-12-12 | do not prevent group from reading key, it prevents a certificate from | Gilles Chehade |
2015-12-12 | allow overriding the default cipher-suite | Gilles Chehade |
2015-12-12 | bump DH params to 2048, it's been part of smtpd releases for a long time | Gilles Chehade |
2015-12-12 | check in parse.y that pki param is a valid hostname | Gilles Chehade |
2015-12-12 | pki name is a hostname not a path | Gilles Chehade |
2015-12-12 | rename enum value | Gilles Chehade |
2015-12-12 | remove whitespaces | Gilles Chehade |
2015-12-12 | do not limit smtp session username to LOGIN_NAME_MAX it could be a virtual | Gilles Chehade |
2015-12-12 | if no certificate matches name AND fallback hint was given, search for a | Gilles Chehade |
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 |