Age | Commit message (Expand) | Author |
2011-03-27 | add a function to factorize resetting of dnssession events. | Eric Faurot |
2011-03-27 | add missing CVS markers and update copyright year. | Eric Faurot |
2011-03-26 | missing file in previous commit | Eric Faurot |
2011-03-26 | Fix the MX lookup process: | Eric Faurot |
2011-03-26 | check that we actually have a stdio stream opened for the message before | Gilles Chehade |
2011-03-26 | Tweak the asr API to make things a bit smoother on the user side. | Eric Faurot |
2011-03-26 | Merge a reverse lookup query implementation into asr. | Eric Faurot |
2011-03-26 | have the client API receive a stdio stream rather than a fd to the message | Gilles Chehade |
2011-03-26 | use an index for iterating into the mx list. | Eric Faurot |
2011-03-23 | The asr structure must always be freed in asr_done(). This is a | Eric Faurot |
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 |