summaryrefslogtreecommitdiffstats
path: root/source3/tdb/README
Commit message (Collapse)AuthorAgeFilesLines
* undoMartin Pool2001-12-041-2/+1
| | | | (This used to be commit fc176f15f27686049453552219b56b9de33ceffa)
* Set errno in tdb_open in cases where we detect an error in opening theMartin Pool2001-12-041-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)
* added TDB_INTERNAL, TDB_NOLOCK and TDB_NOMMAP flags.Andrew Tridgell2000-05-011-0/+4
| | | | | TDB_INTERNAL replaces the old method of passing a null filename (This used to be commit 8ec815920d46f205b9f3fff82397c731753c3a10)
* added TDB_MODIFY flag - patch from from lukeAndrew Tridgell2000-04-251-0/+3
| | | | (This used to be commit 90b574296e06cd6ed4fedc1e5a8ae412a5e78b45)
* Updated docs for tdb_traverse.Tim Potter2000-02-171-2/+3
| | | | (This used to be commit 8cbc7dfa031cb66d1f011705b6bd76d56c68cae5)
* improved the error checkingAndrew Tridgell2000-01-081-0/+5
| | | | (This used to be commit 2a152998a1489dead0edadb06f78b0ad6ede1a3a)
* updated docsAndrew Tridgell2000-01-021-2/+6
| | | | (This used to be commit c199ec9543d0d84bd5ea29078887684f708c9637)
* expanded the tdb documentationAndrew Tridgell1999-12-211-0/+110
| | | | (This used to be commit efb4fbcca876ec661af0d72d4df2f04f36d4dd76)
* first cut at using the tdb code for the connections structure, theAndrew Tridgell1999-12-211-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)
* first pass at the database code for Samba. This also includes a testAndrew Tridgell1999-12-211-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)