summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd/queue_shared.c
AgeCommit message (Expand)Author
2009-09-15Extend SMTP client_* API to support SSL+AUTH, and use it in the mtaJacek Masiulaniec
2009-09-04Fix scheduling of bounce messages.Jacek Masiulaniec
2009-09-04Fix a crash when messagep->batch_id is read from disk and used longJacek 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/MESSAGEGilles Chehade
2009-08-06This commit reworks the entire mailer daemon support to actually make itGilles Chehade
2009-07-28introduce daemon_record_message() and needed glue in queue_shared.c toGilles Chehade
2009-05-10assert copyright; ok gilles@Jacek Masiulaniec
2009-04-19error checking for readdir(2); ok gilles@Jacek Masiulaniec
2009-04-12when an error occurs while delivering a message with an empty envelope as aGilles Chehade
2009-03-09add hunk that should have been included in rev. 1.12, fixes occasionalJacek Masiulaniec
2009-02-24teach smtpctl's parser how to deal with parameters that are not necessarilyGilles Chehade
2009-02-23add missing headers needed by time()Charles Longeau
2009-02-22Fix race possible between runner and queue when starting up.Jacek Masiulaniec
2009-02-22simplify qwalk() error handling; ok gilles@Jacek Masiulaniec
2009-02-22replace MAX* constants by sizeof where possibleOleg Safiullin
2009-02-16Don't warn about F_MESSAGE_SCHEDULED flag being present in on-disk version ofJacek Masiulaniec
2009-02-15kill local vars that are used only once; ok gilles@Jacek Masiulaniec
2009-02-14Display envelope status & flags in "show queue"; ok gilles@Jacek Masiulaniec
2009-01-30fix a very annoying events masking issue which would cause a fatal() to beGilles Chehade
2009-01-29Common queue walking code for smtpd and smtpctl. Kills majority of showqueue.c,Jacek Masiulaniec
2009-01-28Make races between queue and runner impossible by implementing the policy:Jacek Masiulaniec
2009-01-28move some functions from queue.c to queue_shared.c as they are not onlyGilles Chehade
2009-01-28add a struct path to struct message so that we can keep track of the RCPTGilles Chehade
2009-01-27follow the naming convention of other files, discussed with jacekm@Gilles Chehade