summaryrefslogtreecommitdiff
path: root/lib/openldap.c
Commit message (Expand)AuthorAgeFilesLines
...
* openldap: use remote port in URL passed to ldap_init_fd()Kamil Dudka2010-11-221-1/+1
* LDAP: detect non-binary attributes properlyAlfred Gebert2010-11-051-0/+2
* LDAP: moved variable declaration to avoid compiler warnDaniel Stenberg2010-09-181-1/+1
* LDAP: Use FALSE instead of bool_false when setting bits.closeTor Arntsen2010-09-181-1/+1
* LDAP: Add missing declaration for 'result'Tor Arntsen2010-09-181-0/+1
* LDAP: Support for tunnelling queries through HTTP proxyMauro Iorio2010-09-181-0/+29
* openldap header inclusions fixYang Tse2010-06-021-1/+4
* fix ldap related compilation issuesYang Tse2010-06-011-2/+13
* LDAP: make it build without SSL if no such support is availableHoward Chu2010-05-281-0/+10
* openldap: fix compiler warningsHoward Chu2010-05-271-2/+7
* LDAP: properly implemented as a curl_handlerHoward Chu2010-05-251-0/+576