summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd/ssl.c
AgeCommit message (Expand)Author
2010-06-01new queue, again; gcc2 compile tested by deraadtJacek Masiulaniec
2010-06-01New queue doesn't compile on gcc2, back out. Spotted by deraadt@Jacek Masiulaniec
2010-05-31Rewrite entire queue code.Jacek Masiulaniec
2010-05-26Rename some imsg bits to make namespace collisions less likely buf toNicholas Marriott
2010-05-19cleanup-only commit, removes unrequired includes, no functionnal changeGilles Chehade
2009-11-11Check if the receive buffer has any unused space before reading from socket inJacek Masiulaniec
2009-10-03dont dereference garbage pointer, from martynas@Jacek Masiulaniec
2009-09-22fix handling of certificates to unbreak DSA; allows starttls(8) instructions ...Janne Johansson
2009-09-15Extend SMTP client_* API to support SSL+AUTH, and use it in the mtaJacek Masiulaniec
2009-06-02make env->sc_listeners and env->sc_ssl pointers, one step further towardGilles Chehade
2009-06-01fix function name in log_debugJacek Masiulaniec
2009-05-30It is now possible to specify a certificate to use when relaying to anotherGilles Chehade
2009-05-24Instead of keeping stats private to each process, and querying everyJacek Masiulaniec
2009-05-19remove useless check on NULL ssl cert and key, the check cannot be reachedGilles Chehade
2009-05-18Complete rework of bufferevent event masking allowing for moreJacek Masiulaniec
2009-04-15s/ssmtp/smtps/; ok gilles@Jacek Masiulaniec
2009-04-09change syntax of the "listen on" and "relay via" directives:Jacek Masiulaniec
2009-03-15since we are going to share code in smtp sessions and mta sessions, we needGilles Chehade
2009-02-05when calling ssl_session_destroy() from mta, our session will have a NULLGilles Chehade
2009-01-30when decreasing ssl related counters, make sure the session was flagged asGilles Chehade
2009-01-30improve statistics for smtp process. not only collect the current sessionsGilles Chehade
2009-01-29initial starttls support in mta, this allows:Gilles Chehade
2009-01-29bring initial support for SSL in the mta part of smtpd, allowing for:Gilles Chehade
2009-01-01remove unnecessary includes; ok gilles@Jacek Masiulaniec
2008-12-11- snprintf -> bsnprintfGilles Chehade
2008-11-10- snprintf() can return -1, make sure every call is checked properlyGilles Chehade
2008-11-05add a few missing id tags; there are a bunch of files, and developersIgor Sobrado
2008-11-01smtpd is a smtp server implementation for OpenBSD. It is a work in progressGilles Chehade