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
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
2012-11-23
send ack on update map.
Eric Faurot
2012-11-23
knf
Eric Faurot
2012-11-20
Allow "smtpctl show queue" to run in "online" mode if the smtpd server
Eric Faurot
2012-11-12
Cleanups and improvements:
Eric Faurot
2012-10-15
implement and document "smtpctl stop"
Eric Faurot
2012-10-14
introduce map_file.c which will deprecate map_stdio.c
Gilles Chehade
2012-09-28
smtpd.h/control.c cleanups:
Eric Faurot
2012-09-27
use xmalloc()/xcalloc() helpers
Charles Longeau
2012-09-16
Factorize log_imsg() in imsg_dispatch() instead of in each imsg_callback()'s
Charles Longeau
2012-08-25
- add myself to the copyright in control.c, i've done quite a few changes
Gilles Chehade
2012-08-25
- introduce struct stat_value
Gilles Chehade
2012-08-25
log pause/resume from the administrator to maillog.
Eric Faurot
2012-08-20
Do not send more bytes than necessary with IMSG_STAT_*. The INCREMENT
Eric Faurot
2012-08-18
- introduce stat_backend, an API for pluggable statistic backends
Gilles Chehade
2012-08-10
code cleanup
Eric Faurot
2012-08-08
remove useless defines
Eric Faurot
2012-07-09
- runner is the terminology we used back when we had runqueues, we no
Gilles Chehade
2012-01-12
Remove dead code for config reloading for now. It is not functionnal
Eric Faurot
2011-11-14
when receiving an unexpected imsg, print its name.
Charles Longeau
[next]