summaryrefslogtreecommitdiff
path: root/usr.sbin/ldapd/namespace.c
AgeCommit message (Expand)Author
2014-09-13Replace all queue *_END macro calls except CIRCLEQ_END with NULL.Doug Hogan
2012-06-16Protect against fd exhaustion when reopening database files. Only acceptJonathan Matthew
2010-09-01Move generic imsg/libevent glue to a separate file.Martin Hedenfal
2010-07-10Retry requests when the btree is busy. Without this, clients will just hangMartin Hedenfal
2010-06-29Add support for referrals. Referrals are configured in the config file,Martin Hedenfal
2010-06-23Set errno to appropriate values when returning failure in btree. Make btreeMartin Hedenfal
2010-06-15Move around some functions to ease re-use from ldapctl.Martin Hedenfal
2010-06-15Make modify and simple auth requests open their own transactions, as searchMartin Hedenfal
2010-06-15Implement support in the parent to (re-)open database files on behalf ofMartin Hedenfal
2010-06-11Track changes in btree_txn_* API, pass a NULL btree when also passing aMartin Hedenfal
2010-06-03Open database files before chrooting, and use an absolute path toMartin Hedenfal
2010-06-01namespace_new() leaks `ns' on error path.Martin Hedenfal
2010-05-31Initial import of ldapd, a small LDAP daemon. Work in progress.Martin Hedenfal