summaryrefslogtreecommitdiffstats
path: root/source/tdb
Commit message (Expand)AuthorAgeFilesLines
* Remove unecessary msync.Jeremy Allison2008-09-051-4/+0
* The msync manpage reports that msync *must* be called before munmap. Failure ...Simo Sorce2008-09-032-2/+8
* Revert "tdbtool: fix off-by-one error in argument length. (bug #2344)"Michael Adam2008-07-091-1/+1
* tdbtool: fix off-by-one error in argument length. (bug #2344)Michael Adam2008-07-081-1/+1
* Fix build warning.Günther Deschner2008-01-291-3/+4
* fix dump printout when byte >= 0x80Herb Lewis2007-12-201-1/+1
* Fix bug where tdb lock call interrupted withJeremy Allison2007-11-063-0/+16
* [GLUE] Rsync SAMBA_3_0 SVN r25598 in order to create the v3-0-test branch.samba-misc-tags/initial-v3-0-testGerald (Jerry) Carter2007-10-1031-0/+7057
* r22249: move tdb code to lib/tdb/ as in samba4Stefan Metzmacher2007-10-1031-6905/+0
* r22164: Fix missing lock count release in transaction cancel.Jeremy Allison2007-10-101-0/+2
* r22054: merge from samba4:Stefan Metzmacher2007-10-101-77/+0
* r22051: use libreplace headersStefan Metzmacher2007-10-101-13/+4
* r22039: fix compiler warningsStefan Metzmacher2007-10-101-6/+7
* r22033: remove useless lineStefan Metzmacher2007-10-101-3/+0
* r22009: change TDB_DATA from char * to unsigned char *Stefan Metzmacher2007-10-108-23/+23
* r21722: Add the dead record functionality presented on samba-technical@samba....Volker Lendecke2007-10-104-6/+187
* r21445: Apply tdb_parse_record Tridges error return, merge to 3_0_25 and 4_0Volker Lendecke2007-10-101-9/+2
* r21444: Check in tdb_parse_record. Not merging to the other branches yet, we ...Volker Lendecke2007-10-104-13/+101
* 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
* r21218: Fix typoVolker Lendecke2007-10-101-1/+1
* r20503: And one more 64-bit warningVolker Lendecke2007-10-101-1/+1
* r20498: Two 64-bit warningsVolker Lendecke2007-10-101-2/+4
* r20269: merge -r20264:20267 from SAMBA_3_0_24Herb Lewis2007-10-101-0/+3
* r20063: Fix a missing protoype warning in freelistcheck.cVolker Lendecke2007-10-101-0/+2
* r19992: Add support to the tdb Makefile.in for executable extensions and forPaul Green2007-10-101-15/+23
* r19959: Allow tdb to be built standalone in Samba3.Jeremy Allison2007-10-107-6/+141
* r19823: "log" is an internal define in older versions of gcc.Jeremy Allison2007-10-103-4/+4
* r19685: Two changes inspired by problems with huge tdbs. tdbtool's list comma...Volker Lendecke2007-10-104-10/+19
* r19429: moved tdb/common/tdbutil.c into lib/util_tdb.cAndrew Tridgell2007-10-102-882/+0
* r19426: merge nearly all the differences between Samba3 tdb and Samba4Andrew Tridgell2007-10-1017-406/+558
* r18745: Use the Samba4 data structures for security descriptors and security ...Jelmer Vernooij2007-10-101-3/+3
* r18731: fix the build on aixStefan Metzmacher2007-10-101-0/+5
* r18605: sync dlinklist.h with samba4, that means DLIST_ADD_END()Stefan Metzmacher2007-10-101-2/+1
* r18030: When compiling with C++, nested structs lead to nested class definiti...Volker Lendecke2007-10-101-6/+7
* r17607: Adapt the Samba4 directory structure for tdb. Makes it easier to diff.Volker Lendecke2007-10-1033-34/+617
* r17554: CleanupVolker Lendecke2007-10-102-6/+8
* r17460: First step at fixing the build breakage with the groupmapping test. O...Volker Lendecke2007-10-101-0/+1
* r17425: Add the multi-key wrapper. If it's necessary to add general blobs as ...Volker Lendecke2007-10-102-8/+6
* r17315: Make talloc and tdb C++-warning-free. Would this also be interesting ...Volker Lendecke2007-10-106-18/+24
* r17030: Partially fix standalone build of tdb directoryJeremy Allison2007-10-102-2/+1
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-1016-2578/+3553
* r15508: Use clock_gettime for profiling timstamps if it is available. UseJames Peach2007-10-101-17/+0
* r15448: New autoconf macro to test for sysconf variables.James Peach2007-10-101-1/+9
* r15104: Implement Samba4's tdb_name().Volker Lendecke2007-10-101-0/+8
* r15101: Little step towards getting Samba4 tdb into 3: tdb_lock_bystring does...Volker Lendecke2007-10-101-5/+13
* r14954: Fix #3569 based on William Jojo's work. AIX alsoJeremy Allison2007-10-103-4/+20
* r14030: Fix resource leak in error codepath. Coverity CID #64.Jeremy Allison2007-10-101-2/+6
* r14026: Fix resource leak on error exit. Coverity CID #65.Jeremy Allison2007-10-101-0/+2