summaryrefslogtreecommitdiff
path: root/lib/ldb/common/ldb_match.c
AgeCommit message (Collapse)AuthorFilesLines
2013-10-31ldb: Add SAMBA_LDAP_MATCH_ALWAYS_TRUEBenjamin Franzke1-1/+12
2013-06-22ldb: Ensure not to segfault on a filter such as (mail=)Andrew Bartlett1-0/+5
As reported by Robin McCorkell <xenopathic@gmail.com> triggered by Mozilla Thunderbird as an LDAP client. Andrew Bartlett Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Matthieu Patou <mat@matws.net> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Sat Jun 22 09:33:14 CEST 2013 on sn-devel-104
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>