index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
smtpd
/
iobuf.c
Age
Commit message (
Expand
)
Author
2021-06-14
add required headers for smtpd.h and remove unnecessary ones in other files.
Eric Faurot
2021-03-05
Start porting smtpd to libtls.
Eric Faurot
2021-01-23
Remove unused variables found by clang. Additional unused var spotted by eric@.
rob
2020-04-24
strip trailing CRs at smtp level rather than io level
Eric Faurot
2019-10-03
remove useless check and dead code
Gilles Chehade
2019-06-12
change "ssl" to "tls" in various identifiers.
Eric Faurot
2017-03-17
realloc() -> recallocarray().
Eric Faurot
2015-12-14
remove trailing whitespace
Joerg Jung
2015-12-05
Remove a few NULL-checks before free().
mmcc
2015-10-15
iobuf_queue() should return the number of bytes it queued on success, not 0
Gilles Chehade
2015-09-03
move paren to correctly return a negative error value instead of the
Jonathan Gray
2013-05-24
sync with OpenSMTPD 5.3.2
Eric Faurot
2013-01-26
Sync with our smtpd repo:
Gilles Chehade
2012-11-23
knf
Eric Faurot
2012-02-01
fix stupid mistake in buffer code
Eric Faurot
2012-01-29
Import generic network IO code. The plan is to hide the boring
Eric Faurot