summaryrefslogtreecommitdiff
path: root/usr.sbin/ldapd/namespace.c
AgeCommit message (Expand)Author
2020-03-05Fix ldapd datadir location.Martijn van Duren
2019-06-27Some asprintf() calls were checked < 0, rather than the precise == -1.Theo de Raadt
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
2016-02-04Minor ldapd -r tweaksJeremie Courreges-Anglas
2016-02-01Add -r argument to ldapd, to specify an alternative directory toLandry Breuil
2015-12-24bzero -> memset. No binary change.mmcc
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