Age | Commit message (Expand) | Author |
2018-05-31 | remove 'where' parameter from all x*() functions in utils.c, it doesn't | Gilles Chehade |
2018-05-24 | switch smtpd to new grammar | Gilles Chehade |
2015-12-28 | remove spaces after '!' | Joerg Jung |
2015-01-20 | use <limits.h> comprehensively. For now try to push <> includes to | Theo de Raadt |
2014-05-09 | stop casting sizeof to int | Ted Unangst |
2014-04-19 | unchecked strlcat() call in expand_to_text() may cause aliases expansion to | Gilles Chehade |
2013-12-26 | bcopy -> memmove | Eric Faurot |
2013-10-24 | When building the expansion tree, distinguish between apparently | Eric Faurot |
2013-05-24 | sync with OpenSMTPD 5.3.2 | Eric Faurot |
2013-04-12 | replace MAX_LINE_SIZE and SMTP_LINE_MAX with SMTPD_MAXLINESIZE for | Eric Faurot |
2013-02-14 | - smtpctl trace expand, enables tracing of aliases expansion | Gilles Chehade |
2013-01-31 | assorted fixes spotted by Coverity. | Eric Faurot |
2013-01-26 | Sync with our smtpd repo: | Gilles Chehade |
2012-10-10 | For each alias node, mark if it has been expanded from an alias map or | Eric Faurot |
2012-09-27 | clarify the alias expansion code. | Eric Faurot |
2012-09-21 | Do not pass the username to forwards_get() which does not have to care about | Eric Faurot |
2012-09-21 | wrap expandtree into a "struct expand". | Eric Faurot |
2012-09-19 | rename variables for consistency | Eric Faurot |
2012-09-19 | start cleaning the expansion code: | Eric Faurot |
2012-09-18 | make use of expandtree_free_nodes() in lka_session_destroy(). | Eric Faurot |
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-05-19 | cleanup-only commit, removes unrequired includes, no functionnal change | Gilles Chehade |
2010-04-27 | initial work at fixing aliases support: | Gilles Chehade |
2009-11-09 | - add a reference count and flags to struct expand_node | Gilles Chehade |
2009-11-09 | fatal on RB_INSERT failure | Jacek Masiulaniec |
2009-11-08 | move expansion code to new expand.c to clearly separate it from aliases | Gilles Chehade |