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-09-15
Extend SMTP client_* API to support SSL+AUTH, and use it in the mta
Jacek Masiulaniec
2009-09-04
Fix scheduling of bounce messages.
Jacek Masiulaniec
2009-09-04
Fix a crash when messagep->batch_id is read from disk and used long
Jacek Masiulaniec
2009-08-08
- simplify a bit queue_message_update()
Gilles Chehade
2009-08-06
- change all occurences of T_DAEMON_BATCH,MESSAGE to T_BOUNCE_BATCH/MESSAGE
Gilles Chehade
2009-08-06
This commit reworks the entire mailer daemon support to actually make it
Gilles Chehade
2009-07-28
introduce daemon_record_message() and needed glue in queue_shared.c to
Gilles Chehade
2009-05-10
assert copyright; ok gilles@
Jacek Masiulaniec
2009-04-19
error checking for readdir(2); ok gilles@
Jacek Masiulaniec
2009-04-12
when an error occurs while delivering a message with an empty envelope as a
Gilles Chehade
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