Age | Commit message (Expand) | Author |
2009-06-02 | make env->sc_listeners and env->sc_ssl pointers, one step further toward | Gilles Chehade |
2009-06-01 | yet another cleanup in mfa/lka, don't roll their own loops to release maps | Gilles Chehade |
2009-06-01 | add new file ruleset.c with code related to the ruleset matching, and kill | Gilles Chehade |
2009-06-01 | propagate the recipient domain through aliases expansion, this fixes a bug | Gilles Chehade |
2009-06-01 | No need for save_getpwuid and such functions which call endpwent. | Theo de Raadt |
2009-06-01 | fix function name in log_debug | Jacek Masiulaniec |
2009-06-01 | display ssl negociation information in the received line of incoming | Gilles Chehade |
2009-06-01 | Don't destroy listening socket when pause/resume request is received, | Jacek Masiulaniec |
2009-06-01 | Fix EV_READ/EV_WRITE testing inside IMSG handlers. Based on similar change | Jacek Masiulaniec |
2009-05-31 | when entering mta_connect() reset session fd to -1 | Gilles Chehade |
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 | 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-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 | Disallow submission using /usr/sbin/sendmail while the server is | Jacek Masiulaniec |
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-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 | Delay enabling of EV_READ until S_INIT (smtps) or S_TLS (starttls). | Jacek Masiulaniec |
2009-05-20 | previous commit to add reload support was missing some code, this diffs | Gilles Chehade |
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 |
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-14 | use the nitems() macro where appropriate | Eric Faurot |
2009-05-14 | correct function name in fatal | Jacek Masiulaniec |
2009-05-13 | do MX lookups in both "relay" and "relay via" case; ok gilles@ | Jacek Masiulaniec |
2009-05-13 | log dbopen and db->get errors; based on diff from Daniel Ouellet. | Jacek Masiulaniec |
2009-05-10 | use both read and write timeout arguments in the bufferevent_settimeout | Jacek Masiulaniec |
2009-05-10 | use rfc number 4954 in auth_plain handler name, rfc 4616 is implied | Jacek Masiulaniec |
2009-05-10 | assert copyright; ok gilles@ | Jacek Masiulaniec |