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