summaryrefslogtreecommitdiff
path: root/usr.sbin/ldapd/btree.h
AgeCommit message (Collapse)Author
2010-07-02Add a BT_CURSOR_EXACT operation to btree_cursor_get. It behaves likeMartin Hedenfal
BT_CURSOR, but fails if the key is not found.
2010-06-23Set errno to appropriate values when returning failure in btree. Make btreeMartin Hedenfal
functions only return success or failure (-1 or NULL). Update callers to check errno.
2010-06-13Don't expose typedefs of pgno_t and indx_t in the public header file, moveMartin Hedenfal
them to btree.c. Also don't use exact-width integer types in public btree api.
2010-06-13Fix value clash in btree flags BT_FIXPADDING and BT_NOSYNC.Martin Hedenfal
2010-06-11Append a "tombstone" meta page after a database has been compacted. ThisMartin Hedenfal
allows other processes to pick up the change and re-open the file.
2010-05-31Initial import of ldapd, a small LDAP daemon. Work in progress.Martin Hedenfal
ok deraadt@ jacekm@ gilles@ back@ henning@ blambert@