util: ntdb_new() supports NTDB_CLEAR_IF_FIRST.
[kai/samba-autobuild/.git] / lib /
2012-06-22 Rusty Russellutil: ntdb_new() supports NTDB_CLEAR_IF_FIRST.
2012-06-22 Rusty Russellutil: util_ntdb.c
2012-06-22 Rusty Russellntdb: take advantage of direct access across expand.
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: allow direct access for NTDB_INTERNAL dbs during...
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-22 Rusty Russellntdb: hand correct error code when alloc_read allocatio...
2012-06-22 Rusty Russellautobuild: always set TDB_NO_FSYNC.
2012-06-22 Rusty Russellntdb: respect TDB_NO_FSYNC flag for 'make test'
2012-06-21 Jelmer VernooijAdd --disable-ntdb option for building.
2012-06-20 Rusty Russellntdb: fix occasional abort in testing.
2012-06-19 Rusty Russellntdb: add autoconf support.
2012-06-19 Rusty Russelllib/tdb_wrap: use tdb directly, not tdb_compat.
2012-06-19 Rusty Russellldb: use tdb directly, not tdb_compat.
2012-06-19 Rusty Russelllib/dbwrap: depend directly on tdb, not tdb_compat.
2012-06-19 Rusty Russelllib/util_tdb: depend directly on tdb, not tdb_compat.
2012-06-19 Rusty Russellntdb: update documentation.
2012-06-19 Rusty Russellntdb: optimize ntdb_fetch.
2012-06-19 Rusty Russellntdb: add -h arg to ntdbrestore
2012-06-19 Rusty Russellntdb: reduce default hashsize on ntdbtorture.
2012-06-19 Rusty Russellntdb: add NTDB_ATTRIBUTE_HASHSIZE
2012-06-19 Rusty Russellntdb: remove hash table trees.
2012-06-19 Rusty Russellntdb: special accessor functions for read/write of...
2012-06-19 Rusty Russellntdb: inline oob check
2012-06-19 Rusty Russellntdb: allocator attribute.
2012-06-19 Rusty Russellntdb: still prepare recovery area with NTDB_NOSYNC.
2012-06-19 Rusty Russellntdb: simply disallow NULL names.
2012-06-19 Rusty Russellntdb: reduce transaction pagesize from 64k to 16k.
2012-06-19 Rusty Russellntdb: remove last block transactoin logic.
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: use NTDB_LOG_WARNING level for failed open()...
2012-06-19 Rusty Russellccan: remove bogus debug print.
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: reduce race between creating file and getting...
2012-06-19 Rusty Russellntdb: catch any valgrind errors in test
2012-06-19 Rusty Russellntdb: catch any valgrind errors in test
2012-06-19 Rusty Russellntdb: remove ntdb_error()
2012-06-19 Rusty RussellTDB2: Goodbye TDB2, Hello NTDB.
2012-06-19 Kirill Smelkovtdb2: Fix typo in TDB1_porting.txt
2012-06-19 Rusty RussellTDB2: more internal cleanups after TDB1 compatibility...
2012-06-19 Rusty RussellTDB2: remove TDB1 compatibility.
2012-06-19 Rusty RussellTDB2: make SAMBA use tdb1 again for the moment.
2012-06-19 Rusty Russellccan: check for err.h ourselves
2012-06-19 Jelmer Vernooijtdb/wscript: Remove unecessary semicolons.
2012-06-18 Stefan Metzmacherlib/param: add missing prototype of lpcfg_parm_long()
2012-06-16 Jelmer Vernooijattr: Look for attr/attributes.h too.
2012-06-16 Andrew Bartletts4-lib/param: FLAG DAY for the default FILE SERVER
2012-06-15 Volker Lendeckedbwrap: Remove an unnecessary ZERO_STRUCT
2012-06-15 Volker Lendeckedbwrap: dbwrap_trans_store_uint32->dbwrap_trans_store_u...
2012-06-15 Volker Lendeckedbwrap: dbwrap_trans_store_int32->dbwrap_trans_store_in...
2012-06-15 Volker Lendeckedbwrap: dbwrap_trans_change_int32_atomic->dbwrap_trans_...
2012-06-15 Volker Lendeckedbwrap: dbwrap_change_int32_atomic->dbwrap_change_int32...
2012-06-15 Volker Lendeckedbwrap: dbwrap_trans_change_uint32_atomic->dbwrap_trans...
2012-06-15 Volker Lendeckedbwrap: dbwrap_change_uint32_atomic->dbwrap_change_uint...
2012-06-15 Volker Lendeckedbwrap: dbwrap_store_uint32->dbwrap_store_uint32_bystring
2012-06-15 Volker Lendeckedbwrap: dbwrap_fetch_uint32->dbwrap_fetch_uint32_bystring
2012-06-15 Volker Lendeckedbwrap: dbwrap_store_int32->dbwrap_store_int32_bystring
2012-06-15 Volker Lendeckedbwrap: dbwrap_fetch_int32->dbwrap_fetch_int32_bystring
2012-06-15 Andrew Bartletts3-build: Do not write loadparm generated files into...
2012-06-15 Andrew Bartlettlib/param: Use server role = 'standalone server' to...
2012-06-15 Andrew Bartlettlib/param: make security=domain and security=ads confli...
2012-06-15 Andrew Bartlettlib/param: Create a seperate server role for "active...
2012-06-14 Jelmer Vernooijlib/util: Fix typo in comment.
2012-06-14 Stefan Metzmachertdb2: remove unused debug_fprintf() macro that breaks...
2012-06-14 Stefan Metzmachertdb: remove unused debug_fprintf() macro that breaks...
2012-06-14 Stefan Metzmacherlib/replace: define HAVE_WORKING_STRPTIME instead of...
2012-06-14 Stefan Metzmacherlib/replace: execute strptime.c tests
2012-06-14 Stefan MetzmacherRevert "replace: use replace for non 'samba' compliant...
2012-06-14 Stefan Metzmacherlib/replace: add more condition to add snprintf.c
2012-06-14 Stefan MetzmacherRevert "lib/replace: Fix snprintf() override for system...
2012-06-14 Stefan Metzmacherlib/replace: s/execute=1/execute=True
2012-06-13 Björn Jackereplace: fix unused variable warning
2012-06-13 Björn JackeRevert "replace: fix unused variable warning"
2012-06-13 Björn Jackereplace: fix unused variable warning
2012-06-12 Volker Lendeckes3: Use talloc_tos() in more places in dbwrap_util
2012-06-12 Michael Adamlib/testtools: fix use of a non-existent word (existant)
2012-06-12 Michael Adamtdb:tests: fix use of a non-existent word (existant)
2012-06-12 Michael Adamldb:tests: fix use of a non-existent word (existant)
2012-06-12 Michael Adamlib/util: fix use of a non-existent word (existant...
2012-06-11 Andrew Bartlettdebug: Do not constantly rename logs when max log size = 0
2012-06-11 Andrew Bartlettlib/param: simplfy lp_find_security()
2012-06-11 Andrew Bartlettpyldb: Ensure that the ldb argument is really an ldb...
2012-06-10 Stefan Metzmacherlib/ldb/tools: add missing "replace.h"
2012-06-09 Rusty Russelltdb2: use ccan/err instead of err.h
2012-06-09 Rusty Russellccan: make failtest use ccan/err.
2012-06-09 Rusty Russellccan: import err module.from ccan revision 5add556a1cb6...
2012-06-08 Stefan Metzmachertevent: change version to 0.9.16 tevent-0.9.16
2012-06-08 Stefan Metzmachertevent: expose tevent_context_init_ops
2012-06-08 Martin Schwenkelib/tevent: Add trace point callback
2012-06-08 Martin Schwenkelib/tevent: In poll_event_context, add a pointer back...
2012-06-08 Rusty Russellsamba_util: mark smb_panic as _NORETURN_.
2012-06-07 Andrew Bartlettccan: Only build ccan-failtest when we are in developer...
2012-06-07 Rusty Russelllib/tdb2: build tests when built at toplevel.
2012-06-07 Björn Jackeutil: fix build on platforms without IPv6 support
next