summaryrefslogtreecommitdiffstats
path: root/libcli/ldap
Commit message (Collapse)AuthorAgeFilesLines
* libcli/ldap: move generic ldap control encoding code to ldap_message.cStefan Metzmacher2009-02-242-6/+156
| | | | | | | As they can we static there, we pass the specific handlers as parameter where we need to support controls. metze
* libcli/ldap: move ldap_ndr from source4/ to toplevelStefan Metzmacher2009-02-243-1/+117
| | | | metze
* libcli/ldap: fix compiler warningsStefan Metzmacher2009-02-242-6/+11
| | | | metze
* libcli/ldap: move ldap_errors.h to the toplevel and install itStefan Metzmacher2009-02-243-2/+70
| | | | metze
* libcli/ldap: move ldap_message.[ch] from source4/ to the toplevelStefan Metzmacher2009-02-243-0/+1698
metze