summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd/table_proc.c
AgeCommit message (Expand)Author
2018-12-27introduce dump() and add() table methods, only implemented for static tables.Eric Faurot
2018-12-27pass the table pointer to the lookup()/fecth() methodsEric Faurot
2018-12-27change the close() method to take the table pointerEric Faurot
2018-12-27Make the backend open method return an int to report success.Eric Faurot
2018-12-26reorder parameters for consistencyEric Faurot
2018-12-26get rid of the unused dict argument in table lookup and fetch api.Eric Faurot
2018-12-26move the table backend name in the backend struct.Eric Faurot
2018-12-23Simplify the table backend interface: lookup results are returnedEric Faurot
2018-05-31remove 'where' parameter from all x*() functions in utils.c, it doesn'tGilles Chehade
2015-12-05EAGAIN handling for imsg_read. OK henning@ benno@Claudio Jeker
2015-01-20use <limits.h> comprehensively. For now try to push <> includes toTheo de Raadt
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-07-08Update the table API: lookup functions can take an optional parametersEric Faurot
2014-02-04socketmap table backend.Eric Faurot
2013-07-19Add a table_proc backend for delegating table lookups to anotherEric Faurot