summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd
AgeCommit message (Expand)Author
2015-12-14Fix bad indents and whitespaces.Sunil Nimmagadda
2015-12-14Wrap long lines and whitespace fixes.Sunil Nimmagadda
2015-12-14remove trailing whitespaceJoerg Jung
2015-12-14oops, sorry sunil, -d was in the wrong place:Jason McIntyre
2015-12-14Document -d option.Sunil Nimmagadda
2015-12-14various minor tweaks;Jason McIntyre
2015-12-13fix warnings; spotted by `mandoc -Tlint'Gleydson Soares
2015-12-13add filter api man pageJoerg Jung
2015-12-13less macro;Jason McIntyre
2015-12-13Move some variables local to makemap().Sunil Nimmagadda
2015-12-13smtpd is no longer 5.4.6Gilles Chehade
2015-12-13document filter keywordGilles Chehade
2015-12-13refactor smtp_session to plug into the filters infrastructureGilles Chehade
2015-12-13remove prototype to now unused function + pass fallback hint to lkaGilles Chehade
2015-12-13document wildcard pki/caGilles Chehade
2015-12-13refactor a bit to move the SNI handling away from smtp_session into smtpGilles Chehade
2015-12-12tweaks;Jason McIntyre
2015-12-12remove CA from pki and no longer allow specifying a CA with 'pki' keyword.Gilles Chehade
2015-12-12whitespacesGilles Chehade
2015-12-12when using senders map to restrict email address a user may use in SMTPGilles Chehade
2015-12-12add the plumbing for masqueradingGilles Chehade
2015-12-12do not prevent group from reading key, it prevents a certificate fromGilles Chehade
2015-12-12allow overriding the default cipher-suiteGilles Chehade
2015-12-12bump DH params to 2048, it's been part of smtpd releases for a long timeGilles Chehade
2015-12-12check in parse.y that pki param is a valid hostnameGilles Chehade
2015-12-12pki name is a hostname not a pathGilles Chehade
2015-12-12rename enum valueGilles Chehade
2015-12-12remove whitespacesGilles Chehade
2015-12-12do not limit smtp session username to LOGIN_NAME_MAX it could be a virtualGilles Chehade
2015-12-12if no certificate matches name AND fallback hint was given, search for aGilles Chehade
2015-12-12remove redundant checkGilles Chehade
2015-12-12remove empty lineGilles Chehade
2015-12-12move the cert verify code to its own function outside the imsg handlingGilles Chehade
2015-12-12smtp / mta have been factored in the same process months ago, factor theGilles Chehade
2015-12-12prepare bits to enable masquerade in parse.yGilles Chehade
2015-12-12add missing check for failed allocationGilles Chehade
2015-12-12spacesGilles Chehade
2015-12-12add bits so local enqueuer can run filters when they are enabledGilles Chehade
2015-12-12tweak previous;Jason McIntyre
2015-12-12Implement senders map.Sunil Nimmagadda
2015-12-12whitespacesGilles Chehade
2015-12-12prepare for asynchronous certificate verify, needed for a mechanicalGilles Chehade
2015-12-12expose foreground_log in smtpd.h so filters can inherit itGilles Chehade
2015-12-12prepare load_pki_tree() for pki/ca splitGilles Chehade
2015-12-12add a log_trace() for debugging purposesGilles Chehade
2015-12-12prepare struct smtp_session for handling of filtersGilles Chehade
2015-12-12add watermark define which will be needed for filtersGilles Chehade
2015-12-12if ca name not specified, pass hint to lka that a wildcard can matchGilles Chehade
2015-12-12In the configuration test mode (smtpd -n) setup queue crypto iff aSunil Nimmagadda
2015-12-12declare and init filter wait queues (unused yet)Gilles Chehade