Age | Commit message (Expand) | Author |
2011-03-23 | Simplify resolver initialization. This is done only once | Eric Faurot |
2011-03-23 | remove unused states in enum | Eric Faurot |
2011-03-21 | do not close msgfd in bounce_session(), it is closed by client_close() | Gilles Chehade |
2011-03-21 | - reset smtp_client pointer to NULL after client_close() | Gilles Chehade |
2011-03-21 | fix a memory leak in client.c and properly close envelope in | Gilles Chehade |
2011-03-15 | let smtpd use user-provided Diffie-Hellman parameters for ephemeral key | Gilles Chehade |
2011-03-09 | smtpctl show stats displays inet4/inet6 repartition for incoming sessions | Gilles Chehade |
2011-03-09 | make similar code .. more similar | Todd T. Fries |
2011-03-09 | *** empty log message *** | Todd T. Fries |
2011-03-03 | fix ss_to_text() and ss_to_ptr() so IP addresses are logged correctly | Gilles Chehade |
2010-12-19 | If MX lookup fails, fallback to using the host itself. This has always been | Gilles Chehade |
2010-12-18 | document "certificate" a little better; | Jason McIntyre |
2010-12-12 | use memcpy instead of a cast/deref dance that was reading past | Jonathan Gray |
2010-12-03 | be more strict on socket lifetime (fixes a fd leak). | Eric Faurot |
2010-11-29 | replace the fork-based-non-blocking-resolver-hack by shiny async resolver | Gilles Chehade |
2010-11-28 | remove unused functions | Gilles Chehade |
2010-11-28 | remove all unused headers | Gilles Chehade |
2010-11-28 | remove unused headers | Gilles Chehade |
2010-11-28 | a bit of .h cleanups, no functionnal change | Gilles Chehade |
2010-11-24 | add *maxactive stats | Todd T. Fries |
2010-11-24 | we can't accept up to MAX_LOCALPART_SIZE (128 bytes) for the user part | Gilles Chehade |
2010-11-15 | Do not fatal if an attempt to open a message envelope results in ENOENT. | Joel Sing |
2010-10-29 | smtpd no longer knows a map called "secrets" which holds credentials for | Gilles Chehade |
2010-10-28 | teach smtpd how to handle per-rule delays for message expiry, this allows | Gilles Chehade |
2010-10-18 | Mention that commands may be abbreviated, as done in other *ctl manuals. | Stuart Henderson |
2010-10-18 | Missing semicolons to appease yyextract, ok gilles@ | Stuart Henderson |
2010-10-09 | these need to be re-added too | Gilles Chehade |
2010-10-09 | missing from previous commit | Gilles Chehade |
2010-10-09 | no longer compiled, i will reintroduce them later, lots of stuff needs to | Gilles Chehade |
2010-10-09 | backout the "new" queue code commited 4 months ago. it has many good ideas, | Gilles Chehade |
2010-09-20 | - fix a regression caused by latest commit (long story made short: do not | Gilles Chehade |
2010-09-12 | oga@ spotted a bug in lka_expand() which caused it to miscalculate the | Gilles Chehade |
2010-09-08 | when I fixed the ruleset matching on rules that had more than one condition | Gilles Chehade |
2010-09-08 | had planned to commit the change after oga@ and I are done with little | Gilles Chehade |
2010-09-08 | add support for sender expansion in smtpd.conf: | Gilles Chehade |
2010-09-08 | we do dns resolutions in a separate process because we don't have an async | Gilles Chehade |
2010-09-04 | move some things around to make intentions clear. not really a functional | Ted Unangst |
2010-09-03 | add an EXIT STATUS section for /usr/sbin; | Jason McIntyre |
2010-08-03 | fix linecount bug with comments spanning multiple lines | Henning Brauer |
2010-08-02 | Ignore SIGPIPE, the delivery of which prevented /usr/sbin/sendmail from | Jacek Masiulaniec |
2010-07-23 | smtpd should NOT fatal when it permanently fails a bounce delivery as this | Gilles Chehade |
2010-06-29 | force the dns buffers to be aligned using a union, until the retarded | Theo de Raadt |
2010-06-10 | allow configure queue expiry | Charles Longeau |
2010-06-09 | switch `ref' data type to int, because it is tested for negative value in | zinovik |
2010-06-04 | Use correct imsg type in error reply. | Jacek Masiulaniec |
2010-06-02 | check event_dispatch() return value | Charles Longeau |
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-06-01 | Schedule newly arrived mail immediately, ie. place it at the beginning | Jacek Masiulaniec |
2010-06-01 | Include birth time in smtpctl show queue raw. | Jacek Masiulaniec |