summaryrefslogtreecommitdiff
path: root/lib/openldap.c
Commit message (Expand)AuthorAgeFilesLines
* always-multi: always use non-blocking internalsDaniel Stenberg2013-01-171-19/+6
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+652
* build: rename 93 lib/*.c filesYang Tse2013-01-031-652/+0
* build: make use of 93 lib/*.c renamed filesYang Tse2013-01-031-8/+8
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-6/+6
* openldap: OOM fixesDaniel Stenberg2012-06-081-0/+4
* includes: remove inclusion of unused file http_proxy.hDaniel Stenberg2012-03-091-1/+0
* CONNECT: made generically not per-protocolDaniel Stenberg2012-03-081-27/+0
* OpenLDAP: fix LDAP connection phase memory leakYang Tse2012-01-181-2/+10
* curl_multi_fdset: correct fdset with FTP PORT useDaniel Stenberg2011-10-211-0/+2
* 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