summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd/ioev.c
AgeCommit message (Expand)Author
2014-12-24Correctly fallback to PLAIN if opportunistics TLS fails during TLS handshake.Eric Faurot
2014-07-08fix typos.Igor Sobrado
2014-04-19(void) cast snprintf() calls that cannot truncate (and would be harmlessGilles Chehade
2014-04-19(void) cast strlcat(), they can't truncateGilles Chehade
2014-02-04do not call event_del() on non-initialized eventsEric Faurot
2013-12-26bcopy -> memmoveEric Faurot
2013-10-26%i -> %d in format stringsEric Faurot
2013-06-03call SSL_read() again if there is data pending in the SSL buffer.Eric Faurot
2013-05-24sync with OpenSMTPD 5.3.2Eric Faurot
2013-02-05- handle getaddrinfo() error as LKA_TEMPFAILGilles Chehade
2013-01-26Sync with our smtpd repo:Gilles Chehade
2012-11-23knfEric Faurot
2012-11-12Cleanups and improvements:Eric Faurot
2012-10-25Handle the case where writev() fails with EAGAIN. In theory it cannotEric Faurot
2012-10-10io_connect() can take an optional address to bind() before connecting.Eric Faurot
2012-09-14When printing ioev, do not segfault if there is no associated iobuf.Eric Faurot
2012-08-19Add warnings on io errors to help diagnosis.Eric Faurot
2012-05-25remove unused variableCharles Longeau
2012-01-30Add missing header needed by PRI format stringCharles Longeau
2012-01-29Import generic network IO code. The plan is to hide the boringEric Faurot