summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd/iobuf.c
AgeCommit message (Expand)Author
2021-06-14add required headers for smtpd.h and remove unnecessary ones in other files.Eric Faurot
2021-03-05Start porting smtpd to libtls.Eric Faurot
2021-01-23Remove unused variables found by clang. Additional unused var spotted by eric@.rob
2020-04-24strip trailing CRs at smtp level rather than io levelEric Faurot
2019-10-03remove useless check and dead codeGilles Chehade
2019-06-12change "ssl" to "tls" in various identifiers.Eric Faurot
2017-03-17realloc() -> recallocarray().Eric Faurot
2015-12-14remove trailing whitespaceJoerg Jung
2015-12-05Remove a few NULL-checks before free().mmcc
2015-10-15iobuf_queue() should return the number of bytes it queued on success, not 0Gilles Chehade
2015-09-03move paren to correctly return a negative error value instead of theJonathan Gray
2013-05-24sync with OpenSMTPD 5.3.2Eric Faurot
2013-01-26Sync with our smtpd repo:Gilles Chehade
2012-11-23knfEric Faurot
2012-02-01fix stupid mistake in buffer codeEric Faurot
2012-01-29Import generic network IO code. The plan is to hide the boringEric Faurot