summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ldapd/control.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix format string errors in log messages and update ldapd to use relayd's log.creyk2018-05-151-2/+2
* work on making log.c similar in all daemons:benno2017-01-201-1/+2
* Replace hand-rolled for(;;) traversal of ctl_conns TAILQ withkrw2017-01-091-4/+5
* Properly remove unix sockets (control & listening) upon exit of thelandry2016-01-171-2/+1
* bzero -> memset. No binary change.mmcc2015-12-241-3/+3
* use SOCK_NONBLOCK instead of fcntljmatthew2015-11-021-5/+2
* change to <limits.h> universe. The only changes in the binary are duederaadt2015-01-161-2/+1
* bunch of format string cleanups, removing %i, signed vs unsigned, and evenderaadt2013-11-021-4/+4
* Protect against fd exhaustion when reopening database files. Only acceptjmatthew2012-06-161-4/+25
* rate limiting of accept() in various cases. Testing by jmatthew. therederaadt2012-04-111-7/+30
* Move generic imsg/libevent glue to a separate file.martinh2010-09-011-83/+36
* Send empty statistics rather than segfault if "ldapctl stats" is run when amartinh2010-07-061-5/+6
* Don't send statistics for referral namespaces. This unbreaks ldapctl stats.martinh2010-06-301-1/+3
* Remove unused code.martinh2010-06-271-26/+2
* Remove compaction and indexing from ldapd. It is better done by a separatemartinh2010-06-231-62/+1
* Initial import of ldapd, a small LDAP daemon. Work in progress.martinh2010-05-311-0/+379