summaryrefslogtreecommitdiff
path: root/usr.sbin/ldapd/control.c
AgeCommit message (Expand)Author
2018-05-15Fix format string errors in log messages and update ldapd to use relayd's log.cReyk Floeter
2017-01-20work on making log.c similar in all daemons:Sebastian Benoit
2017-01-09Replace hand-rolled for(;;) traversal of ctl_conns TAILQ withKenneth R Westerback
2016-01-17Properly remove unix sockets (control & listening) upon exit of theLandry Breuil
2015-12-24bzero -> memset. No binary change.mmcc
2015-11-02use SOCK_NONBLOCK instead of fcntlJonathan Matthew
2015-01-16change to <limits.h> universe. The only changes in the binary are dueTheo 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
2012-04-11rate limiting of accept() in various cases. Testing by jmatthew. thereTheo de Raadt
2010-09-01Move generic imsg/libevent glue to a separate file.Martin Hedenfal
2010-07-06Send empty statistics rather than segfault if "ldapctl stats" is run when aMartin Hedenfal
2010-06-30Don't send statistics for referral namespaces. This unbreaks ldapctl stats.Martin Hedenfal
2010-06-27Remove unused code.Martin Hedenfal
2010-06-23Remove compaction and indexing from ldapd. It is better done by a separateMartin Hedenfal
2010-05-31Initial import of ldapd, a small LDAP daemon. Work in progress.Martin Hedenfal