Age | Commit message (Expand) | Author |
2009-10-19 | currently, smtpd is capable of having multiple listeners with different | Gilles Chehade |
2009-10-19 | users within virtual domains do not necessarily map to a real user account, | Gilles Chehade |
2009-10-12 | - fix a null deref which could happen after a couple iterations of the | Gilles Chehade |
2009-10-11 | implement proper virtual domains instead of faking them on top of primary | Gilles Chehade |
2009-10-07 | currently both mfa and lka perform ruleset matching for their own purposes. | Gilles Chehade |
2009-09-23 | Plug memleak. | Jacek Masiulaniec |
2009-09-15 | Extend SMTP client_* API to support SSL+AUTH, and use it in the mta | Jacek Masiulaniec |
2009-09-12 | Simplify line len checking: use one limit for all SMTP exchanges. | Jacek Masiulaniec |
2009-09-12 | cmdlinetoolong stat was incremented at the wrong place, fix | Gilles Chehade |
2009-09-12 | - fix a compile time warning | Gilles Chehade |
2009-09-04 | Major mda update: | Jacek Masiulaniec |
2009-09-02 | Include mbox write errors in "show stats". Suggested by gilles. | Jacek Masiulaniec |
2009-08-27 | Implement client side of the SMTP protocol in a library-like module. | Jacek Masiulaniec |
2009-08-27 | getpwnam failure that results in setting errno could confuse the | Jacek Masiulaniec |
2009-08-07 | wrap auth_userokay in a new function authenticate_user() and make sure | Gilles Chehade |
2009-08-06 | - change all occurences of T_DAEMON_BATCH,MESSAGE to T_BOUNCE_BATCH/MESSAGE | Gilles Chehade |
2009-08-06 | factorize file_copy_session() and file_copy() so file_copy() can handle | 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-07-28 | introduce daemon_record_message() and needed glue in queue_shared.c to | Gilles Chehade |
2009-06-26 | locally define nitems() macro, #ifndef'd. | Okan Demirmen |
2009-06-06 | Get ready for including imsg.h from a lib, when it comes along. | Pierre-Yves Ritschard |
2009-06-06 | Sync with relayd: | 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 |
2009-06-03 | rename sc_config to sc_conffile since that's what this field is about, it | Gilles Chehade |
2009-06-02 | make env->sc_listeners and env->sc_ssl pointers, one step further toward | Gilles Chehade |
2009-06-01 | No need for save_getpwuid and such functions which call endpwent. | Theo de Raadt |
2009-05-30 | It is now possible to specify a certificate to use when relaying to another | Gilles Chehade |
2009-05-28 | Log the incoming message size; ok gilles@ | Jacek Masiulaniec |
2009-05-27 | After a successful AUTH command completes, reject any further AUTH commands. | Jacek Masiulaniec |
2009-05-27 | request flood mitigation: | Jacek Masiulaniec |
2009-05-25 | merge smtp_listener_setup into its only caller; ok gilles@ | Jacek Masiulaniec |
2009-05-24 | Parent process shouldn't be base64-decoding untrusted strings, move | Jacek Masiulaniec |
2009-05-24 | Parent process forks 3 types of processes, track them all in a single tree | Jacek Masiulaniec |
2009-05-24 | Instead of keeping stats private to each process, and querying every | Jacek Masiulaniec |
2009-05-20 | first step towards configuration reload in smtpd, smtpctl reload will parse | Gilles Chehade |
2009-05-19 | - Don't advertise nor accept STARTTLS command when session is secure. | Jacek Masiulaniec |
2009-05-19 | Do not ever run /usr/sbin/sendmail, it could link to sendmail | Jacek Masiulaniec |
2009-05-19 | Verify the amount of IMSG payload is exactly as expected; ok gilles@ | Jacek Masiulaniec |
2009-05-18 | Complete rework of bufferevent event masking allowing for more | Jacek Masiulaniec |
2009-05-09 | give few states more meaningful names; ok gilles@ | Jacek Masiulaniec |
2009-05-09 | - New API to handle all DNS query types (A, MX, PTR) asynchronously. | Jacek Masiulaniec |
2009-04-28 | smtp auth happened to work by luck because delivery to mbox action was the | Gilles Chehade |
2009-04-24 | Make aliases case-insensitive, issue reported by Daniel Ouelett; ok gilles@ | Jacek Masiulaniec |
2009-04-24 | use same timeout at each session state, and make use of | Jacek Masiulaniec |
2009-04-24 | kill unnecessary struct message_recipient; ok gilles@ | Jacek Masiulaniec |
2009-04-21 | Make /usr/sbin/sendmail not fail due to smtpd being down. | Jacek Masiulaniec |
2009-04-20 | Rewrite smtp session timeouts; use evtimer_* from event(3) instead | Jacek Masiulaniec |