Age | Commit message (Expand) | Author |
2011-04-14 | smtpd makes too many assumptions about the structure and layout of its | Gilles Chehade |
2011-04-13 | following an idea from jacekm@, smtpd now uses a ram-queue instead of doing | Gilles Chehade |
2011-04-02 | add stat counters for the lookup agent | Eric Faurot |
2011-04-02 | saner and hopefully correct implementation for dname_from_fqdn(). | Eric Faurot |
2011-03-31 | cleanup and simplification following the asr update. | Eric Faurot |
2011-03-29 | remove unused code now that reverse lookups are done through asr. | Eric Faurot |
2011-03-29 | make use the cname query interface from asr for reverse lookups | Eric Faurot |
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 |