summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ldapd/util.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bzero -> memset. No binary change.mmcc2015-12-241-4/+4
* use SOCK_NONBLOCK instead of fcntljmatthew2015-11-021-2/+2
* unsigned char casts for ctypederaadt2013-11-231-2/+2
* bunch of format string cleanups, removing %i, signed vs unsigned, and evenderaadt2013-11-021-3/+3
* Protect against fd exhaustion when reopening database files. Only acceptjmatthew2012-06-161-1/+14
* Move around some functions to ease re-use from ldapctl.martinh2010-06-151-1/+104
* Initial import of ldapd, a small LDAP daemon. Work in progress.martinh2010-05-311-0/+98