index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
smtpd
/
table_proc.c
Age
Commit message (
Expand
)
Author
2018-12-27
introduce dump() and add() table methods, only implemented for static tables.
Eric Faurot
2018-12-27
pass the table pointer to the lookup()/fecth() methods
Eric Faurot
2018-12-27
change the close() method to take the table pointer
Eric Faurot
2018-12-27
Make the backend open method return an int to report success.
Eric Faurot
2018-12-26
reorder parameters for consistency
Eric Faurot
2018-12-26
get rid of the unused dict argument in table lookup and fetch api.
Eric Faurot
2018-12-26
move the table backend name in the backend struct.
Eric Faurot
2018-12-23
Simplify the table backend interface: lookup results are returned
Eric Faurot
2018-05-31
remove 'where' parameter from all x*() functions in utils.c, it doesn't
Gilles Chehade
2015-12-05
EAGAIN handling for imsg_read. OK henning@ benno@
Claudio Jeker
2015-01-20
use <limits.h> comprehensively. For now try to push <> includes to
Theo de Raadt
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2014-07-08
Update the table API: lookup functions can take an optional parameters
Eric Faurot
2014-02-04
socketmap table backend.
Eric Faurot
2013-07-19
Add a table_proc backend for delegating table lookups to another
Eric Faurot