Age | Commit message (Expand) | Author |
2009-05-31 | Remove redundant imsg_event_add calls; ok claudio@ | Jacek Masiulaniec |
2009-05-31 | Don't define NFS before including kernel header files, | Thordur I. Bjornsson |
2009-05-31 | Remove redundant imsg_event_add calls; ok claudio@ | Jacek Masiulaniec |
2009-05-31 | when entering mta_connect() reset session fd to -1 | Gilles Chehade |
2009-05-31 | More libevent callback fixes. While there make n also ssize_t as in all | Claudio Jeker |
2009-05-31 | Better EV_READ and EV_WRITE handling in the libevent callbacks. Again mostly | Claudio Jeker |
2009-05-31 | libevent handler fix to allow EV_READ and EV_WRITE to be set at the same | Claudio Jeker |
2009-05-31 | The libevent callback function may be called with EV_READ and EV_WRITE | Claudio Jeker |
2009-05-31 | use the SCM_TIMESTAMP socket option to get the time we received the | Henning Brauer |
2009-05-30 | It is now possible to specify a certificate to use when relaying to another | Gilles Chehade |
2009-05-30 | fatal on setsockopt() failures | Gilles Chehade |
2009-05-30 | Only use a single tree for all address families. There is no need for multiple | Claudio Jeker |
2009-05-30 | increment mta.sessions in when we allocate a new session in mta | Gilles Chehade |
2009-05-30 | - increment stats.mta.sessions_active when session is allocated in mta | Gilles Chehade |
2009-05-30 | fix a bug where sessions_active counter, used to compute accept limits, was | Gilles Chehade |
2009-05-28 | Log the incoming message size; ok gilles@ | Jacek Masiulaniec |
2009-05-28 | Log the "for <foo@bar.com>" part in the Received field; ok gilles@ | Jacek Masiulaniec |
2009-05-28 | Match SMTPAUTH documentation with reality; ok gilles@ | Jacek Masiulaniec |
2009-05-27 | temporary fix to a ruleset processing bug that stems from the fact | Jacek Masiulaniec |
2009-05-27 | Insert Received: at receive time instead of delivery time; 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-27 | Move update and withdraw code into own functions to simplify the necessary | Claudio Jeker |
2009-05-27 | add an option to change the "connect-retry" timer which defaults to 120s. | Reyk Floeter |
2009-05-25 | merge smtp_listener_setup into its only caller; ok gilles@ | Jacek Masiulaniec |
2009-05-25 | Recent event masking scheme change turned the S_GREETED and S_HELO cases | Jacek Masiulaniec |
2009-05-25 | In dispatch_rtmsg_addr() don't fatal on missing multipath deletes. Not 100% | Claudio Jeker |
2009-05-25 | Disallow submission using /usr/sbin/sendmail while the server is | Jacek Masiulaniec |
2009-05-25 | add a missing check for truncated dport in the returned UDP header for | Stuart Henderson |
2009-05-24 | Parent process shouldn't be base64-decoding untrusted strings, move | Jacek Masiulaniec |
2009-05-24 | Implement pipelining detection inside session_readline, makes the calling | 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-24 | put back the ambiguous message in non-interactive mode | Marc Espie |
2009-05-21 | Make it possible to turn off the decision process per RIB. This is mainly | Claudio Jeker |
2009-05-21 | no longer create a dynamic map with 127.0.0.1 and ::1 for every single rule | Gilles Chehade |
2009-05-21 | fix sockaddr_storage lenght check in mfa_check_source() | Gilles Chehade |
2009-05-20 | Do not fall back to using nobody if _user is missing, but | Thordur I. Bjornsson |
2009-05-20 | Delay enabling of EV_READ until S_INIT (smtps) or S_TLS (starttls). | Jacek Masiulaniec |
2009-05-20 | Whitespaces cleanup. | Michele Marchetto |
2009-05-20 | previous commit to add reload support was missing some code, this diffs | Gilles Chehade |
2009-05-20 | fix looking at the mode bits so that we do not reply to broadcast and other | Henning Brauer |
2009-05-20 | replace a TAILQ_FOREACH loop with a TAILQ_FIRST loop when releasing entries | Gilles Chehade |
2009-05-20 | first step towards configuration reload in smtpd, smtpctl reload will parse | Gilles Chehade |
2009-05-20 | fix a pasto causing "smtpctl resume mta" to try to resume mda | Gilles Chehade |
2009-05-19 | ever since we switched from delivering to mboxes ourselves to using the | Gilles Chehade |
2009-05-19 | remove useless check on NULL ssl cert and key, the check cannot be reached | Gilles Chehade |
2009-05-19 | Accept STARTTLS only after EHLO; ok gilles@ | Jacek Masiulaniec |
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 |