Age | Commit message (Expand) | Author | Files | Lines |
2012-06-19 | libcli: use tdb directly, not tdb_compat. | Rusty Russell | 1 | -2/+2 |
2012-06-19 | lib/tdb_wrap: use tdb directly, not tdb_compat. | Rusty Russell | 6 | -8/+8 |
2012-06-19 | ldb: use tdb directly, not tdb_compat. | Rusty Russell | 9 | -27/+30 |
2012-06-19 | lib/dbwrap: depend directly on tdb, not tdb_compat. | Rusty Russell | 1 | -1/+1 |
2012-06-19 | lib/util_tdb: depend directly on tdb, not tdb_compat. | Rusty Russell | 2 | -5/+5 |
2012-06-19 | ntdb: update documentation. | Rusty Russell | 6 | -5821/+505 |
2012-06-19 | ntdb: optimize ntdb_fetch. | Rusty Russell | 7 | -51/+59 |
2012-06-19 | ntdb: add -h arg to ntdbrestore | Rusty Russell | 1 | -8/+28 |
2012-06-19 | ntdb: reduce default hashsize on ntdbtorture. | Rusty Russell | 1 | -3/+10 |
2012-06-19 | ntdb: add NTDB_ATTRIBUTE_HASHSIZE | Rusty Russell | 2 | -2/+41 |
2012-06-19 | ntdb: remove hash table trees. | Rusty Russell | 36 | -1662/+1096 |
2012-06-19 | ntdb: special accessor functions for read/write of an offset. | Rusty Russell | 3 | -50/+114 |
2012-06-19 | ntdb: inline oob check | Rusty Russell | 6 | -14/+24 |
2012-06-19 | ntdb: allocator attribute. | Rusty Russell | 15 | -92/+311 |
2012-06-19 | ntdb: still prepare recovery area with NTDB_NOSYNC. | Rusty Russell | 1 | -10/+8 |
2012-06-19 | ntdb: simply disallow NULL names. | Rusty Russell | 3 | -10/+5 |
2012-06-19 | ntdb: reduce transaction pagesize from 64k to 16k. | Rusty Russell | 1 | -1/+1 |
2012-06-19 | ntdb: remove last block transactoin logic. | Rusty Russell | 1 | -44/+1 |
2012-06-19 | ntdb: create initial database to be multiple of NTDB_PGSIZE. | Rusty Russell | 8 | -88/+138 |
2012-06-19 | ntdb: make sure file is always a multiple of PAGESIZE (now NTDB_PGSIZE) | Rusty Russell | 6 | -46/+73 |
2012-06-19 | ntdb: fix recovery data write. | Rusty Russell | 2 | -9/+36 |
2012-06-19 | ntdb: enhance external-helper test code. | Rusty Russell | 6 | -18/+36 |
2012-06-19 | ntdb: use NTDB_LOG_WARNING level for failed open() without O_CREAT. | Rusty Russell | 2 | -1/+11 |
2012-06-19 | ccan: remove bogus debug print. | Rusty Russell | 1 | -1/+0 |
2012-06-19 | ntdb: make fork test more thorough. | Rusty Russell | 2 | -9/+29 |
2012-06-19 | ntdb: print \n at end of log messages in tests. | Rusty Russell | 1 | -1/+1 |
2012-06-19 | ntdb: reduce race between creating file and getting open lock. | Rusty Russell | 1 | -23/+30 |
2012-06-19 | ntdb: catch any valgrind errors in test | Rusty Russell | 1 | -2/+2 |
2012-06-19 | ntdb: catch any valgrind errors in test | Rusty Russell | 1 | -1/+1 |
2012-06-19 | ntdb: remove ntdb_error() | Rusty Russell | 14 | -190/+144 |
2012-06-19 | TDB2: Goodbye TDB2, Hello NTDB. | Rusty Russell | 148 | -13728/+13586 |
2012-06-19 | tdb2: Fix typo in TDB1_porting.txt | Kirill Smelkov | 1 | -1/+1 |
2012-06-19 | TDB2: more internal cleanups after TDB1 compatibility removal. | Rusty Russell | 13 | -263/+239 |
2012-06-19 | TDB2: remove TDB1 compatibility. | Rusty Russell | 95 | -8164/+160 |
2012-06-19 | TDB2: make SAMBA use tdb1 again for the moment. | Rusty Russell | 17 | -535/+10 |
2012-06-19 | ccan: check for err.h ourselves | Rusty Russell | 2 | -0/+3 |
2012-06-19 | WHATSNEW: Fix typo. | Jelmer Vernooij | 1 | -1/+1 |
2012-06-19 | tdb/wscript: Remove unecessary semicolons. | Jelmer Vernooij | 1 | -4/+4 |
2012-06-19 | wafsamba/irixcc: add '-c99' option to cc | Stefan Metzmacher | 1 | -1/+3 |
2012-06-18 | Revert "s3: temporary hack to make the waf build work withouth autotools bein... | Björn Jacke | 1 | -1/+0 |
2012-06-18 | selftest/flapping: samba4.nss.test is also flakey for s3member | Stefan Metzmacher | 1 | -1/+1 |
2012-06-18 | s3:autoconf: add -Iautoconf -Iautoconf/source3 at configure stage | Stefan Metzmacher | 2 | -3/+2 |
2012-06-18 | s3:Makefile.in: remove pidl generated files with 'make realdistclean' | Stefan Metzmacher | 1 | -0/+1 |
2012-06-18 | s3:Makefile.in: fix 'make realdistclean' after moving generated files to auto... | Stefan Metzmacher | 1 | -1/+1 |
2012-06-18 | s3:Makefile.in: fix 'make clean' after moving generated files to autoconf/ | Stefan Metzmacher | 1 | -6/+5 |
2012-06-18 | s3:autogen.sh: fix autoconf/lib/param/param_proto.h location | Stefan Metzmacher | 1 | -1/+1 |
2012-06-18 | lib/param: add missing prototype of lpcfg_parm_long() | Stefan Metzmacher | 1 | -0/+3 |
2012-06-18 | s3:autoconf-build: build the idmap backends tdb2, rid, and hash by default (s... | Michael Adam | 1 | -0/+3 |
2012-06-18 | s3:waf-build: build the idmap backends tdb2, rid, and hash by default (shared) | Michael Adam | 1 | -1/+2 |
2012-06-18 | s3:idmap_tdb: fix miss in rename of dbwrap_trans_store_uint32() to dbwrap_tra... | Michael Adam | 1 | -4/+4 |