summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ldapd/util.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bzero -> memset. No binary change.mmcc2015-12-241-4/+4
|
* use SOCK_NONBLOCK instead of fcntljmatthew2015-11-021-2/+2
| | | | ok dlg@
* unsigned char casts for ctypederaadt2013-11-231-2/+2
| | | | ok jca
* bunch of format string cleanups, removing %i, signed vs unsigned, and evenderaadt2013-11-021-3/+3
| | | | | a few long long's ok jmatthew
* Protect against fd exhaustion when reopening database files. Only acceptjmatthew2012-06-161-1/+14
| | | | | | | | client or control connections when there are at least 8 fds available, and close a connection before calling imsg_read if it would be unable to accept an fd from the parent process. ok gilles@
* 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
ok deraadt@ jacekm@ gilles@ back@ henning@ blambert@