summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ntdb: put it back into the build.Rusty Russell2012-06-193-2/+10
* libcli: use tdb directly, not tdb_compat.Rusty Russell2012-06-191-2/+2
* lib/tdb_wrap: use tdb directly, not tdb_compat.Rusty Russell2012-06-196-8/+8
* ldb: use tdb directly, not tdb_compat.Rusty Russell2012-06-199-27/+30
* lib/dbwrap: depend directly on tdb, not tdb_compat.Rusty Russell2012-06-191-1/+1
* lib/util_tdb: depend directly on tdb, not tdb_compat.Rusty Russell2012-06-192-5/+5
* ntdb: update documentation.Rusty Russell2012-06-196-5821/+505
* ntdb: optimize ntdb_fetch.Rusty Russell2012-06-197-51/+59
* ntdb: add -h arg to ntdbrestoreRusty Russell2012-06-191-8/+28
* ntdb: reduce default hashsize on ntdbtorture.Rusty Russell2012-06-191-3/+10
* ntdb: add NTDB_ATTRIBUTE_HASHSIZERusty Russell2012-06-192-2/+41
* ntdb: remove hash table trees.Rusty Russell2012-06-1936-1662/+1096
* ntdb: special accessor functions for read/write of an offset.Rusty Russell2012-06-193-50/+114
* ntdb: inline oob checkRusty Russell2012-06-196-14/+24
* ntdb: allocator attribute.Rusty Russell2012-06-1915-92/+311
* ntdb: still prepare recovery area with NTDB_NOSYNC.Rusty Russell2012-06-191-10/+8
* ntdb: simply disallow NULL names.Rusty Russell2012-06-193-10/+5
* ntdb: reduce transaction pagesize from 64k to 16k.Rusty Russell2012-06-191-1/+1
* ntdb: remove last block transactoin logic.Rusty Russell2012-06-191-44/+1
* ntdb: create initial database to be multiple of NTDB_PGSIZE.Rusty Russell2012-06-198-88/+138
* ntdb: make sure file is always a multiple of PAGESIZE (now NTDB_PGSIZE)Rusty Russell2012-06-196-46/+73
* ntdb: fix recovery data write.Rusty Russell2012-06-192-9/+36
* ntdb: enhance external-helper test code.Rusty Russell2012-06-196-18/+36
* ntdb: use NTDB_LOG_WARNING level for failed open() without O_CREAT.Rusty Russell2012-06-192-1/+11
* ccan: remove bogus debug print.Rusty Russell2012-06-191-1/+0
* ntdb: make fork test more thorough.Rusty Russell2012-06-192-9/+29
* ntdb: print \n at end of log messages in tests.Rusty Russell2012-06-191-1/+1
* ntdb: reduce race between creating file and getting open lock.Rusty Russell2012-06-191-23/+30
* ntdb: catch any valgrind errors in testRusty Russell2012-06-191-2/+2
* ntdb: catch any valgrind errors in testRusty Russell2012-06-191-1/+1
* ntdb: remove ntdb_error()Rusty Russell2012-06-1914-190/+144
* TDB2: Goodbye TDB2, Hello NTDB.Rusty Russell2012-06-19148-13728/+13586
* tdb2: Fix typo in TDB1_porting.txtKirill Smelkov2012-06-191-1/+1
* TDB2: more internal cleanups after TDB1 compatibility removal.Rusty Russell2012-06-1913-263/+239
* TDB2: remove TDB1 compatibility.Rusty Russell2012-06-1995-8164/+160
* TDB2: make SAMBA use tdb1 again for the moment.Rusty Russell2012-06-1917-535/+10
* ccan: check for err.h ourselvesRusty Russell2012-06-192-0/+3
* WHATSNEW: Fix typo.Jelmer Vernooij2012-06-191-1/+1
* tdb/wscript: Remove unecessary semicolons.Jelmer Vernooij2012-06-191-4/+4
* wafsamba/irixcc: add '-c99' option to ccStefan Metzmacher2012-06-191-1/+3
* Revert "s3: temporary hack to make the waf build work withouth autotools bein...Björn Jacke2012-06-181-1/+0
* selftest/flapping: samba4.nss.test is also flakey for s3memberStefan Metzmacher2012-06-181-1/+1
* s3:autoconf: add -Iautoconf -Iautoconf/source3 at configure stageStefan Metzmacher2012-06-182-3/+2
* s3:Makefile.in: remove pidl generated files with 'make realdistclean'Stefan Metzmacher2012-06-181-0/+1
* s3:Makefile.in: fix 'make realdistclean' after moving generated files to auto...Stefan Metzmacher2012-06-181-1/+1
* s3:Makefile.in: fix 'make clean' after moving generated files to autoconf/Stefan Metzmacher2012-06-181-6/+5
* s3:autogen.sh: fix autoconf/lib/param/param_proto.h locationStefan Metzmacher2012-06-181-1/+1
* lib/param: add missing prototype of lpcfg_parm_long()Stefan Metzmacher2012-06-181-0/+3
* s3:autoconf-build: build the idmap backends tdb2, rid, and hash by default (s...Michael Adam2012-06-181-0/+3
* s3:waf-build: build the idmap backends tdb2, rid, and hash by default (shared)Michael Adam2012-06-181-1/+2