summaryrefslogtreecommitdiffstats
path: root/source4/lib/tdb
Commit message (Expand)AuthorAgeFilesLines
* r4467: - tdb standalone build doesn't need -DSTANDALONE any moreAndrew Tridgell2007-10-102-3/+3
* r4466: rather than defining "STANDALONE" for building tdb, ldb and tallocAndrew Tridgell2007-10-106-8/+8
* r3968: fix compiler warningsStefan Metzmacher2007-10-101-1/+1
* r3737: - Get rid of the register_subsystem() and register_backend() functions.Jelmer Vernooij2007-10-101-0/+1
* r3733: More build system fixes/features:Jelmer Vernooij2007-10-102-13/+1
* r3730: More build system fixes and simplificationsJelmer Vernooij2007-10-101-2/+1
* r3480: moved some signal defines into include/systemAndrew Tridgell2007-10-101-0/+1
* r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...Andrew Tridgell2007-10-101-1/+2
* r3461: another place where "open" was used as a structure elementAndrew Tridgell2007-10-101-0/+1
* r3454: moved a few more things out if includes.h into the include/system/ inc...Andrew Tridgell2007-10-101-0/+1
* r3449: more include file reductionAndrew Tridgell2007-10-101-0/+1
* r3447: more include/system/XXX.h include filesAndrew Tridgell2007-10-102-0/+3
* r3445: made the gtk tooks use minimal includes. This approximately halves theAndrew Tridgell2007-10-101-1/+1
* r3421: got rid of some unused codeAndrew Tridgell2007-10-101-30/+0
* r3267: make LIBTDB depend on LIBREPLACE. This is needed for building the tdb ...Andrew Tridgell2007-10-101-0/+2
* r3091: link only the needed stuffStefan Metzmacher2007-10-101-2/+2
* r3005: added talloc wrappers around tdb_open() and ldb_connect(), so that theAndrew Tridgell2007-10-101-3/+3
* r2985: got rid of the unused tdb_lockkeys() and tdb_unlockkeys() functionsAndrew Tridgell2007-10-102-74/+0
* r2981: Fix incorrect locks/unlocks in tdb_lockkeys()/tdb_unlockkeys().Jeremy Allison2007-10-101-3/+3
* r2634: use discard_const_p() in a few placesAndrew Tridgell2007-10-101-1/+1
* r2493: allow tdb to build standaloneAndrew Tridgell2007-10-101-0/+4
* r2238: the tdb_debug() function was totally bogus - remove it (you can'tAndrew Tridgell2007-10-103-36/+23
* r2154: Merge of Jim's format string fixup in r2130:2131Tim Potter2007-10-101-1/+1
* r2092: fix the build(don't catch main() by make proto)Stefan Metzmacher2007-10-102-2/+2
* r2088: add tdbtorture tdbdump and tdbtest to the buildStefan Metzmacher2007-10-105-17/+119
* 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