summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-12decipher comment. ok bcook@mmcc
2015-12-12Remove calloc cast, give sizeof parens. No functional change.mmcc
2015-12-12tweaks;Jason McIntyre
2015-12-12Add OpenBSD Id.Reyk Floeter
2015-12-12Add OpenBSD CVS/RCS Ids.Reyk Floeter
2015-12-12move initialization of buf up to quell warnings and make it obvious the err c...Bob Beck
2015-12-12prevent possibly use of uninitialized variableBob Beck
2015-12-12make the counter a size_t as well, which quells a warning on visual studio 2015Bob Beck
2015-12-12Remove NULL-checks before free(). ok tb@mmcc
2015-12-12Remove the rest of the 20+ year-old memory debugging gunk. Discussedmmcc
2015-12-12Remove NULL-checks before free().mmcc
2015-12-12remove CA from pki and no longer allow specifying a CA with 'pki' keyword.Gilles Chehade
2015-12-12Remove a needless inclusion of sys/cdefs.h. Inspired by reyk's recentmmcc
2015-12-12comment typommcc
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-12Add key-table option to set the default key table for a session, allowsNicholas Marriott
2015-12-12do not prevent group from reading key, it prevents a certificate fromGilles Chehade
2015-12-12Return after changing key table.Nicholas Marriott
2015-12-12Allow prefix and prefix2 to be set to None to disable (useful if youNicholas Marriott
2015-12-12correct commentTed Unangst
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-12Adjust IPI numbers to get the interrupts working. Bits 5 and 6 do notVisa Hankala
2015-12-12zap surplus blank lineStuart Henderson
2015-12-12Send DECLINE messages in response to ACK messages that turn out toKenneth R Westerback
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-12In the A-MSDU receive code path, add an upper bounds check on A-MSDUStefan Sperling
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-12x2APIC is currently enabled on HV guests only, not on bare metal, toReyk Floeter
2015-12-12document the keyboard backlight supportJoerg Jung
2015-12-12prepare bits to enable masquerade in parse.yGilles Chehade
2015-12-12add missing check for failed allocationGilles Chehade