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
/
index.c
Age
Commit message (
Expand
)
Author
2018-06-28
avoid passing NULL to asprintf(3) when there's no parent dn entry
Gleydson Soares
2017-01-20
work on making log.c similar in all daemons:
Sebastian Benoit
2015-12-24
bzero -> memset. No binary change.
mmcc
2015-06-03
Do not assume that asprintf() clears the pointer on failure, which
Todd C. Miller
2010-11-26
Unbreak re-indexing by checking if an index entry already exists.
Martin Hedenfal
2010-06-26
Unbreak removal of one-level search index.
Martin Hedenfal
2010-06-23
Set errno to appropriate values when returning failure in btree. Make btree
Martin Hedenfal
2010-06-23
Remove compaction and indexing from ldapd. It is better done by a separate
Martin Hedenfal
2010-06-11
Track changes in btree_txn_* API, pass a NULL btree when also passing a
Martin Hedenfal
2010-06-03
Fix compilation on gcc2. Check a return value from malloc while at it.
Martin Hedenfal
2010-05-31
Remove trailing whitespace and spaces before tabs.
Martin Hedenfal
2010-05-31
Initial import of ldapd, a small LDAP daemon. Work in progress.
Martin Hedenfal