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
/
client.h
Age
Commit message (
Expand
)
Author
2010-01-02
Replace 3 struct smtp_client members (ssl_handshake, rcptokay, dying) with a
Jacek Masiulaniec
2010-01-02
Factor out parts of client_read() into client_socket_read() and
Jacek Masiulaniec
2010-01-02
Simplify code by removing struct smtp_client member, int iomode, which was
Jacek Masiulaniec
2009-12-23
Implementation of RFC 2920 PIPELINING extension, client side only for now.
Jacek Masiulaniec
2009-12-15
Simplify SSL code client-side, no functional change.
Jacek Masiulaniec
2009-12-12
When acting as a client do content reads from the disk progressively
Jacek Masiulaniec
2009-12-12
Simplify client_* api, mainly by making fatal conditions result in immediate
Jacek Masiulaniec
2009-09-22
When at MAIL FROM stage, handle the case when STARTTLS is required but not
Jacek Masiulaniec
2009-09-15
Extend SMTP client_* API to support SSL+AUTH, and use it in the mta
Jacek Masiulaniec
2009-08-27
$OpenBSD$
Jacek Masiulaniec
2009-08-27
Implement client side of the SMTP protocol in a library-like module.
Jacek Masiulaniec