summaryrefslogtreecommitdiff
path: root/source4/lib/tdb/common/transaction.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r19423: merge some tdb changes from SAMBA_3_0 to SAMBA_4_0Andrew Tridgell1-7/+10
2007-10-10r19401: make tdb_lockall() much more efficient, and add a tdb_lockall_read()Andrew Tridgell1-15/+21
2007-10-10r16774: This patch modifies the tdb API to allow the logging function to be usedAndrew Bartlett1-43/+43
2007-10-10r16043: Fix error messageSimo Sorce1-3/+3
2007-10-10r14916: print errno so I can work out why OpenBSD is failing the test for tdbAndrew Tridgell1-1/+2
2007-10-10r14799: added a tdb_get_seqnum() call, and the TDB_SEQNUM flag. This allowsAndrew Tridgell1-0/+6
2007-10-10r13283: added two optimisations to the tdb transactions code. The first is toAndrew Tridgell1-1/+36
2007-10-10r10891: I noticed that the secrets.db was not being backed up on my system dueAndrew Tridgell1-0/+9
2007-10-10r10492: work around a bug in solaris which cases lock upgrades to fail withAndrew Tridgell1-1/+1
2007-10-10r10483: fixed some uninitialised variables warningsAndrew Tridgell1-1/+1
2007-10-10r10469: use the older style of structure initialisation for tdb to make itAndrew Tridgell1-6/+6
2007-10-10r10468: - terminate tdbtorture quickly when an error is detectedAndrew Tridgell1-0/+4
2007-10-10r10465: separate out a read_only db from a read-only traversal to ensure weAndrew Tridgell1-1/+1
2007-10-10r10460: fixed portability of transaction code to systems with integerAndrew Tridgell1-6/+7
2007-10-10r10421: following on discussions with simo, I have worked out a way ofAndrew Tridgell1-9/+20
2007-10-10r10405: added transactions into tdb, and hook them into ldb. See myAndrew Tridgell1-0/+976