summaryrefslogtreecommitdiffstats
path: root/source/tdb/autogen.sh
Commit message (Collapse)AuthorAgeFilesLines
* r22249: move tdb code to lib/tdb/ as in samba4Stefan Metzmacher2007-10-101-14/+0
| | | | metze
* r19959: Allow tdb to be built standalone in Samba3.Jeremy Allison2007-10-101-1/+1
| | | | | | Add code to check for loops in the free list. Should help us validate tdb's against corruption. Jeremy.
* r19426: merge nearly all the differences between Samba3 tdb and Samba4Andrew Tridgell2007-10-101-2/+8
| | | | | | | | | | | | | | | | | | | 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.
* r17607: Adapt the Samba4 directory structure for tdb. Makes it easier to diff.Volker Lendecke2007-10-101-0/+8
Let's see what it breaks. For me it works :-) Volker