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_shared.c
Age
Commit message (
Expand
)
Author
2009-03-09
add hunk that should have been included in rev. 1.12, fixes occasional
Jacek Masiulaniec
2009-02-24
teach smtpctl's parser how to deal with parameters that are not necessarily
Gilles Chehade
2009-02-23
add missing headers needed by time()
Charles Longeau
2009-02-22
Fix race possible between runner and queue when starting up.
Jacek Masiulaniec
2009-02-22
simplify qwalk() error handling; ok gilles@
Jacek Masiulaniec
2009-02-22
replace MAX* constants by sizeof where possible
Oleg Safiullin
2009-02-16
Don't warn about F_MESSAGE_SCHEDULED flag being present in on-disk version of
Jacek Masiulaniec
2009-02-15
kill local vars that are used only once; ok gilles@
Jacek Masiulaniec
2009-02-14
Display envelope status & flags in "show queue"; ok gilles@
Jacek Masiulaniec
2009-01-30
fix a very annoying events masking issue which would cause a fatal() to be
Gilles Chehade
2009-01-29
Common queue walking code for smtpd and smtpctl. Kills majority of showqueue.c,
Jacek Masiulaniec
2009-01-28
Make races between queue and runner impossible by implementing the policy:
Jacek Masiulaniec
2009-01-28
move some functions from queue.c to queue_shared.c as they are not only
Gilles Chehade
2009-01-28
add a struct path to struct message so that we can keep track of the RCPT
Gilles Chehade
2009-01-27
follow the naming convention of other files, discussed with jacekm@
Gilles Chehade