summaryrefslogtreecommitdiff
path: root/source4/lib/tdb
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r4467: - tdb standalone build doesn't need -DSTANDALONE any moreAndrew Tridgell2-3/+3
2007-10-10r4466: rather than defining "STANDALONE" for building tdb, ldb and tallocAndrew Tridgell6-8/+8
2007-10-10r3968: fix compiler warningsStefan Metzmacher1-1/+1
2007-10-10r3737: - Get rid of the register_subsystem() and register_backend() functions.Jelmer Vernooij1-0/+1
2007-10-10r3733: More build system fixes/features:Jelmer Vernooij2-13/+1
2007-10-10r3730: More build system fixes and simplificationsJelmer Vernooij1-2/+1
2007-10-10r3480: moved some signal defines into include/systemAndrew Tridgell1-0/+1
2007-10-10r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...Andrew Tridgell1-1/+2
2007-10-10r3461: another place where "open" was used as a structure elementAndrew Tridgell1-0/+1
2007-10-10r3454: moved a few more things out if includes.h into the include/system/ inc...Andrew Tridgell1-0/+1
2007-10-10r3449: more include file reductionAndrew Tridgell1-0/+1
2007-10-10r3447: more include/system/XXX.h include filesAndrew Tridgell2-0/+3
2007-10-10r3445: made the gtk tooks use minimal includes. This approximately halves theAndrew Tridgell1-1/+1
2007-10-10r3421: got rid of some unused codeAndrew Tridgell1-30/+0
2007-10-10r3267: make LIBTDB depend on LIBREPLACE. This is needed for building the tdb ...Andrew Tridgell1-0/+2
2007-10-10r3091: link only the needed stuffStefan Metzmacher1-2/+2
2007-10-10r3005: added talloc wrappers around tdb_open() and ldb_connect(), so that theAndrew Tridgell1-3/+3
2007-10-10r2985: got rid of the unused tdb_lockkeys() and tdb_unlockkeys() functionsAndrew Tridgell2-74/+0
2007-10-10r2981: Fix incorrect locks/unlocks in tdb_lockkeys()/tdb_unlockkeys().Jeremy Allison1-3/+3
2007-10-10r2634: use discard_const_p() in a few placesAndrew Tridgell1-1/+1
2007-10-10r2493: allow tdb to build standaloneAndrew Tridgell1-0/+4
2007-10-10r2238: the tdb_debug() function was totally bogus - remove it (you can'tAndrew Tridgell3-36/+23
2007-10-10r2154: Merge of Jim's format string fixup in r2130:2131Tim Potter1-1/+1
2007-10-10r2092: fix the build(don't catch main() by make proto)Stefan Metzmacher2-2/+2
2007-10-10r2088: add tdbtorture tdbdump and tdbtest to the buildStefan Metzmacher5-17/+119
2007-10-10r2034: Allow user-selectable hash functions on open only.Jeremy Allison2-16/+21
2007-10-10r1054: Build extra binaries in bin directory like ldb does.Tim Potter1-5/+5
2007-10-10r1053: Make tdb build standalone:Tim Potter4-17/+18
2007-10-10r990: fix tdb standalone buildStefan Metzmacher1-2/+2
2007-10-10r962: convert 'unsigned' and 'unsigned int' to uint_tStefan Metzmacher2-3/+3
2007-10-10r960: convert 'unsigned int' to uint_t in the most placesStefan Metzmacher3-17/+17
2007-10-10r943: change samba4 to use 'uint8_t' instead of 'unsigned char'Stefan Metzmacher3-5/+5
2007-10-10r890: convert samba4 to use [u]int8_t instead of [u]int8Stefan Metzmacher1-4/+4
2007-10-10r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher1-4/+4
2007-10-10r888: more ..int32 -> ..int32_t stuffStefan Metzmacher1-5/+5
2007-10-10r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher1-35/+35
2007-10-10r849: move tdb/tools/Makefile to tdb/Makefile.tdbStefan Metzmacher2-29/+29
2007-10-10r848: convert lib/tdb into the same layout as lib/ldbStefan Metzmacher15-3/+1307
2007-10-10r826: removed a pile of old code, in preparation for a new ACL handling syste...Andrew Tridgell1-62/+0
2007-10-10r808: fix libtdb build by ifedffing out an smb_panic() and copying over Catch...Simo Sorce1-3/+44
2007-10-10r728: - let libldb_tdb depend on new subsystem LIBTDBStefan Metzmacher4-59/+68
2007-10-10r452: move from first-fit to best-fit in tdb record allocation. For aAndrew Tridgell1-48/+97
2004-04-01allow "struct TDB_DATA" as well as just "TDB_DATA"Andrew Tridgell1-1/+1
2004-03-28merge some recent tdb changed from samba3Andrew Tridgell2-9/+74
2004-03-28switch from SIG_ATOMIC_T to sig_atomic_tAndrew Tridgell3-4/+4
2004-03-28after discussion with the copyright holders tdb is now under the LGPLAndrew Tridgell3-38/+56
2004-03-28added a TDB_MODIFY flag to tdb_store() that says "if the recordAndrew Tridgell2-0/+7
2004-03-28added a private pointer to tdb_traverse() to allow callers to supplyAndrew Tridgell2-4/+4
2004-03-28removed the state parameter to tdb_traverse and the TDB_MODIFY flagAndrew Tridgell2-12/+7
2003-12-12 * the RPC-ECHO pipe now works in smbd, as long as the data sizesAndrew Tridgell1-2/+1