History log of /openbsd/usr.sbin/ldapd/btree.h (Results 1 – 6 of 6)
Revision Date Author Comments
# 5cea9f8f 02-Jul-2010 martinh <martinh@openbsd.org>

Add a BT_CURSOR_EXACT operation to btree_cursor_get. It behaves like
BT_CURSOR, but fails if the key is not found.


# 0279e526 23-Jun-2010 martinh <martinh@openbsd.org>

Set errno to appropriate values when returning failure in btree. Make btree
functions only return success or failure (-1 or NULL). Update callers to
check errno.


# 176c8cbc 13-Jun-2010 martinh <martinh@openbsd.org>

Don't expose typedefs of pgno_t and indx_t in the public header file, move
them to btree.c. Also don't use exact-width integer types in public btree api.


# ad613b4d 13-Jun-2010 martinh <martinh@openbsd.org>

Fix value clash in btree flags BT_FIXPADDING and BT_NOSYNC.


# e14f8e24 11-Jun-2010 martinh <martinh@openbsd.org>

Append a "tombstone" meta page after a database has been compacted. This
allows other processes to pick up the change and re-open the file.


# 5d465952 31-May-2010 martinh <martinh@openbsd.org>

Initial import of ldapd, a small LDAP daemon. Work in progress.

ok deraadt@ jacekm@ gilles@ back@ henning@ blambert@