summaryrefslogtreecommitdiff
path: root/lib/openldap.c
Commit message (Expand)AuthorAgeFilesLines
...
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* Revert "cleanup: general removal of TODO (and similar) comments"Daniel Stenberg2015-11-241-1/+5
* cleanup: general removal of TODO (and similar) commentsDaniel Stenberg2015-11-131-5/+1
* openldap: only part of LDAP query results receivedJakub Zakrzewski2015-09-191-32/+60
* curl_memory: make curl_memory.h the second-last header file loadedDan Fandrich2015-03-241-1/+3
* checksrc: use space after commaDaniel Stenberg2015-03-171-3/+3
* mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg2015-03-031-6/+3
* openldap: Prefer use of 'CURLcode result'Steve Holme2014-12-271-11/+18
* openldap: Use 'LDAPMessage *msg' for messagesSteve Holme2014-12-271-10/+12
* openldap: Use standard naming for setup connection functionSteve Holme2014-12-241-4/+4
* openldap: do not ignore Curl_client_write() return codesDaniel Stenberg2014-12-081-15/+51
* bits.close: introduce connection close trackingDaniel Stenberg2014-05-221-3/+4
* vtls: renamed sslgen.[ch] to vtls.[ch]Daniel Stenberg2013-12-201-1/+1
* vtls: created subdir, moved sslgen.[ch] there, updated all include linesDaniel Stenberg2013-12-201-2/+2
* SessionHandle: the protocol specific pointer is now a void *Daniel Stenberg2013-08-121-4/+4
* 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