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
/
mta_session.c
Age
Commit message (
Expand
)
Author
2014-07-04
It makes much more sense to do the loop checking on incoming mails rather
Eric Faurot
2014-07-04
always attempt to use tls for relaying to the primary server when
Eric Faurot
2014-05-20
format string cleanup: change "%i" to "%d" and fix a few typos
Eric Faurot
2014-05-12
fix a possible double free when tls is required but not advertised by
Eric Faurot
2014-04-30
when doing opportunistic TLS, do not only downgrade during negotiation, but
Gilles Chehade
2014-04-29
Implement RSA privilege separation for OpenSMTPD, based on my previous
Reyk Floeter
2014-04-29
when a session fails due to a TLS error in a smtp+tls:// connection, try
Gilles Chehade
2014-04-29
use explicit_bzero() instead of memset() to clear out sensitive data.
Reyk Floeter
2014-04-19
(void) cast snprintf() and strlcat() calls that cannot truncate
Gilles Chehade
2014-04-08
zero-fill static buffer before use in DSN code
Gilles Chehade
2014-04-04
Merge the mda, mta and smtp processes into a single unprivileged
Eric Faurot
2014-03-02
if peer advertises DSN and we don't want to use it, make sure we don't send
Gilles Chehade
2014-02-25
if a specific pattern of failures/success happen, we can end up not
Gilles Chehade
2014-02-24
fix off by one leading to invalid host stats tree
Eric Faurot
2014-02-04
Add support for DSN and Enhanced Status Code
Eric Faurot
2014-02-04
internal improvements and cleanups
Eric Faurot
2014-02-04
pki code cleanup
Eric Faurot
2014-02-04
add base64_encode/base64_decode helpers
Eric Faurot
2013-12-26
bcopy -> memmove
Eric Faurot
2013-12-03
Rework the envelope flushing loops in mta to avoid sending all delivery
Eric Faurot
2013-11-28
unsigned char casts for ctype
Eric Faurot
2013-11-18
Allow overriding the local ca
Eric Faurot
2013-11-06
Much much improved config parser and related changes.
Eric Faurot
2013-10-29
add missing heloname field for relayhost.
Eric Faurot
2013-10-28
Report the ssl certificate verification status in the mail header.
Eric Faurot
2013-10-27
Add support for AUTH LOGIN in mta.
Eric Faurot
2013-10-26
%i -> %d in format strings
Eric Faurot
2013-10-25
obvious time_t mishandling. Sigh.
Theo de Raadt
2013-07-22
fix sockaddr overflow with IPv6
Eric Faurot
2013-07-19
Many MTA improvements:
Eric Faurot
2013-07-19
get rid of sa_set_port() and its awfully contorted implementation
Eric Faurot
2013-06-03
plug a couple of memleaks
Eric Faurot
2013-05-24
sync with OpenSMTPD 5.3.2
Eric Faurot
2013-04-12
replace MAX_LINE_SIZE and SMTP_LINE_MAX with SMTPD_MAXLINESIZE for
Eric Faurot
2013-02-21
Fix a potential crash when connecting to a misbehaving smtp server.
Eric Faurot
2013-02-15
add missing bits for lmtp support (from Ashish SHUKLA).
Eric Faurot
2013-02-05
Spelling fixes: retreive -> retrieve. ok gilles
Nicholas Marriott
2013-01-31
assorted fixes spotted by Coverity.
Eric Faurot
2013-01-28
use a stripped-down mta_envelope structure in the mta process.
Eric Faurot
2013-01-28
fix possible descriptor leak in mta_session when reusing session for many
Gilles Chehade
2013-01-28
- introduce 'smtpctl trace lookup' to trace lookup process
Gilles Chehade
2013-01-26
Sync with our smtpd repo:
Gilles Chehade
2012-11-12
Cleanups and improvements:
Eric Faurot
2012-11-06
Remove the "is_reading" hack and simplify the read/write logic:
Eric Faurot
2012-10-11
- ssize_t -> size_t
Gilles Chehade
2012-10-10
io_connect() can take an optional address to bind() before connecting.
Eric Faurot
2012-10-07
convert iobuf_queue()'s to iobuf_fqueue(). (idea from gilles@)
Charles Longeau
2012-10-03
don't try to cope with iobuf_init() failure, make it fatal() instead.
Charles Longeau
2012-10-02
check iobuf_init() return value.
Charles Longeau
2012-09-30
use xmalloc(), xcalloc() and xmemdup() helpers
Charles Longeau
[next]