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