Always escape ldap filter strings. Escaping code was from pam_ldap, but I'm to
authorAndrew Bartlett <abartlet@samba.org>
Sat, 1 Feb 2003 05:20:11 +0000 (05:20 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Sat, 1 Feb 2003 05:20:11 +0000 (05:20 +0000)
commitc2b134cc3b67d48961226cbfac6ea3a2fc7cc1a6
tree3ca8971139282d99baed4a833162fc94c0f98911
parent1454c1c99ab87e216dea1871b53c51ce7e548ba5
Always escape ldap filter strings.  Escaping code was from pam_ldap, but I'm to
blame for the realloc() stuff.

Plus a couple of minor updates to libads.

Andrew Bartlett
(This used to be commit 34b2e558a4b3cfd753339bb228a9799e27ed8170)
source3/lib/ldap_escape.c [new file with mode: 0644]
source3/libads/ads_ldap.c
source3/libads/ldap.c
source3/libads/ldap_user.c
source3/nsswitch/winbindd_ads.c
source3/passdb/pdb_ldap.c
source3/utils/net_ads.c