summaryrefslogtreecommitdiffstats
path: root/usr.sbin/smtpd/iobuf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* strip trailing CRs at smtp level rather than io leveleric2020-04-241-4/+3
* remove useless check and dead codegilles2019-10-031-5/+1
* change "ssl" to "tls" in various identifiers.eric2019-06-121-16/+16
* realloc() -> recallocarray().eric2017-03-171-3/+3
* remove trailing whitespacejung2015-12-141-2/+2
* Remove a few NULL-checks before free().mmcc2015-12-051-3/+2
* iobuf_queue() should return the number of bytes it queued on success, not 0gilles2015-10-151-2/+2
* move paren to correctly return a negative error value instead of thejsg2015-09-031-2/+2
* sync with OpenSMTPD 5.3.2eric2013-05-241-2/+3
* Sync with our smtpd repo:gilles2013-01-261-5/+17
* knferic2012-11-231-11/+11
* fix stupid mistake in buffer codeeric2012-02-011-2/+2
* Import generic network IO code. The plan is to hide the boringeric2012-01-291-0/+453