summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb
Commit message (Expand)AuthorAgeFilesLines
...
* r4493: change name of README.gcov so it doesn't get deleted by "make clean" :-)Andrew Tridgell2007-10-101-0/+0
* r4488: removed an unused variableAndrew Tridgell2007-10-101-1/+0
* r4486: fixed some memory leaks in the new ldb code, by ensuring that memory i...Andrew Tridgell2007-10-103-7/+7
* r4477: expanded the test suite to increase code coverage a lotAndrew Tridgell2007-10-109-77/+73
* r4476: added a little gcov howto for ldbAndrew Tridgell2007-10-101-0/+33
* r4474: - converted ldb to use talloc internallyAndrew Tridgell2007-10-1028-1140/+729
* r4473: - moved talloc into its own lib/talloc/ areaAndrew Tridgell2007-10-101-997/+0
* r4466: rather than defining "STANDALONE" for building tdb, ldb and tallocAndrew Tridgell2007-10-104-3/+1096
* r4427: - added ldb_msg_*() functions for sorting, comparing and copying messagesAndrew Tridgell2007-10-103-0/+153
* r4424: fixed a simple bug in the '|' handling in indexed ldb searches. I'mAndrew Tridgell2007-10-101-0/+1
* r4397: Fix a bug where '(&(objectclass=domain)(!(objectclass=builtindomain)))...Volker Lendecke2007-10-101-0/+1
* r4366: Fix ldb_modify_internal: Adding values to an existing attribute you co...Volker Lendecke2007-10-101-9/+36
* r4282: removed a spurious error message now we remove index entries in the mo...Andrew Tridgell2007-10-101-1/+0
* r4281: fixed an ldb indexing bug in ldb found by volker.Andrew Tridgell2007-10-103-8/+19
* r4071: - ldap does allow adding additional attribute values with a modifyAndrew Tridgell2007-10-103-4/+12
* r4059: moved the ldb -o option parsing to a common routineAndrew Tridgell2007-10-109-84/+36
* r4040: sorry today is not my day...Stefan Metzmacher2007-10-101-2/+2
* r4039: added a test for an element > 128 bytes in length, to ensure we testAndrew Tridgell2007-10-101-0/+3
* r4038: fix sign/unsign bug I introduced in -r 4022Stefan Metzmacher2007-10-101-2/+2
* r4022: fix compiler warningsStefan Metzmacher2007-10-104-6/+7
* r4010: fixed parsing of null attributes in the ldb ldif parserAndrew Tridgell2007-10-102-2/+7
* 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