summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ldapd/control.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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