summaryrefslogtreecommitdiffstats
path: root/source4/lib/tdb/common/transaction.c
Commit message (Expand)AuthorAgeFilesLines
* r24336: Use standard data type uint32_t rather than tdb-specific u32.Jelmer Vernooij2007-10-101-11/+11
* r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell2007-10-101-2/+1
* r23795: more v2->v3 conversionAndrew Tridgell2007-10-101-1/+1
* r23238: merged transaction lock changes from ctdbAndrew Tridgell2007-10-101-5/+4
* r22165: merge transaction fix from samba3Andrew Tridgell2007-10-101-0/+2
* r22081: transaction_brlock() should be staticAndrew Tridgell2007-10-101-2/+2
* r22041: merge trivial changes from samba3Stefan Metzmacher2007-10-101-7/+8
* r21303: As discussed on samba-technical: Change the static array for the in-m...Volker Lendecke2007-10-101-6/+4
* r19423: merge some tdb changes from SAMBA_3_0 to SAMBA_4_0Andrew Tridgell2007-10-101-7/+10
* r19401: make tdb_lockall() much more efficient, and add a tdb_lockall_read()Andrew Tridgell2007-10-101-15/+21
* r16774: This patch modifies the tdb API to allow the logging function to be usedAndrew Bartlett2007-10-101-43/+43
* r16043: Fix error messageSimo Sorce2007-10-101-3/+3
* r14916: print errno so I can work out why OpenBSD is failing the test for tdbAndrew Tridgell2007-10-101-1/+2
* r14799: added a tdb_get_seqnum() call, and the TDB_SEQNUM flag. This allowsAndrew Tridgell2007-10-101-0/+6
* r13283: added two optimisations to the tdb transactions code. The first is toAndrew Tridgell2007-10-101-1/+36
* r10891: I noticed that the secrets.db was not being backed up on my system dueAndrew Tridgell2007-10-101-0/+9
* r10492: work around a bug in solaris which cases lock upgrades to fail withAndrew Tridgell2007-10-101-1/+1
* r10483: fixed some uninitialised variables warningsAndrew Tridgell2007-10-101-1/+1
* r10469: use the older style of structure initialisation for tdb to make itAndrew Tridgell2007-10-101-6/+6
* r10468: - terminate tdbtorture quickly when an error is detectedAndrew Tridgell2007-10-101-0/+4
* r10465: separate out a read_only db from a read-only traversal to ensure weAndrew Tridgell2007-10-101-1/+1
* r10460: fixed portability of transaction code to systems with integerAndrew Tridgell2007-10-101-6/+7
* r10421: following on discussions with simo, I have worked out a way ofAndrew Tridgell2007-10-101-9/+20
* r10405: added transactions into tdb, and hook them into ldb. See myAndrew Tridgell2007-10-101-0/+976