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
/
smtpd-api.h
Age
Commit message (
Expand
)
Author
2018-12-23
the tree_* and dict_* api's in smtpd can be used standalone, do not have
Gilles Chehade
2018-11-01
introduce K_REGEX table type and table_regex_match(), unused for now
Gilles Chehade
2018-05-24
switch smtpd to new grammar
Gilles Chehade
2018-05-14
kill corrupt / uncorrupt queue mechanism as it has never been usable and it
Gilles Chehade
2017-09-08
remove more filter-related cruft
Eric Faurot
2016-09-03
get rid of the type-checking system on internal messages.
Eric Faurot
2016-06-29
Explicitely enclose SMTP transactions between BEGIN and COMMIT/ROLLBACK
Eric Faurot
2016-02-09
add PROC_QUEUE_MESSAGE_UNCORRUPT to smtpd-api.h, needed by privsep queues
Gilles Chehade
2015-12-12
Implement senders map.
Sunil Nimmagadda
2015-11-30
fix prototype
Gilles Chehade
2015-11-30
smtpd-api.h update, missing prototypes, no functional change
Gilles Chehade
2015-11-23
allow table API to lookup for mailaddr mappings
Gilles Chehade
2015-11-05
Implement smtpctl uncorrupt <msgid>
Sunil Nimmagadda
2015-10-29
Implement smtpctl discover <evpid|msgid>.
Sunil Nimmagadda
2015-10-14
fix define and enhanced status code reason for 5.5.0
Gilles Chehade
2015-01-20
use <limits.h> comprehensively. For now try to push <> includes to
Theo de Raadt
2014-07-10
Improve the scheduler, better and simpler.
Eric Faurot
2014-07-08
various queue improvements:
Eric Faurot
2014-07-08
make the filter API move forward (still not plugged).
Eric Faurot
2014-07-08
Update the table API: lookup functions can take an optional parameters
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
socketmap table backend.
Eric Faurot
2013-12-05
When a relay fails, let the scheduler update all envelopes in the
Eric Faurot
2013-11-20
Rework the mda and scheduler to use the holdq mechanism instead of
Eric Faurot
2013-11-18
change dict_poproot() prototype: do not take key placeholder parameter as
Eric Faurot
2013-10-27
Implement a feedback mechanism which allows the mta to "hold" envelopes
Eric Faurot
2013-10-27
Make the filter infrastructure move forward.
Eric Faurot
2013-07-19
Implement a scheduler_proc backend
Eric Faurot
2013-07-19
Assorted queue improvements:
Eric Faurot
2013-07-19
Add a table_proc backend for delegating table lookups to another
Eric Faurot
2013-07-19
Move the filter infrastructure forward.
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-14
grow MAX_LOCALPART_SIZE and MAX_DOMAINPART_SIZE by 1 (for the '\0')
Eric Faurot
2013-01-26
Sync with our smtpd repo:
Gilles Chehade