summaryrefslogtreecommitdiff
path: root/source4/lib/tdb/include
AgeCommit message (Expand)AuthorFilesLines
2008-01-18merged changes from v3-2-testAndrew Tridgell1-4/+3
2008-01-15merged tdb from ctdb bzr treeAndrew Tridgell1-0/+5
2007-12-21r25892: Keep the tdb code in sync between 3.2.x and 4.0.Jeremy Allison1-0/+2
2007-10-10r23978: Merge r23161 from Samba3:Michael Adam1-0/+1
2007-10-10r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell1-2/+1
2007-10-10r23795: more v2->v3 conversionAndrew Tridgell1-1/+1
2007-10-10r22832: merged the latest tdb changes from ctdb to Samba4Andrew Tridgell1-0/+8
2007-10-10r22422: merged tdb changes from ctdbAndrew Tridgell1-0/+1
2007-10-10r22041: merge trivial changes from samba3Stefan Metzmacher1-1/+1
2007-10-10r21722: Add the dead record functionality presented on samba-technical@samba....Volker Lendecke1-0/+1
2007-10-10r21445: Apply tdb_parse_record Tridges error return, merge to 3_0_25 and 4_0Volker Lendecke1-0/+4
2007-10-10r19960: Add code to check for loops in the free list.Jeremy Allison1-0/+1
2007-10-10r19428: moved tdbutil.c from lib/tdb/common/ to lib/util/util_tdb.cAndrew Tridgell1-51/+0
2007-10-10r19425: two more tdb functions from samba3Andrew Tridgell1-0/+2
2007-10-10r19423: merge some tdb changes from SAMBA_3_0 to SAMBA_4_0Andrew Tridgell1-0/+1
2007-10-10r19401: make tdb_lockall() much more efficient, and add a tdb_lockall_read()Andrew Tridgell1-1/+3
2007-10-10r19276: remove unused fileStefan Metzmacher1-58/+0
2007-10-10r16916: Implement metze's proposed changes to the tdb logging API.Andrew Bartlett1-3/+7
2007-10-10r16774: This patch modifies the tdb API to allow the logging function to be usedAndrew Bartlett1-3/+9
2007-10-10r15100: Port the bugfix for #3569 to Samba4Volker Lendecke1-1/+1
2007-10-10r14799: added a tdb_get_seqnum() call, and the TDB_SEQNUM flag. This allowsAndrew Tridgell1-0/+2
2007-10-10r14616: added notify change support to the posix backendAndrew Tridgell1-0/+1
2007-10-10r11567: Ldb API change patch.Simo Sorce1-9/+48
2007-10-10r10421: following on discussions with simo, I have worked out a way ofAndrew Tridgell1-1/+2
2007-10-10r10405: added transactions into tdb, and hook them into ldb. See myAndrew Tridgell1-2/+15
2007-10-10r10253: a fairly large tdb cleanup and re-organise. Nearly all of this changeAndrew Tridgell4-149/+65
2007-10-10r9455: Support for reading the policy databaseJelmer Vernooij1-0/+2
2007-10-10r9448: Work on reading the secrets tdb. Build tdbsam support by default.Jelmer Vernooij1-0/+2
2007-10-10r5780: Remove unused arguments.Tim Potter1-1/+1
2007-10-10r5779: Remove signal and timeout gubbage from tdb.Tim Potter1-1/+0
2007-10-10r5296: - only include the tdb headers where they are neededAndrew Tridgell2-0/+4
2007-10-10r5143: don't generate prototypes for lib/tdb/Stefan Metzmacher2-1/+11
2007-10-10r2985: got rid of the unused tdb_lockkeys() and tdb_unlockkeys() functionsAndrew Tridgell1-3/+0
2007-10-10r2493: allow tdb to build standaloneAndrew Tridgell1-0/+4
2007-10-10r2238: the tdb_debug() function was totally bogus - remove it (you can'tAndrew Tridgell1-3/+1
2007-10-10r2034: Allow user-selectable hash functions on open only.Jeremy Allison1-1/+4
2007-10-10r1053: Make tdb build standalone:Tim Potter1-2/+2
2007-10-10r960: convert 'unsigned int' to uint_t in the most placesStefan Metzmacher1-2/+2
2007-10-10r848: convert lib/tdb into the same layout as lib/ldbStefan Metzmacher3-0/+249