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
/
ssl.c
Age
Commit message (
Expand
)
Author
2009-04-09
change syntax of the "listen on" and "relay via" directives:
Jacek Masiulaniec
2009-03-15
since we are going to share code in smtp sessions and mta sessions, we need
Gilles Chehade
2009-02-05
when calling ssl_session_destroy() from mta, our session will have a NULL
Gilles Chehade
2009-01-30
when decreasing ssl related counters, make sure the session was flagged as
Gilles Chehade
2009-01-30
improve statistics for smtp process. not only collect the current sessions
Gilles Chehade
2009-01-29
initial starttls support in mta, this allows:
Gilles Chehade
2009-01-29
bring initial support for SSL in the mta part of smtpd, allowing for:
Gilles Chehade
2009-01-01
remove unnecessary includes; ok gilles@
Jacek Masiulaniec
2008-12-11
- snprintf -> bsnprintf
Gilles Chehade
2008-11-10
- snprintf() can return -1, make sure every call is checked properly
Gilles Chehade
2008-11-05
add a few missing id tags; there are a bunch of files, and developers
Igor Sobrado
2008-11-01
smtpd is a smtp server implementation for OpenBSD. It is a work in progress
Gilles Chehade