Age | Commit message (Expand) | Author |
2009-08-12 | Fix unwanted rejects by parsing (and ignoring) AUTH=<...> MAIL | Jacek Masiulaniec |
2009-08-11 | call reset_flags in bounce_session failure code path. | Jacek Masiulaniec |
2009-08-11 | do not repeat flag resetting code, introduce reset_flags(). | Jacek Masiulaniec |
2009-08-08 | - simplify a bit queue_message_update() | Gilles Chehade |
2009-08-08 | mailq is a common sendmail alias for showing the queue; make smtpctl | Ian Darwin |
2009-08-08 | Make imsg_clear close and free any fds in the received fd queue as well as | Nicholas Marriott |
2009-08-08 | fix a small typo with no consequence in the generation of message id when | Gilles Chehade |
2009-08-08 | missing cast | Gilles Chehade |
2009-08-08 | missing header | Gilles Chehade |
2009-08-08 | import some changes from portable smtpd to reduce the delta between both. | Gilles Chehade |
2009-08-07 | smtp_session: ssl/ssl.h -> openssl/ssl.h | Gilles Chehade |
2009-08-07 | in mta: ssl/ssl.h -> openssl/ssl.h, consistent with other files | Gilles Chehade |
2009-08-07 | we were linking to libkeynote to use kn_base64_encode/decode, but honestly | Gilles Chehade |
2009-08-07 | wrap auth_userokay in a new function authenticate_user() and make sure | Gilles Chehade |
2009-08-06 | fix a crash in mta when forwarding a bounce, caused by a null deref | Gilles Chehade |
2009-08-06 | in smtp_session, fix logging so that when we accepted an empty envelope for | Gilles Chehade |
2009-08-06 | - change all occurences of T_DAEMON_BATCH,MESSAGE to T_BOUNCE_BATCH/MESSAGE | Gilles Chehade |
2009-08-06 | replace X-OpenSMPTD-Loop with Delivered-To | Gilles Chehade |
2009-08-06 | when writing a bounce, follow the same rule as for mta sessions and prepend | Gilles Chehade |
2009-08-06 | when a message in queue expires, generate a bounce before we remove it | Gilles Chehade |
2009-08-06 | factorize file_copy_session() and file_copy() so file_copy() can handle | Gilles Chehade |
2009-08-06 | fix a typo in bounce message t -> to | Gilles Chehade |
2009-08-06 | - introduce message_set_errormsg() to set the error description that will | Gilles Chehade |
2009-08-06 | This commit reworks the entire mailer daemon support to actually make it | Gilles Chehade |
2009-08-01 | when receiving characters with the most significant bit set over a session | Gilles Chehade |
2009-07-28 | introduce daemon_record_message() and needed glue in queue_shared.c to | Gilles Chehade |
2009-07-28 | Use strcmp() for string comparison not == | Jonathan Gray |
2009-07-28 | slightly change how makemap parses its lines so that we consider # | Gilles Chehade |
2009-07-28 | indent | Gilles Chehade |
2009-07-28 | add missing bit to correctly spot loops in all cases. | Gilles Chehade |
2009-07-23 | make buf_write() behave like msgbuf_write(): send out only the | Eric Faurot |
2009-07-19 | fix fwrite return code checking. | Jacek Masiulaniec |
2009-06-29 | since upper-bound is not a power of two here, use arc4random_uniform | Martynas Venckus |
2009-06-26 | locally define nitems() macro, #ifndef'd. | Okan Demirmen |
2009-06-20 | Allocate memory for env->sc_ssl like in smtp; ok gilles@ | Jacek Masiulaniec |
2009-06-08 | revert this change by eric@: | David Gwynne |
2009-06-07 | Change the way fds passed over a socket are retreived on the receiving side. | Eric Faurot |
2009-06-07 | Make the imsg protocol network-safe. | Eric Faurot |
2009-06-06 | change the imsg header fields a bit to prepare for upcoming changes. | Eric Faurot |
2009-06-06 | Get ready for including imsg.h from a lib, when it comes along. | Pierre-Yves Ritschard |
2009-06-06 | shuffle code around to achieve 0 length diff nirvana between all the | Pierre-Yves Ritschard |
2009-06-06 | remove unnecessary and scary pid check in imsg_init. | Pierre-Yves Ritschard |
2009-06-06 | Sync with relayd: | Pierre-Yves Ritschard |
2009-06-06 | if smtpctl is run in unsupported mode, exit with a warning instead of | Jacek Masiulaniec |
2009-06-05 | if path in "deliver to maildir path" is omitted, use ~/Maildir by | Jacek Masiulaniec |
2009-06-05 | Remove unneeded function that prepends mail with "From " marker. | Jacek Masiulaniec |
2009-06-05 | bring buf_write which is going to be needed for bgpd. | Pierre-Yves Ritschard |
2009-06-05 | make smtpd's imsg lib ready, just like relayd and ospfd. | Pierre-Yves Ritschard |
2009-06-05 | Destroy gilles' fantasy function. | Pierre-Yves Ritschard |
2009-06-03 | simplify struct batch; ok gilles@ | Jacek Masiulaniec |