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