summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/ldb_tdb/ldb_index.c
Commit message (Expand)AuthorAgeFilesLines
* r26684: Trivial cleanup from Matthias Dieter Wallnöfer, from bug 5090Andrew Bartlett2008-01-061-1/+1
* r25218: After discussion with Simo, remove the subclass support from LDB.Andrew Bartlett2007-10-101-64/+0
* r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij2007-10-101-6/+6
* r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell2007-10-101-2/+1
* r23795: more v2->v3 conversionAndrew Tridgell2007-10-101-1/+1
* r22681: Fix standalone ldb build when parent directory name != ldb.Jelmer Vernooij2007-10-101-3/+2
* r22471: Convert more code to use proper LDB error codes.Simo Sorce2007-10-101-112/+113
* r21311: fix very ugly "using free'ed memory" bugStefan Metzmacher2007-10-101-1/+1
* r20684: if we don't have any indexes, then we should not waste timeStefan Metzmacher2007-10-101-0/+5
* r20184: change ldb_attrib_handler into ldb_schema_attribute, which has a pointerStefan Metzmacher2007-10-101-3/+3
* r20106: Optional ONE Level indexing for ldb_tdbSimo Sorce2007-10-101-9/+195
* r20101: Also rename a variable now that the unused parameter is goneSimo Sorce2007-10-101-4/+4
* r20100: Remove completely unused parametersSimo Sorce2007-10-101-4/+2
* r19965: make the output a bit nicerStefan Metzmacher2007-10-101-2/+3
* r19964: make debuging easier and report usefull error messagesStefan Metzmacher2007-10-101-2/+5
* r19905: use ldb_dn_new_fmt() to avoid double strdupsSimo Sorce2007-10-101-14/+3
* r19884: rename ldb_dn_key -> ltdb_index_key to make more clear what it's for...Stefan Metzmacher2007-10-101-5/+5
* r19832: better prototypes for the linearization functions:Simo Sorce2007-10-101-14/+9
* r19831: Big ldb_dn optimization and interfaces enhancement patchSimo Sorce2007-10-101-2/+2
* r19324: fixed a leak on deleting records when no index is in placeAndrew Tridgell2007-10-101-6/+6
* r19114: fixed another checker warning and a possible error on allocationAndrew Tridgell2007-10-101-1/+3
* r18439: 2nd try at a talloc_move() api. This type with the ** ptr interfaceAndrew Tridgell2007-10-101-4/+4
* r18436: converted ldb to use talloc_move() instead of talloc_steal() whenAndrew Tridgell2007-10-101-4/+4
* r17771: add a comment explaing the odd castAndrew Tridgell2007-10-101-0/+6
* r17756: I don't know why but this only works with the standaloneStefan Metzmacher2007-10-101-3/+3
* r17748: make the casts much easier to understandStefan Metzmacher2007-10-101-3/+3
* r17711: fix compiler warningsStefan Metzmacher2007-10-101-8/+8
* r17185: Oh, I wanted to do this for sooo long time.Simo Sorce2007-10-101-6/+6
* r16937: Add const, to make it clear that it is invalid to talloc_free() the DNAndrew Bartlett2007-10-101-7/+6
* r14431: don't call qsort with a null arrayAndrew Tridgell2007-10-101-1/+3
* r13818: Make ldb_tdb 'fake' async.Simo Sorce2007-10-101-47/+59
* r13609: Get in the initial work on making ldb asyncSimo Sorce2007-10-101-0/+1
* r13335: Fix the build and add an utf8 safe ldb_hadler_fold functionSimo Sorce2007-10-101-1/+1
* r13333: revert previous commit I will use ldb_caseless_cmp in attrib_handlersSimo Sorce2007-10-101-1/+1
* r13324: From now on check attribute names obey rfc2251Simo Sorce2007-10-101-1/+1
* r13258: Fix the talloc heirachy for ldb_tdb.Andrew Bartlett2007-10-101-1/+2
* r12829: fix ldb headers, to not include '<...>' files in .c filesStefan Metzmacher2007-10-101-3/+2
* r12733: Merge ldap/ldb controls into main treeSimo Sorce2007-10-101-0/+1
* r11567: Ldb API change patch.Simo Sorce2007-10-101-10/+17
* r11364: added a ldb_attr_dn() function for testing if an attribute name isAndrew Tridgell2007-10-101-2/+1
* r11353: a bit of an improvement to the ldb_tdb error handlingAndrew Tridgell2007-10-101-2/+0
* r11111: fixed a talloc error in the dn shortcut codeAndrew Tridgell2007-10-101-5/+18
* r10913: This patch isn't as big as it looks ...Andrew Tridgell2007-10-101-13/+15
* r10889: make searches for dn's less of a special case, and much faster whenAndrew Tridgell2007-10-101-0/+7
* r10753: don't require every ldb module to implement both a search_bytree() andAndrew Tridgell2007-10-101-2/+14
* r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...Simo Sorce2007-10-101-43/+90
* r8668: fixed a segv during upgrade of a very old ldb.Andrew Tridgell2007-10-101-0/+5
* r8585: add to ldb and ldap comparison functionalitySimo Sorce2007-10-101-22/+25
* r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell2007-10-101-1/+1
* r8373: New wildcard matching code.Simo Sorce2007-10-101-8/+3