summaryrefslogtreecommitdiff
path: root/source3/tdb/README
AgeCommit message (Collapse)AuthorFilesLines
2001-12-04undoMartin Pool1-2/+1
(This used to be commit fc176f15f27686049453552219b56b9de33ceffa)
2001-12-04Set errno in tdb_open in cases where we detect an error in opening theMartin Pool1-1/+2
database, but no underlying system call sets errno. The particular case I had was a mangled .tdb, but there are others. For this one, set EIO. It's a shame Unix messages aren't more detailed -- "bad data format" would be better. (This used to be commit 5630a988be05c21b60aba6304d4aaadce6024817)
2000-05-01added TDB_INTERNAL, TDB_NOLOCK and TDB_NOMMAP flags.Andrew Tridgell1-0/+4
TDB_INTERNAL replaces the old method of passing a null filename (This used to be commit 8ec815920d46f205b9f3fff82397c731753c3a10)
2000-04-25added TDB_MODIFY flag - patch from from lukeAndrew Tridgell1-0/+3
(This used to be commit 90b574296e06cd6ed4fedc1e5a8ae412a5e78b45)
2000-02-17Updated docs for tdb_traverse.Tim Potter1-2/+3
(This used to be commit 8cbc7dfa031cb66d1f011705b6bd76d56c68cae5)
2000-01-08improved the error checkingAndrew Tridgell1-0/+5
(This used to be commit 2a152998a1489dead0edadb06f78b0ad6ede1a3a)
2000-01-02updated docsAndrew Tridgell1-2/+6
(This used to be commit c199ec9543d0d84bd5ea29078887684f708c9637)
1999-12-21expanded the tdb documentationAndrew Tridgell1-0/+110
(This used to be commit efb4fbcca876ec661af0d72d4df2f04f36d4dd76)
1999-12-21first cut at using the tdb code for the connections structure, theAndrew Tridgell1-1/+8
SWAT status page and smbstatus. It made the code _much_ simpler, I wish we'd done a database module a long time ago! (This used to be commit 4951755413c11d4c5b9af4699a6e622056d52433)
1999-12-21first pass at the database code for Samba. This also includes a testAndrew Tridgell1-0/+33
suite and a very simple tool for manuipulating the databases. the main code is in tdb/tdb.c and includes both mmap and file based IO. All databases auto-expand and allow multiple simultaneous writers. the next step is using this new capability in lots of places in Samba where we have existing ad-hoc databases (This used to be commit c89d29cc5e3b6d568928acace01144059f1668b3)