summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb
Commit message (Expand)AuthorAgeFilesLines
* r6481: change download instructions to include tdb and tallocAndrew Tridgell2007-10-101-2/+6
* r6480: fixed whitespace typoAndrew Tridgell2007-10-101-1/+1
* r6479: - added a simple web pageAndrew Tridgell2007-10-103-1/+88
* r6470: Remove ldb_search_free() it is not needed anymore.Simo Sorce2007-10-1016-83/+13
* r6442: Add mechanism for configuring ldb independantly of the rest ofJelmer Vernooij2007-10-103-22/+25
* r6360: Quieten unused variable warning.Tim Potter2007-10-101-1/+1
* r6118: Make it so that we can do --with-zlib=no in configure and also a coupleRichard Sharpe2007-10-101-1/+1
* r6087: - remove the dlopen code for now (before it goes back, it needs to beAndrew Tridgell2007-10-101-44/+1
* r6086: default to stderr for error messages in ldb, so we get errors in ldb_c...Andrew Tridgell2007-10-101-1/+1
* r5769: Fix unused variable warning.Tim Potter2007-10-101-1/+1
* r5670: simplify and clarify ldb_modules.c codeSimo Sorce2007-10-103-143/+155
* r5665: the data within el2->values can still be used at this point, so don't ...Andrew Tridgell2007-10-101-1/+0
* r5664: simo, please look into this. It is possible for the number of elementsAndrew Tridgell2007-10-101-1/+3
* r5585: LDB interfaces change:Simo Sorce2007-10-1017-173/+187
* r5374: - changed the dn key code in the ldb tdb backend to correctly honorAndrew Tridgell2007-10-104-6/+96
* r5357: added ldb_msg_add_fmt(), for creating formatted ldb record valuesAndrew Tridgell2007-10-102-0/+24
* r5330: Remove #include <sys/time.h> from includes.h.Andrew Bartlett2007-10-101-0/+1
* r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell2007-10-108-0/+29
* r5296: - only include the tdb headers where they are neededAndrew Tridgell2007-10-101-1/+3
* r5189: fixed a double free bug in the ltdb indexing codeAndrew Tridgell2007-10-101-7/+0
* r5092: Add a bit more const - moving it further into the LDB layer.Andrew Bartlett2007-10-102-3/+3
* r4863: schema_find_attribute() should be staticAndrew Tridgell2007-10-101-1/+1
* r4862: - better structure schema testsSimo Sorce2007-10-1010-31/+54
* r4859: changed a numbe rof things:Simo Sorce2007-10-101-244/+150
* r4844: - Remove the unused attrsyn structureSimo Sorce2007-10-101-175/+164
* r4801: remove the two bogus ctype.h includesAndrew Tridgell2007-10-101-2/+0
* r4786: forgot to commit the exclusion for schema checking against our control...Simo Sorce2007-10-101-0/+8
* r4784: finally make schema module use a single ldbSimo Sorce2007-10-106-52/+764
* r4781: the tolower() in schema.c is a premature optimisation. I suspect theAndrew Tridgell2007-10-101-9/+8
* r4775: use schema_attr_cmp wrapper to check for the special dn/distinguishedN...Simo Sorce2007-10-101-35/+57
* r4759: use ldb_attr_cmp() to compare attribute namesSimo Sorce2007-10-102-34/+53
* r4744: until we decide what to do about attribute aliasing (see my recentAndrew Tridgell2007-10-101-3/+5
* r4714: move the ldb code to the new talloc interface (eg remove _p suffix)Simo Sorce2007-10-1013-623/+358
* r4678: Add some const to LDB.Andrew Bartlett2007-10-102-2/+2
* r4547: - added talloc_new(ctx) macro that is a neater form of the common tall...Andrew Tridgell2007-10-101-1/+1
* r4513: add experimental modification attribute checkingSimo Sorce2007-10-101-1/+451
* r4506: fix compiler warningsStefan Metzmacher2007-10-101-3/+0
* r4505: Add a first very basic schema moduleSimo Sorce2007-10-104-3/+501
* r4503: add an error reporting function (fixes)Simo Sorce2007-10-101-8/+17
* r4502: add an error reporting functionSimo Sorce2007-10-101-1/+17
* 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