summaryrefslogtreecommitdiff
path: root/lib/ldb/common/ldb_match.c
AgeCommit message (Collapse)AuthorFilesLines
2011-08-04ldb: added a new always-fail ldap extended match OIDAndrew Tridgell1-1/+12
this is used when rewriting filter rules to replace a filter rule with one that is guaranteed not to match Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2011-07-13ldb: don't return special DNs on non-base searchesAndrew Tridgell1-0/+5
to look at a special DN, give the full DN Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2011-07-05ldb: make ldb a top level library for Samba 4.0Andrew Bartlett1-0/+570
Signed-off-by: Andrew Tridgell <tridge@samba.org>