summaryrefslogtreecommitdiffstats
path: root/source4/lib/tdb
Commit message (Expand)AuthorAgeFilesLines
* r2034: Allow user-selectable hash functions on open only.Jeremy Allison2007-10-102-16/+21
* r1054: Build extra binaries in bin directory like ldb does.Tim Potter2007-10-101-5/+5
* r1053: Make tdb build standalone:Tim Potter2007-10-104-17/+18
* r990: fix tdb standalone buildStefan Metzmacher2007-10-101-2/+2
* r962: convert 'unsigned' and 'unsigned int' to uint_tStefan Metzmacher2007-10-102-3/+3
* r960: convert 'unsigned int' to uint_t in the most placesStefan Metzmacher2007-10-103-17/+17
* r943: change samba4 to use 'uint8_t' instead of 'unsigned char'Stefan Metzmacher2007-10-103-5/+5
* r890: convert samba4 to use [u]int8_t instead of [u]int8Stefan Metzmacher2007-10-101-4/+4
* r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher2007-10-101-4/+4
* r888: more ..int32 -> ..int32_t stuffStefan Metzmacher2007-10-101-5/+5
* r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher2007-10-101-35/+35
* r849: move tdb/tools/Makefile to tdb/Makefile.tdbStefan Metzmacher2007-10-102-29/+29
* r848: convert lib/tdb into the same layout as lib/ldbStefan Metzmacher2007-10-1015-3/+1307
* r826: removed a pile of old code, in preparation for a new ACL handling syste...Andrew Tridgell2007-10-101-62/+0
* r808: fix libtdb build by ifedffing out an smb_panic() and copying over Catch...Simo Sorce2007-10-101-3/+44
* r728: - let libldb_tdb depend on new subsystem LIBTDBStefan Metzmacher2007-10-104-59/+68
* r452: move from first-fit to best-fit in tdb record allocation. For aAndrew Tridgell2007-10-101-48/+97
* allow "struct TDB_DATA" as well as just "TDB_DATA"Andrew Tridgell2004-04-011-1/+1
* merge some recent tdb changed from samba3Andrew Tridgell2004-03-282-9/+74
* switch from SIG_ATOMIC_T to sig_atomic_tAndrew Tridgell2004-03-283-4/+4
* after discussion with the copyright holders tdb is now under the LGPLAndrew Tridgell2004-03-283-38/+56
* added a TDB_MODIFY flag to tdb_store() that says "if the recordAndrew Tridgell2004-03-282-0/+7
* added a private pointer to tdb_traverse() to allow callers to supplyAndrew Tridgell2004-03-282-4/+4
* removed the state parameter to tdb_traverse and the TDB_MODIFY flagAndrew Tridgell2004-03-282-12/+7
* * the RPC-ECHO pipe now works in smbd, as long as the data sizesAndrew Tridgell2003-12-121-2/+1
* * removed some unused codeAndrew Tridgell2003-12-104-49/+174
* more fixes from the IRIX compiler (thanks herb!)Andrew Tridgell2003-08-152-3/+3
* first public release of samba4 codeAndrew Tridgell2003-08-138-0/+3550