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
/
control.c
Age
Commit message (
Expand
)
Author
2024-01-20
Use imsg_get_fd() to access the fd passed via imsgs.
Claudio Jeker
2023-05-31
add missing include of time.h
Omar Polo
2023-03-08
Delete obsolete /* ARGSUSED */ lint comments.
Philip Guenther
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-09-23
Revert agentx support for now, we're too close to release.
Martijn van Duren
2020-09-23
Add support for agentx to smtpd.
Martijn van Duren
2018-05-31
remove 'where' parameter from all x*() functions in utils.c, it doesn't
Gilles Chehade
2018-05-14
kill corrupt / uncorrupt queue mechanism as it has never been usable and it
Gilles Chehade
2018-01-27
Avoid passing NULL to vprintf() by assigning a name to client processes. While
anton
2017-11-27
Show correct command execution status by checking against update
Sunil Nimmagadda
2017-11-23
simplify imsg handler.
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-04
Remove the "smtpctl stop" command.
Eric Faurot
2016-09-01
remove noop function
Eric Faurot
2016-05-28
Implement the fork+exec pattern in smtpd.
Eric Faurot
2016-03-25
Nuke session_socket_blockmode() and session_socket_linger(). Use
Kenneth R Westerback
2016-02-09
rename variable sun to s_un to ease portability
Gilles Chehade
2016-02-02
Check imsg data size before use.
Sunil Nimmagadda
2015-12-28
remove spaces after '!'
Joerg Jung
2015-11-05
Implement smtpctl uncorrupt <msgid>
Sunil Nimmagadda
2015-10-29
Implement smtpctl discover <evpid|msgid>.
Sunil Nimmagadda
2015-10-13
pledge() control process
Gilles Chehade
2015-10-02
do not allow connid to wrap and collide with another active connection id.
Gilles Chehade
2015-06-11
local user can cause smtpd to fail by sending invalid imsg to control sock
Gilles Chehade
2015-05-28
Do not try to unlink the control socket in an unprivileged child
Florian Obser
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-04-19
it's ok for strlcpy to fail here though it can't, cast void
Gilles Chehade
2014-04-09
Zap the mfa process. It is not currently doing anything, and content filtering
Eric Faurot
2014-04-04
Merge the mda, mta and smtp processes into a single unprivileged
Eric Faurot
2014-02-17
new "smtpctl show status" command to show if mta/mda/smtp are currently runni...
Eric Faurot
2014-02-04
Allow the admin to pause relaying to a specific domain:
Eric Faurot
2014-02-04
pki code cleanup
Eric Faurot
2013-12-26
bcopy -> memmove
Eric Faurot
2013-12-06
fix smtpctl resume route
Eric Faurot
2013-10-30
add "smtpctl show relays" and "smtpctl show hosts" commands
Eric Faurot
2013-10-27
Create the control socket in the parent process to abort early if
Eric Faurot
2013-10-25
Improve reporting in smtpctl and a few fixes.
Eric Faurot
2013-07-19
Many MTA 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-03-11
handle ECONNABORTED errors from accept(). In many code blocks they can be
Theo de Raadt
2013-01-26
Sync with our smtpd repo:
Gilles Chehade
[next]