summaryrefslogtreecommitdiffstats
path: root/usr.sbin/smtpd/table_proc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fatal() if imsg_flush() call fails in table procgilles2019-10-031-2/+3
* introduce dump() and add() table methods, only implemented for static tables.eric2018-12-271-1/+3
* pass the table pointer to the lookup()/fecth() methodseric2018-12-271-5/+5
* change the close() method to take the table pointereric2018-12-271-3/+5
* Make the backend open method return an int to report success.eric2018-12-271-3/+5
* reorder parameters for consistencyeric2018-12-261-2/+2
* get rid of the unused dict argument in table lookup and fetch api.eric2018-12-261-25/+7
* move the table backend name in the backend struct.eric2018-12-261-1/+2
* Simplify the table backend interface: lookup results are returnederic2018-12-231-8/+11
* remove 'where' parameter from all x*() functions in utils.c, it doesn'tgilles2018-05-311-2/+2
* EAGAIN handling for imsg_read. OK henning@ benno@claudio2015-12-051-2/+2
* use <limits.h> comprehensively. For now try to push <> includes toderaadt2015-01-201-1/+2
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+1
* Update the table API: lookup functions can take an optional parameterseric2014-07-081-37/+41
* socketmap table backend.eric2014-02-041-6/+7
* Add a table_proc backend for delegating table lookups to anothereric2013-07-191-0/+281