aboutsummaryrefslogtreecommitdiffstats
path: root/table_getpwnam.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* merge historiesGilles Chehade2020-04-301-118/+0
* 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-3/+3
* change the close() method to take the table pointereric2018-12-271-3/+3
* Make the backend open method return an int to report success.eric2018-12-271-4/+4
* reorder parameters for consistencyeric2018-12-261-3/+3
* get rid of the unused dict argument in table lookup and fetch api.eric2018-12-261-3/+3
* 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-15/+11
* use <limits.h> comprehensively. For now try to push <> includes toderaadt2015-01-201-1/+2
* Update the table API: lookup functions can take an optional parameterseric2014-07-081-3/+3
* sync with OpenSMTPD 5.3.2eric2013-05-241-27/+19
* Sync with our smtpd repo:gilles2013-01-261-0/+126