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
/
ioev.h
Age
Commit message (
Expand
)
Author
2021-07-28
add format attribute to vaararg functions.
Sebastian Benoit
2021-03-05
Start porting smtpd to libtls.
Eric Faurot
2019-09-11
Sprinkle around some __attribute__((__format__ (printf(...))).
Martijn van Duren
2019-06-12
change "ssl" to "tls" in various identifiers.
Eric Faurot
2016-11-30
hide internal io flags and rename IO_PAUSE_{IN,OUT} to IO_{IN,OUT}
Eric Faurot
2016-11-30
make struct io opaque:
Eric Faurot
2016-11-24
add an io_paused() function.
Eric Faurot
2016-11-24
add an io_fileno() accessor
Eric Faurot
2016-11-24
add an io_ssl() accessor
Eric Faurot
2016-11-24
add an io_error() accessor to avoid dereferencing the io struct directly.
Eric Faurot
2016-11-20
add dedicated functions to set fd and callback on a struct io.
Eric Faurot
2016-11-17
Add io api functions for dealing with buffered data, as wrapper around
Eric Faurot
2016-11-17
remove IO_TLSVERIFIED which is not a io event, and inline necessary code
Eric Faurot
2016-11-16
pass the user pointer as parameter to the io callback instead of having
Eric Faurot
2016-03-25
Nuke session_socket_blockmode() and session_socket_linger(). Use
Kenneth R Westerback
2014-12-24
Correctly fallback to PLAIN if opportunistics TLS fails during TLS handshake.
Eric Faurot
2014-07-08
fix typos.
Igor Sobrado
2013-01-26
Sync with our smtpd repo:
Gilles Chehade
2012-10-10
io_connect() can take an optional address to bind() before connecting.
Eric Faurot
2012-01-29
Import generic network IO code. The plan is to hide the boring
Eric Faurot