summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/common/ldb_match.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-13ldb:ldb_match.c - fix a counter typeMatthias Dieter Wallnöfer1-1/+1
2010-10-13s4-ldb: use operator_fn syntax function in ldb_match codeAndrew Tridgell1-92/+212
2010-09-24ldb:ldb_match.c - fix counter variable typeMatthias Dieter Wallnöfer1-1/+1
2010-03-08LDB:common - Change counters to "unsigned" where appropriateMatthias Dieter Wallnöfer1-2/+2
2010-02-11ldb_match - Ignore ":dn" part of extended matches for nowMatthias Dieter Wallnöfer1-2/+5
2009-12-07s4:ldb Add a function to match a message against an objectClassAndrew Bartlett1-0/+19
2009-07-14remove all '\n' from ldb_debugSumit Bose1-1/+1
2009-01-30Fix the mess with ldb includes.Simo Sorce1-1/+1
2008-11-04Use ldb_dn_from_ldb_val to avoid possible over-run of the value.Andrew Bartlett1-1/+1
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-2/+1
2007-10-10r20184: change ldb_attrib_handler into ldb_schema_attribute, which has a pointerStefan Metzmacher1-12/+12
2007-10-10r19831: Big ldb_dn optimization and interfaces enhancement patchSimo Sorce1-9/+8
2007-10-10r19531: Make struct ldb_dn opaque and local to ldb_dn.cSimo Sorce1-1/+1
2007-10-10r19196: merge from samba3:Stefan Metzmacher1-1/+1
2007-10-10r17368: Add 'const' to ldb_match_msg().Andrew Bartlett1-20/+20
2007-10-10r16066: The OSX AD plugin uses objectCategory searches a lot, and uses themAndrew Bartlett1-2/+5
2007-10-10r12829: fix ldb headers, to not include '<...>' files in .c filesStefan Metzmacher1-3/+1
2007-10-10r11364: added a ldb_attr_dn() function for testing if an attribute name isAndrew Tridgell1-4/+2
2007-10-10r10913: This patch isn't as big as it looks ...Andrew Tridgell1-10/+11
2007-10-10r10895: allow 'dn=string' searches to work again. Windows doesn't allow these,Andrew Tridgell1-7/+2
2007-10-10r10894: make the handling of dn/distinguishedName much closer to realAndrew Tridgell1-1/+6
2007-10-10r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...Simo Sorce1-43/+17
2007-10-10r9318: fix searches with scope ONE and SUB,Stefan Metzmacher1-1/+1
2007-10-10r8917: Better support for extended ldap search operationsSimo Sorce1-0/+2
2007-10-10r8585: add to ldb and ldap comparison functionalitySimo Sorce1-25/+74
2007-10-10r8529: Matching against the wrong unionSimo Sorce1-2/+3
2007-10-10r8414: Some C++ friendlyness fixes - 'not' is apparently a keyword in C++.Tim Potter1-1/+1
2007-10-10r8373: New wildcard matching code.Simo Sorce1-42/+187
2007-10-10r8082: large rewite of ldb_dn.cSimo Sorce1-1/+1
2007-10-10r8037: a fairly major update to the internals of ldb. Changes are:Andrew Tridgell1-0/+260