ntdb: enhancement to allow direct access to the ntdb map during expansion.
[ddiss/samba.git] / lib / ntdb / open.c
2012-06-22 Rusty Russellntdb: enhancement to allow direct access to the ntdb...
2012-06-22 Rusty Russellntdb: don't munmap the database on every close.
2012-06-19 Rusty Russellntdb: add NTDB_ATTRIBUTE_HASHSIZE
2012-06-19 Rusty Russellntdb: remove hash table trees.
2012-06-19 Rusty Russellntdb: inline oob check
2012-06-19 Rusty Russellntdb: allocator attribute.
2012-06-19 Rusty Russellntdb: simply disallow NULL names.
2012-06-19 Rusty Russellntdb: create initial database to be multiple of NTDB_PG...
2012-06-19 Rusty Russellntdb: use NTDB_LOG_WARNING level for failed open()...
2012-06-19 Rusty Russellntdb: reduce race between creating file and getting...
2012-06-19 Rusty Russellntdb: remove ntdb_error()
2012-06-19 Rusty RussellTDB2: Goodbye TDB2, Hello NTDB.