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-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
2012-09-27
fatal -> fatalx
Eric Faurot
2012-09-21
Add a log_envelope() function that log envelope status in a uniform way.
Eric Faurot
2012-09-11
Initialize fd correctly. This fixes a lot of problems.
Eric Faurot
2012-09-11
remove the session entry from the search tree when it's dead.
Eric Faurot
2012-08-30
- correctly free the task if all rcpt where rejected
Eric Faurot
2012-08-21
Allow smtpd to work as a backup MX, relaying only to MXs with higher
Eric Faurot
2012-08-21
Try to connect to the next host if an IO error occurs before the mta
Eric Faurot
2012-08-21
Re-enable loop detection, but in mta and mda this time.
Eric Faurot
2012-08-18
zap struct mta_batch. Only pass ids where needed.
Eric Faurot
2012-08-18
Major update of the mta internals.
Eric Faurot
2012-08-10
Move mta and smtp specific defines into their own files.
Eric Faurot
2012-08-09
Improve the message flows to completely isolate operations on the
Eric Faurot
2012-07-29
reset the session if no RCPT was accepted for the batch.
Eric Faurot
2012-07-29
remove the session tree from the global env and move it to mta_session.c,
Eric Faurot
2012-07-15
when specifying a relay port that's not standart, do not ntohs() the relay
Gilles Chehade
2012-06-01
use PRIu64 instead of llu in format string.
Charles Longeau
2012-05-12
Update the internal mta implementation so that a session now has a
Eric Faurot
[next]