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
Age
Commit message (
Expand
)
Author
2010-06-01
new queue, again; gcc2 compile tested by deraadt
Jacek Masiulaniec
2010-06-01
New queue doesn't compile on gcc2, back out. Spotted by deraadt@
Jacek Masiulaniec
2010-05-31
Rewrite entire queue code.
Jacek Masiulaniec
2010-05-26
Move imsg into libutil and add a man page.
Nicholas Marriott
2009-12-23
Implementation of RFC 2920 PIPELINING extension, client side only for now.
Jacek Masiulaniec
2009-09-15
Extend SMTP client_* API to support SSL+AUTH, and use it in the mta
Jacek Masiulaniec
2009-08-27
Implement client side of the SMTP protocol in a library-like module.
Jacek Masiulaniec
2009-03-23
repair library use. this was detected on the vax, a nice static linking
Theo de Raadt
2009-03-16
smtpctl goes to usr.sbin; ok gilles@
Jacek Masiulaniec
2009-01-29
Common queue walking code for smtpd and smtpctl. Kills majority of showqueue.c,
Jacek Masiulaniec
2009-01-27
follow the naming convention of other files, discussed with jacekm@
Gilles Chehade
2009-01-27
first bricks of enqueue code which allows smtpctl to submit mail to queue
Gilles Chehade
2008-12-21
Add more compile time checking; fix warnings reported by gcc.
Jacek Masiulaniec
2008-12-06
- teach smtpctl how to inspect queue and runqueue, it supports two commands
Gilles Chehade
2008-12-05
- smtpctl utility to control the smtpd, don't expect too much yet as it is
Gilles Chehade