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
/
queue.c
Age
Commit message (
Expand
)
Author
2021-08-02
Fix incorrect status code for expired mails resulting in a misleading
Eric Faurot
2021-06-14
add required headers for smtpd.h and remove unnecessary ones in other files.
Eric Faurot
2021-05-26
replaces calls to err(3)/errx(3) with fatal()/fatalx() from log.c
Eric Faurot
2020-12-31
Rename the pony process to dispatcher and klondike to crypto.
Martijn van Duren
2020-04-22
Check for the dispatcher name in the envelope validation function.
Eric Faurot
2018-12-30
Delete unnecessary <libgen.h> #includes
Philip Guenther
2018-12-08
Use correct RFC 3464 specified values for Action field in a DSN.
Sunil Nimmagadda
2018-05-31
remove 'where' parameter from all x*() functions in utils.c, it doesn't
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-11-21
no need to check the sending process in imsg handlers when there is no
Eric Faurot
2017-01-09
smtpd joins the 7 other daemons that share the same log.c file.
Reyk Floeter
2016-09-08
Streamline the daemon shutdown sequence.
Eric Faurot
2016-09-04
The smtpd processes are not expected to ever leave their event loop.
Eric Faurot
2016-09-01
remove noop function
Eric Faurot
2016-08-31
Remove dead code. queue_flow_control() has never been used and is
Eric Faurot
2016-05-28
Implement the fork+exec pattern in smtpd.
Eric Faurot
2016-04-29
fix "smtpctl show queue" reporting "invalid" envelope state.
Eric Faurot
2016-01-27
Check imsg data length before use.
Sunil Nimmagadda
2015-12-28
remove spaces after '!'
Joerg Jung
2015-12-14
remove trailing whitespace
Joerg Jung
2015-12-10
While listing envelopes using mailq(or smtpctl show queue), pass
Sunil Nimmagadda
2015-11-23
Restructure bounce content as a multi-part MIME message.
Sunil Nimmagadda
2015-11-05
Implement smtpctl uncorrupt <msgid>
Sunil Nimmagadda
2015-10-29
Implement smtpctl discover <evpid|msgid>.
Sunil Nimmagadda
2015-10-16
Implement real "flock" request and add it to userland programs that
Todd C. Miller
2015-10-14
whitespaces
Gilles Chehade
2015-10-13
pledge() queue process
Gilles Chehade
2015-01-20
use <limits.h> comprehensively. For now try to push <> includes to
Theo de Raadt
2014-07-10
make the control process broadcast verbose/profile admin requests directly,
Eric Faurot
2014-07-10
Improve the scheduler, better and simpler.
Eric Faurot
2014-07-08
various queue improvements:
Eric Faurot
2014-04-19
(void) cast strlcpy() and snprintf() that cannot truncate
Gilles Chehade
2014-04-08
use correct imsg
Eric Faurot
2014-04-04
Merge the mda, mta and smtp processes into a single unprivileged
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
get rid of fdlimit()
Eric Faurot
2013-11-20
Rework the mda and scheduler to use the holdq mechanism instead of
Eric Faurot
2013-10-27
Implement a feedback mechanism which allows the mta to "hold" envelopes
Eric Faurot
2013-10-27
Create the control socket in the parent process to abort early if
Eric Faurot
2013-07-19
Many MTA improvements:
Eric Faurot
2013-07-19
Assorted queue improvements:
Eric Faurot
2013-07-19
scheduler improvements:
Eric Faurot
2013-07-19
Get rid of env->sc_pw and env->sc_pwqueue. Early queue initialization
Eric Faurot
2013-07-19
Remove useless sc_pid from struct smtpd.
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-01-31
do not need to tweak the socket sndbuf, now that the envelopes are passed
Eric Faurot
2013-01-26
Sync with our smtpd repo:
Gilles Chehade
[next]