summaryrefslogtreecommitdiff
path: root/source4/libcli/ldap/ldap.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-05-12 08:26:26 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:16:40 -0500
commitc956f4f98205c376062c4d634fd4ba4fb41031e4 (patch)
tree88b53e6c8bf0cd97e0dee6dcad52a7145567bb94 /source4/libcli/ldap/ldap.h
parentea6943ec79729800c520daed8d4128f1d4530a93 (diff)
downloadsamba-c956f4f98205c376062c4d634fd4ba4fb41031e4.tar.gz
samba-c956f4f98205c376062c4d634fd4ba4fb41031e4.tar.bz2
samba-c956f4f98205c376062c4d634fd4ba4fb41031e4.zip
r6745: - escape spaces in binary ldap blobs
- expose the ldap filter string parsing outside of ldap.c (This used to be commit b644ff6fe164fbe359c47e4d34f5ad490ff61d5b)
Diffstat (limited to 'source4/libcli/ldap/ldap.h')
-rw-r--r--source4/libcli/ldap/ldap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/libcli/ldap/ldap.h b/source4/libcli/ldap/ldap.h
index 50031fd60c..63d79628a9 100644
--- a/source4/libcli/ldap/ldap.h
+++ b/source4/libcli/ldap/ldap.h
@@ -323,6 +323,8 @@ BOOL ldap_encode(struct ldap_message *msg, DATA_BLOB *result);
BOOL ldap_decode(struct asn1_data *data, struct ldap_message *msg);
BOOL ldap_parse_basic_url(TALLOC_CTX *mem_ctx, const char *url,
char **host, uint16_t *port, BOOL *ldaps);
+struct ldap_parse_tree *ldap_parse_filter_string(TALLOC_CTX *mem_ctx,
+ const char *s);
/* The following definitions come from libcli/ldap/ldap_client.c */