summaryrefslogtreecommitdiff
path: root/lib/openldap.c
Commit message (Expand)AuthorAgeFilesLines
* base64: fix Curl_base64_encode and Curl_base64_decode interfacesYang Tse2011-08-241-5/+14
* RTSP: convert protocol-specific checks to genericDaniel Stenberg2011-05-051-0/+2
* source cleanup: unify look, style and indent levelsDaniel Stenberg2011-04-271-65/+73
* http-proxy: move proxy code to http_proxy.cDaniel Stenberg2011-04-041-2/+2
* ldap_recv: check return code from ldap_get_dn_berDaniel Stenberg2011-03-161-1/+8
* protocols: use CURLPROTO_ internallyDaniel Stenberg2011-03-141-2/+2
* protocol handler: added flags fieldDaniel Stenberg2011-03-141-5/+7
* url: provide dead_connection flag in Curl_handler::disconnectKamil Dudka2010-12-061-2/+3
* s/isspace/ISSPACEYang Tse2010-11-261-3/+3
* 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