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_db.c
Age
Commit message (
Expand
)
Author
2021-09-22
sync table_db capabilities with table_static
Eric Faurot
2021-06-14
add required headers for smtpd.h and remove unnecessary ones in other files.
Eric Faurot
2021-05-26
replaces calls to err(3)/errx(3) with fatal()/fatalx() from log.c
Eric Faurot
2021-01-23
Remove unused variables found by clang. Additional unused var spotted by eric@.
rob
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2018-12-27
table_fetch() always expect a valid dst pointer.
Eric Faurot
2018-12-27
move the iterator variable in the private handle.
Eric Faurot
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-11-24
teach table_db and table_static about mailaddr maps (unused yet)
Gilles Chehade
2015-01-20
use <limits.h> comprehensively. For now try to push <> includes to
Theo de Raadt
2014-07-08
Update the table API: lookup functions can take an optional parameters
Eric Faurot
2014-04-18
support mailaddr lookup in table_db
Gilles Chehade
2013-05-24
sync with OpenSMTPD 5.3.2
Eric Faurot
2013-04-12
replace MAX_LINE_SIZE and SMTP_LINE_MAX with SMTPD_MAXLINESIZE for
Eric Faurot
2013-02-13
- when declaring a static table for userinfo, do not make username part of
Gilles Chehade
2013-01-31
assorted fixes spotted by Coverity.
Eric Faurot
2013-01-26
Sync with our smtpd repo:
Gilles Chehade