summaryrefslogtreecommitdiff
path: root/source4/lib/tdb/common
AgeCommit message (Expand)AuthorFilesLines
2007-12-21r25893: Fix ldb, tdb builds (and one warning).Jeremy Allison1-1/+1
2007-12-21r25892: Keep the tdb code in sync between 3.2.x and 4.0.Jeremy Allison3-3/+19
2007-10-10r24738: Fix one more use of pwrite in tdb code in the spirit of r23972 and r2...Michael Adam1-6/+25
2007-10-10r24337: Make libreplace provide offsetof.Jelmer Vernooij1-4/+0
2007-10-10r24336: Use standard data type uint32_t rather than tdb-specific u32.Jelmer Vernooij8-59/+56
2007-10-10r23980: Fix one more use of pwrite in expand_file.Michael Adam1-1/+10
2007-10-10r23979: Fix another occurence of (written != requested) as anMichael Adam1-5/+22
2007-10-10r23978: Merge r23161 from Samba3:Michael Adam1-0/+4
2007-10-10r23977: Im prove the pwrite-patch to tdb_expand_file of r23972:Michael Adam1-7/+20
2007-10-10r23972: Fix a bug in pwrite error detection in tdb_expand_file():Michael Adam1-3/+3
2007-10-10r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell11-22/+11
2007-10-10r23795: more v2->v3 conversionAndrew Tridgell11-11/+11
2007-10-10r23590: Fix realloc leak on failure case from Jim Meyering <jim@meyering.net>.Jeremy Allison1-1/+5
2007-10-10r23371: Fix the misleading comment I added - it really *should*Jeremy Allison1-2/+2
2007-10-10r23370: Traverse in tdb wasn't consistently using theJeremy Allison1-8/+10
2007-10-10r23238: merged transaction lock changes from ctdbAndrew Tridgell4-14/+47
2007-10-10r22832: merged the latest tdb changes from ctdb to Samba4Andrew Tridgell2-15/+99
2007-10-10r22424: fixed the bad merge (thanks to metze for pointing out)Andrew Tridgell1-2/+2
2007-10-10r22422: merged tdb changes from ctdbAndrew Tridgell2-6/+31
2007-10-10r22319: sync lib/tdb/ with samba3Stefan Metzmacher4-10/+15
2007-10-10r22165: merge transaction fix from samba3Andrew Tridgell1-0/+2
2007-10-10r22081: transaction_brlock() should be staticAndrew Tridgell1-2/+2
2007-10-10r22041: merge trivial changes from samba3Stefan Metzmacher5-15/+19
2007-10-10r21722: Add the dead record functionality presented on samba-technical@samba....Volker Lendecke3-6/+186
2007-10-10r21445: Apply tdb_parse_record Tridges error return, merge to 3_0_25 and 4_0Volker Lendecke3-13/+90
2007-10-10r21412: The last patch also incremented the seqnum when tdb_store failed. Not...Volker Lendecke1-8/+10
2007-10-10r21410: We have to increment the sequence number also when tdb_update_hash()Volker Lendecke1-1/+1
2007-10-10r21303: As discussed on samba-technical: Change the static array for the in-m...Volker Lendecke4-36/+96
2007-10-10r19960: Add code to check for loops in the free list.Jeremy Allison2-1/+109
2007-10-10r19428: moved tdbutil.c from lib/tdb/common/ to lib/util/util_tdb.cAndrew Tridgell1-549/+0
2007-10-10r19425: two more tdb functions from samba3Andrew Tridgell1-0/+11
2007-10-10r19423: merge some tdb changes from SAMBA_3_0 to SAMBA_4_0Andrew Tridgell4-12/+22
2007-10-10r19401: make tdb_lockall() much more efficient, and add a tdb_lockall_read()Andrew Tridgell6-68/+139
2007-10-10r18400: move MAP_FAILED define to lib/replace/system/shmem.hAndrew Tridgell1-4/+0
2007-10-10r18301: I discovered how to load the warnings from a build farm build intoAndrew Tridgell2-2/+2
2007-10-10r18160: - pread and pwrite replacements need to be non-staticAndrew Tridgell1-22/+0
2007-10-10r18129: moved the system includes into libreplace - this gives much moreAndrew Tridgell1-31/+4
2007-10-10r17930: Merge noinclude branch:Jelmer Vernooij1-1/+1
2007-10-10r17532: merge from SAMBA_3_0 Revision: 17460Stefan Metzmacher1-0/+1
2007-10-10r17507: pread and pwrite depends on HAVE_PREAD/HAVE_PWRITE not HAVE_PREAD_DEC...Simo Sorce1-7/+0
2007-10-10r16916: Implement metze's proposed changes to the tdb logging API.Andrew Bartlett3-13/+16
2007-10-10r16776: fix typoStefan Metzmacher1-1/+1
2007-10-10r16774: This patch modifies the tdb API to allow the logging function to be usedAndrew Bartlett8-108/+116
2007-10-10r16043: Fix error messageSimo Sorce1-3/+3
2007-10-10r15120: Minimize the diff between Samba3 and Samba4 tdb: In Samba3 we don't a...Volker Lendecke1-7/+7
2007-10-10r15100: Port the bugfix for #3569 to Samba4Volker Lendecke1-1/+17
2007-10-10r14972: fix an uninitialised warning from ibm checkerAndrew Tridgell1-1/+1
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 Tridgell3-1/+63
2007-10-10r14029: Fix resource leak in error codepath. Coverity CID #64.Jeremy Allison1-2/+6