summaryrefslogtreecommitdiff
path: root/libcli/ldap/ldap_message.c
AgeCommit message (Collapse)AuthorFilesLines
2009-12-16ldap: give a debug error when we don't know a controlAndrew Tridgell1-0/+2
This interface should really have a proper error interface, but at least a DEBUG() gives the user a chance of finding the error Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2009-04-23Fix a couple of warningsVolker Lendecke1-2/+2
2009-02-24libcli/ldap: move generic ldap control encoding code to ldap_message.cStefan Metzmacher1-4/+144
As they can we static there, we pass the specific handlers as parameter where we need to support controls. metze
2009-02-24libcli/ldap: fix compiler warningsStefan Metzmacher1-5/+10
metze
2009-02-24libcli/ldap: move ldap_message.[ch] from source4/ to the toplevelStefan Metzmacher1-0/+1466
metze