summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ldapd/namespace.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Minor ldapd -r tweaksjca2016-02-041-2/+3
* Add -r argument to ldapd, to specify an alternative directory tolandry2016-02-011-3/+4
* bzero -> memset. No binary change.mmcc2015-12-241-7/+7
* Replace all queue *_END macro calls except CIRCLEQ_END with NULL.doug2014-09-131-3/+3
* Protect against fd exhaustion when reopening database files. Only acceptjmatthew2012-06-161-1/+17
* Move generic imsg/libevent glue to a separate file.martinh2010-09-011-2/+2
* Retry requests when the btree is busy. Without this, clients will just hangmartinh2010-07-101-7/+12
* Add support for referrals. Referrals are configured in the config file,martinh2010-06-291-6/+38
* Set errno to appropriate values when returning failure in btree. Make btreemartinh2010-06-231-21/+25
* Move around some functions to ease re-use from ldapctl.martinh2010-06-151-115/+3
* Make modify and simple auth requests open their own transactions, as searchmartinh2010-06-151-95/+83
* Implement support in the parent to (re-)open database files on behalf ofmartinh2010-06-151-1/+29
* Track changes in btree_txn_* API, pass a NULL btree when also passing amartinh2010-06-111-3/+3
* Open database files before chrooting, and use an absolute path tomartinh2010-06-031-3/+3
* namespace_new() leaks `ns' on error path.martinh2010-06-011-1/+2
* Initial import of ldapd, a small LDAP daemon. Work in progress.martinh2010-05-311-0/+594