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
/
smtpctl.c
Age
Commit message (
Expand
)
Author
2015-12-11
whitespace
Gilles Chehade
2015-12-10
While listing envelopes using mailq(or smtpctl show queue), pass
Sunil Nimmagadda
2015-12-07
Merge makemap(8) into smtpctl(8).
Sunil Nimmagadda
2015-12-05
EAGAIN handling for imsg_read. OK henning@ benno@
Claudio Jeker
2015-11-05
Implement smtpctl uncorrupt <msgid>
Sunil Nimmagadda
2015-10-29
Implement smtpctl discover <evpid|msgid>.
Sunil Nimmagadda
2015-10-28
Remove dead code.
Sunil Nimmagadda
2015-10-27
enqueue pledge: getmailname() needs dns, ~/dead.letter needs cpath/wpath
Gilles Chehade
2015-10-16
Implement real "flock" request and add it to userland programs that
Todd C. Miller
2015-10-15
Let "all" as an argument for "resume envelope", "pause envelope"
Sunil Nimmagadda
2015-10-13
let the enqueuer pledge() in both online and offline modes
Gilles Chehade
2015-10-12
do not umask() [with the wrong umask] around mkstemp() calls, no matter
Theo de Raadt
2015-10-09
turn our local enqueuer setgid _smtpq and restrict access to offline queue,
Gilles Chehade
2015-10-06
fix chdir() call for the sake of correctness
Gilles Chehade
2015-10-06
fix reallocarray() constructs to always use temporary variable
Gilles Chehade
2015-01-20
use <limits.h> comprehensively. For now try to push <> includes to
Theo de Raadt
2014-07-20
Make sure the correct errno is reported by warn* or err* and not
Philip Guenther
2014-07-08
get rid of mfa leftovers
Eric Faurot
2014-07-07
Allow to enable profiling at runtime and fix timings output.
Eric Faurot
2014-05-23
use reallocarray
Marc Espie
2014-05-20
format string cleanup: change "%i" to "%d" and fix a few typos
Eric Faurot
2014-04-22
malloc -> calloc
Gilles Chehade
2014-04-19
(void) cast a strlcpy() that cannot truncate
Gilles Chehade
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
2013-12-26
bcopy -> memmove
Eric Faurot
2013-11-13
document smtpctl "show hosts" and "show relays".
Eric Faurot
2013-10-30
add "smtpctl show relays" and "smtpctl show hosts" commands
Eric Faurot
2013-10-27
Implement a feedback mechanism which allows the mta to "hold" envelopes
Eric Faurot
2013-10-25
local enqueuer improvements:
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
New implementation for smtpctl and the command line parser. Allows
Eric Faurot
2013-07-19
Get rid of env->sc_pw and env->sc_pwqueue. Early queue initialization
Eric Faurot
2013-05-24
sync with OpenSMTPD 5.3.2
Eric Faurot
2013-04-17
large time_t problems
Theo de Raadt
2013-04-12
replace MAX_LINE_SIZE and SMTP_LINE_MAX with SMTPD_MAXLINESIZE for
Eric Faurot
2013-02-14
- smtpctl trace expand, enables tracing of aliases expansion
Gilles Chehade
2013-01-28
- introduce 'smtpctl trace lookup' to trace lookup process
Gilles Chehade
2013-01-26
Sync with our smtpd repo:
Gilles Chehade
2012-11-23
Replace the qwalk API (to retreive on disk envelopes at runtime) with
Eric Faurot
2012-11-20
Allow "smtpctl show queue" to run in "online" mode if the smtpd server
Eric Faurot
2012-11-13
Simplify the smtpctl code: add a try_connect() function to test if
Eric Faurot
2012-11-12
Cleanups and improvements:
Eric Faurot
2012-10-26
add a new uptime.human entry in stats, derived from uptime, but displayed
Charles Longeau
2012-10-14
introduce map_file.c which will deprecate map_stdio.c
Gilles Chehade
2012-10-10
teach smtpctl how to display envelopes and messages using their id.
Gilles Chehade
2012-09-19
use lower case for envelope fields.
Eric Faurot
[next]