summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd/rfc2822.c
AgeCommit message (Expand)Author
2017-02-04Cast char to unsigned char for isspace()Philip Guenther
2016-10-13A logic issue in smtpd's header parsing can cause SMTP sessions to hang.Gilles Chehade
2016-08-20Properly initialize the message parser. fix a regression where theEric Faurot
2016-02-04fix memory leakEric Faurot
2015-12-28remove spaces after '!'Joerg Jung
2015-11-05when a message consists solely of headers and does not end them with anGilles Chehade
2015-09-07when bypassing the enqueuer, insert Message-Id header if none was found andGilles Chehade
2014-11-23some third-party applications generate malformed headers which we can stillGilles Chehade
2014-10-15- allow empty headersGilles Chehade
2014-10-12simple message parser to be used in smtp incoming sessions, not plugged yetGilles Chehade