summaryrefslogtreecommitdiff
path: root/source3/tdb/tools
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r22054: merge from samba4:Stefan Metzmacher1-77/+0
remove broken samba3 specific stuff from tdbtool metze (This used to be commit 9b34cd8d8917bc640c861783e56a1c121c7c47f9)
2007-10-10r22051: use libreplace headersStefan Metzmacher1-13/+4
metze (This used to be commit 1017ca3eaa5cb8f4537886df5a1ee62439fff2f0)
2007-10-10r22039: fix compiler warningsStefan Metzmacher1-6/+7
metze (This used to be commit 91402d7a42d9930e8e67bc67423b8b79db27f12d)
2007-10-10r22009: change TDB_DATA from char * to unsigned char *Stefan Metzmacher2-12/+12
and fix all compiler warnings in the users metze (This used to be commit 3a28443079c141a6ce8182c65b56ca210e34f37f)
2007-10-10r19959: Allow tdb to be built standalone in Samba3.Jeremy Allison1-2/+7
Add code to check for loops in the free list. Should help us validate tdb's against corruption. Jeremy. (This used to be commit f8e7386773cbbb31e2f42ffcbae9b979c1197635)
2007-10-10r19685: Two changes inspired by problems with huge tdbs. tdbtool's list ↵Volker Lendecke1-2/+7
command now prints the hash on every record for easier awk'ing, and tdbbackup allows a different hash chain length on the backed up tdb. Jeremy, Günther, this might be interesting for you huge domains. Not only locking.tdb, also the winbind ones might grow huge. In the installation I fixed with this winbind spent a huge amount of CPU spinning through a degenerated winbindd_idmap.tdb with entries for more than 15.000 users. With a default number of hash chains of 131 on that tdb you can imagine that the lists get large. Not merging to 4, I don't get tdbbackup to compile there right now. What about changing the global default hash chain number to be dramatically larger? Disk is cheap these days. Volker (This used to be commit 577d0ff658596f8246f120e0342cc5c9e4077ece)
2007-10-10r19426: merge nearly all the differences between Samba3 tdb and Samba4Andrew Tridgell2-103/+191
tdb. This includes: - the new tdb_lockall and tdb_lockall_read code, which will be needed for the ldb speedups - the tdb logging changes. This is an intermediate step to keep the differences between the two branches small. The plan is still to move to a tdb_init()/tdb_set_logging_function()/tdb_attach() style of open which will make things much cleaner. - the updated test suites and standalone tdb build code - use libreplace headers There are still some small differences I haven't merged. I'll discuss those on the list. (This used to be commit 48903c75edfaf75dbd3e9d052e615552cdff39b4)
2007-10-10r17607: Adapt the Samba4 directory structure for tdb. Makes it easier to diff.Volker Lendecke5-0/+1458
Let's see what it breaks. For me it works :-) Volker (This used to be commit 337be14b432e5dfd80c7418b2db4fe0087259b77)