index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
ldapd
/
namespace.c
Age
Commit message (
Expand
)
Author
2020-03-05
Fix ldapd datadir location.
Martijn van Duren
2019-06-27
Some asprintf() calls were checked < 0, rather than the precise == -1.
Theo de Raadt
2018-05-15
Fix format string errors in log messages and update ldapd to use relayd's log.c
Reyk Floeter
2017-01-20
work on making log.c similar in all daemons:
Sebastian Benoit
2016-02-04
Minor ldapd -r tweaks
Jeremie Courreges-Anglas
2016-02-01
Add -r argument to ldapd, to specify an alternative directory to
Landry Breuil
2015-12-24
bzero -> memset. No binary change.
mmcc
2014-09-13
Replace all queue *_END macro calls except CIRCLEQ_END with NULL.
Doug Hogan
2012-06-16
Protect against fd exhaustion when reopening database files. Only accept
Jonathan Matthew
2010-09-01
Move generic imsg/libevent glue to a separate file.
Martin Hedenfal
2010-07-10
Retry requests when the btree is busy. Without this, clients will just hang
Martin Hedenfal
2010-06-29
Add support for referrals. Referrals are configured in the config file,
Martin Hedenfal
2010-06-23
Set errno to appropriate values when returning failure in btree. Make btree
Martin Hedenfal
2010-06-15
Move around some functions to ease re-use from ldapctl.
Martin Hedenfal
2010-06-15
Make modify and simple auth requests open their own transactions, as search
Martin Hedenfal
2010-06-15
Implement support in the parent to (re-)open database files on behalf of
Martin Hedenfal
2010-06-11
Track changes in btree_txn_* API, pass a NULL btree when also passing a
Martin Hedenfal
2010-06-03
Open database files before chrooting, and use an absolute path to
Martin Hedenfal
2010-06-01
namespace_new() leaks `ns' on error path.
Martin Hedenfal
2010-05-31
Initial import of ldapd, a small LDAP daemon. Work in progress.
Martin Hedenfal