Age | Commit message (Expand) | Author |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-10-25 | newaliases / makemap should parse multi-line aliases entries | Gilles Chehade |
2014-07-08 | Update the table API: lookup functions can take an optional parameters | Eric Faurot |
2013-12-26 | bcopy -> memmove | Eric Faurot |
2013-11-28 | unsigned char casts for ctype | Eric Faurot |
2013-10-29 | sort includes | Eric Faurot |
2013-05-24 | sync with OpenSMTPD 5.3.2 | Eric Faurot |
2013-03-29 | Prevent race conditions in db file handling. | Tobias Stoeckmann |
2013-01-31 | assorted fixes spotted by Coverity. | Eric Faurot |
2013-01-26 | Sync with our smtpd repo: | Gilles Chehade |
2012-11-23 | knf | Eric Faurot |
2012-10-13 | when makemap is executed in sendmail mode, check if ".db" is part of the | Gilles Chehade |
2012-10-08 | when building a db map, always lowercase the key before a lookup in makemap | Gilles Chehade |
2012-10-07 | We need to provide a sendmail-like interface to makemap so that some tools | Gilles Chehade |
2012-09-27 | use xstrdup() helper | Charles Longeau |
2012-09-19 | expandnodes must be bzero()'d before parsing to be sure there is no bogus | Eric Faurot |
2012-09-19 | rename variables for consistency | Eric Faurot |
2012-08-19 | coding style: replace all occurences of u_int* with uint* | Charles Longeau |
2012-07-29 | - introduce xlowercase() and allow lowercase() to fail gracefully | Gilles Chehade |
2011-05-16 | plug leak in make_aliases() | Jasper Lievisse Adriaanse |
2011-05-09 | fix segfault in newaliases after global env move. | Eric Faurot |
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 |
2010-11-28 | remove all unused headers | Gilles Chehade |
2010-11-28 | a bit of .h cleanups, no functionnal change | Gilles Chehade |
2010-04-27 | initial work at fixing aliases support: | Gilles Chehade |
2010-04-21 | when creating a map, make sure we do not store a key/val separator at the | Gilles Chehade |
2009-11-08 | rework a bit expansion and data structures involved in the expansion so we | Gilles Chehade |
2009-11-03 | teach makemap how to build a set, which is a map containing only keys. | Gilles Chehade |
2009-10-17 | sort flags. | Igor Sobrado |
2009-10-12 | to support virtual domains properly, smtpd needed to have the domain stored | Gilles Chehade |
2009-08-08 | import some changes from portable smtpd to reduce the delta between both. | Gilles Chehade |
2009-07-28 | slightly change how makemap parses its lines so that we consider # | Gilles Chehade |
2009-05-30 | It is now possible to specify a certificate to use when relaying to another | Gilles Chehade |
2009-05-10 | assert copyright; ok gilles@ | Jacek Masiulaniec |
2009-04-24 | Make aliases case-insensitive, issue reported by Daniel Ouelett; ok gilles@ | Jacek Masiulaniec |
2009-03-19 | since maps may contain secrets, carry ownership and perms from source file | Jacek Masiulaniec |
2009-03-09 | Drop ALIAS_TEXT, plain maps got implemented in a different way; ok gilles@ | Jacek Masiulaniec |
2009-03-06 | make_plain() deals with a c-string, val->size should contain the nul-byte | Gilles Chehade |
2009-03-06 | fix a bug in the generation of plain maps which would cause the value not | Gilles Chehade |
2009-02-22 | replace MAX* constants by sizeof where possible | Oleg Safiullin |
2009-02-17 | - flock input file while the database is being built | Jacek Masiulaniec |
2009-02-17 | make newaliases read aliases path from smtpd.conf; idea discussed with | Jacek Masiulaniec |
2009-02-14 | Implement makemap -t and -o, for output type and dest resp.; ok gilles@ | Jacek Masiulaniec |
2009-01-01 | remove unnecessary includes; ok gilles@ | Jacek Masiulaniec |
2008-12-21 | Add more compile time checking; fix one warning reported by gcc. | Jacek Masiulaniec |
2008-12-18 | Don't err() on blank lines. | Jacek Masiulaniec |
2008-12-17 | Warn if empty map is being created; this catches at least usage | Jacek Masiulaniec |
2008-12-17 | Merge newaliases into makemap. | Jacek Masiulaniec |
2008-12-13 | Declare alias_parse in smtpd.h, and fix callers that pass it wrong | Jacek Masiulaniec |