Age | Commit message (Expand) | Author |
2011-05-16 | murder struct path and make sure smtpd uses simpler structures that do not | Gilles Chehade |
2011-05-01 | the smtpd env is meant to be global, so do not pass it all around. | Eric Faurot |
2011-04-17 | cleanups, cosmethic changes, functions that should be static are now static | Gilles Chehade |
2011-04-15 | kill message_id and message_uid | Gilles Chehade |
2010-11-28 | remove all unused headers | Gilles Chehade |
2010-11-28 | a bit of .h cleanups, no functionnal change | Gilles Chehade |
2010-10-09 | backout the "new" queue code commited 4 months ago. it has many good ideas, | Gilles Chehade |
2010-06-01 | new queue, again; gcc2 compile tested by deraadt | Jacek Masiulaniec |
2010-06-01 | New queue doesn't compile on gcc2, back out. Spotted by deraadt@ | Jacek Masiulaniec |
2010-05-31 | Rewrite entire queue code. | Jacek Masiulaniec |
2010-04-24 | fix format string | Charles Longeau |
2010-04-21 | my evbuffer_readln_crlf() hack can be killed now that nicm@ has brought us | Gilles Chehade |
2010-04-19 | initial support for ENHANCEDSTATUSCODES, has been sitting in my tree for | Gilles Chehade |
2010-04-19 | basic support for SIZE extension, has been sitting in my tree for a month | Gilles Chehade |
2009-12-31 | when separating command from parameters in smtp session, the parser tries | Gilles Chehade |
2009-12-13 | Use safe fd limits in smtp, lka, queue, and control. Removes a | Jacek Masiulaniec |
2009-11-16 | Kill dead code. | Jacek Masiulaniec |
2009-11-13 | Log all 4yz and 5yz replies that we send to our clients. | Jacek Masiulaniec |
2009-11-13 | Include recipient address in "Recipient rejected" reply. | Jacek Masiulaniec |
2009-11-05 | evbuffer_readline() assumes end of line to be \r, \n, \r\n, \n\r or \r\r. | Gilles Chehade |
2009-10-19 | currently, smtpd is capable of having multiple listeners with different | Gilles Chehade |
2009-10-06 | disallow AUTH once a session is in progress, this prevents a fatal from | Gilles Chehade |
2009-09-12 | Simplify line len checking: use one limit for all SMTP exchanges. | Jacek Masiulaniec |
2009-09-12 | fix a wrong computation in session_readline() where the length of line was | Gilles Chehade |
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-12 | replace a fwrite || fwrite construct with a fprintf which achieves the same | Gilles Chehade |
2009-09-01 | Log all 4yz/5yz responses we send when in debug mode; ok gilles@ | Jacek Masiulaniec |
2009-08-12 | Fix unwanted rejects by parsing (and ignoring) AUTH=<...> MAIL | Jacek Masiulaniec |
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 | we were linking to libkeynote to use kn_base64_encode/decode, but honestly | Gilles Chehade |
2009-08-06 | in smtp_session, fix logging so that when we accepted an empty envelope for | Gilles Chehade |
2009-08-01 | when receiving characters with the most significant bit set over a session | Gilles Chehade |
2009-07-19 | fix fwrite return code checking. | Jacek Masiulaniec |
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-01 | display ssl negociation information in the received line of incoming | Gilles Chehade |
2009-05-31 | when entering mta_connect() reset session fd to -1 | 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-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 | Recent event masking scheme change turned the S_GREETED and S_HELO cases | 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 | Instead of keeping stats private to each process, and querying every | Jacek Masiulaniec |
2009-05-20 | Delay enabling of EV_READ until S_INIT (smtps) or S_TLS (starttls). | Jacek Masiulaniec |