summaryrefslogtreecommitdiff
path: root/source4/lib/ldb
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r4801: remove the two bogus ctype.h includesAndrew Tridgell1-2/+0
2007-10-10r4786: forgot to commit the exclusion for schema checking against our control...Simo Sorce1-0/+8
2007-10-10r4784: finally make schema module use a single ldbSimo Sorce6-52/+764
2007-10-10r4781: the tolower() in schema.c is a premature optimisation. I suspect theAndrew Tridgell1-9/+8
2007-10-10r4775: use schema_attr_cmp wrapper to check for the special dn/distinguishedN...Simo Sorce1-35/+57
2007-10-10r4759: use ldb_attr_cmp() to compare attribute namesSimo Sorce2-34/+53
2007-10-10r4744: until we decide what to do about attribute aliasing (see my recentAndrew Tridgell1-3/+5
2007-10-10r4714: move the ldb code to the new talloc interface (eg remove _p suffix)Simo Sorce13-623/+358
2007-10-10r4678: Add some const to LDB.Andrew Bartlett2-2/+2
2007-10-10r4547: - added talloc_new(ctx) macro that is a neater form of the common tall...Andrew Tridgell1-1/+1
2007-10-10r4513: add experimental modification attribute checkingSimo Sorce1-1/+451
2007-10-10r4506: fix compiler warningsStefan Metzmacher1-3/+0
2007-10-10r4505: Add a first very basic schema moduleSimo Sorce4-3/+501
2007-10-10r4503: add an error reporting function (fixes)Simo Sorce1-8/+17
2007-10-10r4502: add an error reporting functionSimo Sorce1-1/+17
2007-10-10r4493: change name of README.gcov so it doesn't get deleted by "make clean" :-)Andrew Tridgell1-0/+0
2007-10-10r4488: removed an unused variableAndrew Tridgell1-1/+0
2007-10-10r4486: fixed some memory leaks in the new ldb code, by ensuring that memory i...Andrew Tridgell3-7/+7
2007-10-10r4477: expanded the test suite to increase code coverage a lotAndrew Tridgell9-77/+73
2007-10-10r4476: added a little gcov howto for ldbAndrew Tridgell1-0/+33
2007-10-10r4474: - converted ldb to use talloc internallyAndrew Tridgell28-1140/+729
2007-10-10r4473: - moved talloc into its own lib/talloc/ areaAndrew Tridgell1-997/+0
2007-10-10r4466: rather than defining "STANDALONE" for building tdb, ldb and tallocAndrew Tridgell4-3/+1096
2007-10-10r4427: - added ldb_msg_*() functions for sorting, comparing and copying messagesAndrew Tridgell3-0/+153
2007-10-10r4424: fixed a simple bug in the '|' handling in indexed ldb searches. I'mAndrew Tridgell1-0/+1
2007-10-10r4397: Fix a bug where '(&(objectclass=domain)(!(objectclass=builtindomain)))...Volker Lendecke1-0/+1
2007-10-10r4366: Fix ldb_modify_internal: Adding values to an existing attribute you co...Volker Lendecke1-9/+36
2007-10-10r4282: removed a spurious error message now we remove index entries in the mo...Andrew Tridgell1-1/+0
2007-10-10r4281: fixed an ldb indexing bug in ldb found by volker.Andrew Tridgell3-8/+19
2007-10-10r4071: - ldap does allow adding additional attribute values with a modifyAndrew Tridgell3-4/+12
2007-10-10r4059: moved the ldb -o option parsing to a common routineAndrew Tridgell9-84/+36
2007-10-10r4040: sorry today is not my day...Stefan Metzmacher1-2/+2
2007-10-10r4039: added a test for an element > 128 bytes in length, to ensure we testAndrew Tridgell1-0/+3
2007-10-10r4038: fix sign/unsign bug I introduced in -r 4022Stefan Metzmacher1-2/+2
2007-10-10r4022: fix compiler warningsStefan Metzmacher4-6/+7
2007-10-10r4010: fixed parsing of null attributes in the ldb ldif parserAndrew Tridgell2-2/+7
2007-10-10r3926: fix compiler warningsStefan Metzmacher1-4/+0
2007-10-10r3897: add a locking infrastructureSimo Sorce6-18/+111
2007-10-10r3783: - don't use make proto for ldb anymoreStefan Metzmacher32-137/+352
2007-10-10r3782: use ldb_ namespaceStefan Metzmacher2-3/+3
2007-10-10r3760: mention -o switch in help messageSimo Sorce5-0/+10
2007-10-10r3757: Some fixes for ldb_ldapSimo Sorce7-8/+11
2007-10-10r3755: add missing filesSimo Sorce4-0/+758
2007-10-10r3754: merge in ldb modules support from the tmp branch ldbPluginsSimo Sorce17-290/+487
2007-10-10r3753: Have some modules default to "NOT" and enable them again whenJelmer Vernooij1-0/+2
2007-10-10r3743: auto-support the RH schema location as wellAndrew Tridgell1-0/+4
2007-10-10r3742: make test-ldap give a sane error message when the openldap schema file...Andrew Tridgell1-0/+19
2007-10-10r3733: More build system fixes/features:Jelmer Vernooij2-22/+2
2007-10-10r3730: More build system fixes and simplificationsJelmer Vernooij1-2/+2
2007-10-10r3586: Fix some of the issues with the module init functions.Jelmer Vernooij1-2/+2