Age | Commit message (Expand) | Author |
2011-05-21 | until now the map_backend API was not really useful for backends that are | Gilles Chehade |
2011-05-01 | the smtpd env is meant to be global, so do not pass it all around. | 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-04-27 | initial work at fixing aliases support: | Gilles Chehade |
2010-04-21 | introduce first map parser for maps of kind K_SECRETS ! | Gilles Chehade |
2010-04-21 | map.c is growing big, split it into three different files: | Gilles Chehade |
2010-04-21 | change prototypes for map_*_get() functions, we need the get-er function | Gilles Chehade |
2010-04-21 | map_lookup() takes an additionnal parameter of type enum map_kind which | Gilles Chehade |
2010-04-21 | introduce enum map_kind, the map_parsers array and map_parser_lookup() | Gilles Chehade |
2010-04-21 | simplify map_lookup() by having the backend lookup done in new | Gilles Chehade |
2010-02-17 | in map_stdio_get() use strdup on the right buffer, not on a pointer that | Gilles Chehade |
2010-02-17 | the map api becomes backend-agnostic with initial support for db(3) and | Gilles Chehade |
2009-11-03 | teach makemap how to build a set, which is a map containing only keys. | Gilles Chehade |
2009-05-13 | log dbopen and db->get errors; based on diff from Daniel Ouellet. | Jacek Masiulaniec |
2009-03-06 | introduce map_dblookup() which allows us to query db maps for plain entries | Gilles Chehade |
2009-01-01 | remove unnecessary includes; ok gilles@ | Jacek Masiulaniec |
2008-12-06 | Don't include <err.h> where log.c API must be used. | Jacek Masiulaniec |
2008-11-05 | add a few missing id tags; there are a bunch of files, and developers | Igor Sobrado |
2008-11-01 | smtpd is a smtp server implementation for OpenBSD. It is a work in progress | Gilles Chehade |