summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb
Commit message (Expand)AuthorAgeFilesLines
* r3926: fix compiler warningsStefan Metzmacher2007-10-101-4/+0
* r3897: add a locking infrastructureSimo Sorce2007-10-106-18/+111
* r3783: - don't use make proto for ldb anymoreStefan Metzmacher2007-10-1032-137/+352
* r3782: use ldb_ namespaceStefan Metzmacher2007-10-102-3/+3
* r3760: mention -o switch in help messageSimo Sorce2007-10-105-0/+10
* r3757: Some fixes for ldb_ldapSimo Sorce2007-10-107-8/+11
* r3755: add missing filesSimo Sorce2007-10-104-0/+758
* r3754: merge in ldb modules support from the tmp branch ldbPluginsSimo Sorce2007-10-1017-290/+487
* r3753: Have some modules default to "NOT" and enable them again whenJelmer Vernooij2007-10-101-0/+2
* r3743: auto-support the RH schema location as wellAndrew Tridgell2007-10-101-0/+4
* r3742: make test-ldap give a sane error message when the openldap schema file...Andrew Tridgell2007-10-101-0/+19
* r3733: More build system fixes/features:Jelmer Vernooij2007-10-102-22/+2
* r3730: More build system fixes and simplificationsJelmer Vernooij2007-10-101-2/+2
* r3586: Fix some of the issues with the module init functions.Jelmer Vernooij2007-10-101-2/+2
* r3449: more include file reductionAndrew Tridgell2007-10-104-0/+11
* r3323: more warning reductionsAndrew Tridgell2007-10-101-1/+3
* r3210: split lib/replace.o into a separate build subsystem LIBREPLACE, andAndrew Tridgell2007-10-101-0/+2
* r3095: - fix a free'ing of msg.dnStefan Metzmacher2007-10-103-8/+8
* r3093: - implment ldb_rename() and ldbrenameStefan Metzmacher2007-10-109-13/+271
* r3092: prepare for build inside sambaStefan Metzmacher2007-10-101-4/+4
* r3089: fix memleakStefan Metzmacher2007-10-101-0/+1
* r2792: got rid of talloc_ldb_alloc() and instead created talloc_realloc_fn(),Andrew Tridgell2007-10-102-4/+4
* r2726: added a -r option to ldbdel to allow easy delete of a wholeAndrew Tridgell2007-10-101-3/+39
* r2725: fixed ldbtest to give the basedn to ldb_search()Andrew Tridgell2007-10-101-2/+2
* r2721: added a -b option to ldbtest so it can be used with the new smbd ldap ...Andrew Tridgell2007-10-101-8/+10
* r2713: better handling of binary values in index key creationAndrew Tridgell2007-10-101-1/+1
* r2712: fixed a bug in ldbtest to make it cope with an existing indexAndrew Tridgell2007-10-101-2/+4
* r2667: Remove forward declaration of static function from function. GCC 3.5 a...Jelmer Vernooij2007-10-101-2/+3
* r2556: fixed the -s one bug that jelmer pointed outAndrew Tridgell2007-10-101-1/+1
* r2554: added a test for a bug that jelmer pointed out (handling of -s one)Andrew Tridgell2007-10-101-0/+7
* r2553: fixed ldbtest so it passes the ldap schema restrictions and thus can b...Andrew Tridgell2007-10-101-18/+11
* r2485: - add a test case in ldbtest for a bug pointed out by Jon Haswell.Andrew Tridgell2007-10-102-3/+88
* r2484: allow ldb to build standalone againAndrew Tridgell2007-10-101-0/+7
* r2381: added a -v debugging option to ldbeditAndrew Tridgell2007-10-101-1/+31
* r2192: removed an erroneous free() call on an error pathAndrew Tridgell2007-10-101-1/+0
* r2089: fix standalone build with LDAP, this needs -llber tooStefan Metzmacher2007-10-101-1/+1
* r2087: the ldb tools really don't need LIBSMB!Stefan Metzmacher2007-10-101-5/+5
* r2055: Add PRINTF_ATTRIBUTE to many more parts of the code, and a newAndrew Bartlett2007-10-103-1/+5
* r1901: add missing include of <fnmatch.h>Stefan Metzmacher2007-10-101-0/+1
* r1749: added some random stuff that captures some discussions volker and IAndrew Tridgell2007-10-101-0/+22
* r1511: fixed a free() that should be ldb_free()Andrew Tridgell2007-10-101-1/+1
* r1374: Fix signed/unsigned warnings (actually found by g++) after unsigned intTim Potter2007-10-1010-46/+56
* r1268: varient -> variantTim Potter2007-10-101-1/+1
* r1055: Standalone build fixes for ldb:Tim Potter2007-10-102-4/+5
* r1052: Remove autogenerated file.Tim Potter2007-10-101-165/+0
* r1018: fix a const and unsigned int problem in ldbAndrew Tridgell2007-10-102-3/+3
* r943: change samba4 to use 'uint8_t' instead of 'unsigned char'Stefan Metzmacher2007-10-102-5/+5
* r873: converted samba4 to use real 64 bit integers instead ofAndrew Tridgell2007-10-101-0/+22
* r811: make the ldb_modify REPLACE semantics better match LDAP (ie. no errorAndrew Tridgell2007-10-101-7/+6
* r792: - changed the ldb ldif_* functions to be in the ldb_ namespaceAndrew Tridgell2007-10-1012-39/+80