librpc/rpc: add dcerpc_binding_handle_auth_info()
[mat/samba.git] / lib / ntdb / test /
2013-03-23 Rusty Russellntdb: don't call open hook when re-opening an existing...
2013-02-20 Rusty Russellntdb: fix database corruption when transaction doesn...
2012-07-30 Andrew Bartlettlib/ntdb: Fix format string errors found by -Werror...
2012-06-22 Rusty Russellntdb: test arbitrary operations during ntdb_parse_record().
2012-06-22 Rusty Russellntdb: make database read-only during ntdb_parse() callback.
2012-06-22 Rusty Russellntdb: don't munmap the database on every close.
2012-06-22 Rusty Russellntdb: respect TDB_NO_FSYNC flag for 'make test'
2012-06-20 Rusty Russellntdb: fix occasional abort in testing.
2012-06-19 Rusty Russellntdb: optimize ntdb_fetch.
2012-06-19 Rusty Russellntdb: remove hash table trees.
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: make sure file is always a multiple of PAGESIZE...
2012-06-19 Rusty Russellntdb: fix recovery data write.
2012-06-19 Rusty Russellntdb: enhance external-helper test code.
2012-06-19 Rusty Russellntdb: make fork test more thorough.
2012-06-19 Rusty Russellntdb: print \n at end of log messages in tests.
2012-06-19 Rusty Russellntdb: remove ntdb_error()
2012-06-19 Rusty RussellTDB2: Goodbye TDB2, Hello NTDB.