summaryrefslogtreecommitdiff
path: root/usr.sbin/ldapd/util.c
AgeCommit message (Expand)Author
2019-10-24The ber_* namespace is used by liblber since time immemorial,Theo Buehler
2019-07-03snprintf/vsnprintf return < 0 on error, rather than -1.Theo de Raadt
2018-05-15Fix format string errors in log messages and update ldapd to use relayd's log.cReyk Floeter
2018-02-08Kill ber.c support for direct fd read/writesJeremie Courreges-Anglas
2017-01-20work on making log.c similar in all daemons:Sebastian Benoit
2015-12-24bzero -> memset. No binary change.mmcc
2015-11-02use SOCK_NONBLOCK instead of fcntlJonathan Matthew
2013-11-23unsigned char casts for ctypeTheo de Raadt
2013-11-02bunch of format string cleanups, removing %i, signed vs unsigned, and evenTheo de Raadt
2012-06-16Protect against fd exhaustion when reopening database files. Only acceptJonathan Matthew
2010-06-15Move around some functions to ease re-use from ldapctl.Martin Hedenfal
2010-05-31Initial import of ldapd, a small LDAP daemon. Work in progress.Martin Hedenfal