summaryrefslogtreecommitdiff
path: root/source4/libcli/ldap/ldap.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-05-16 11:17:57 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:16:47 -0500
commit9469051d5bcdd6a91b688d20bc91bb3cb2ba094d (patch)
tree315411dc7dffc1f35a6eccd08fd01e17d0f52951 /source4/libcli/ldap/ldap.c
parent1dbe7430c748d127302f36081653e4b8e35092e1 (diff)
downloadsamba-9469051d5bcdd6a91b688d20bc91bb3cb2ba094d.tar.gz
samba-9469051d5bcdd6a91b688d20bc91bb3cb2ba094d.tar.bz2
samba-9469051d5bcdd6a91b688d20bc91bb3cb2ba094d.zip
r6817: - fixed empty ldap search elements in filters
- added support for guids in cldap netlogon searches. the cldap server now passes the LDAP-CLDAP torture test (This used to be commit eb7979d9def389942fa1c54693d2dfcb8828f544)
Diffstat (limited to 'source4/libcli/ldap/ldap.c')
-rw-r--r--source4/libcli/ldap/ldap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libcli/ldap/ldap.c b/source4/libcli/ldap/ldap.c
index cc7f1a10bc..0c6a466f27 100644
--- a/source4/libcli/ldap/ldap.c
+++ b/source4/libcli/ldap/ldap.c
@@ -110,7 +110,7 @@ static struct ldap_parse_tree *ldap_parse_filter(TALLOC_CTX *mem_ctx,
decode a RFC2254 binary string representation of a buffer.
Used in LDAP filters.
*/
-static struct ldap_val ldap_binary_decode(TALLOC_CTX *mem_ctx, const char *str)
+struct ldap_val ldap_binary_decode(TALLOC_CTX *mem_ctx, const char *str)
{
int i, j;
struct ldap_val ret;