summaryrefslogtreecommitdiff
path: root/lib/openldap.c
Commit message (Expand)AuthorAgeFilesLines
* urldata: avoid 'generic', use dedicated pointersDaniel Stenberg2019-09-031-14/+14
* cleanup: remove FIXME and TODO commentsDaniel Stenberg2019-05-161-5/+0
* urldata: simplify bytecountersDaniel Stenberg2019-03-011-2/+2
* snprintf: renamed and we now only use msnprintf()Daniel Stenberg2018-11-231-2/+2
* openldap: fix for NULL return from ldap_get_attribute_ber()Howard Chu2018-03-231-1/+22
* openldap: white space changes, fixed up the copyright yearsDaniel Stenberg2018-03-121-18/+19
* openldap: check ldap_get_attribute_ber() results for NULL before usingDaniel Stenberg2018-03-121-4/+4
* openldap: fix checksrc nitsDaniel Stenberg2017-12-061-5/+5
* openldap: add commented out debug possibilitiesStepan Broz2017-12-061-0/+28
* memdebug: trace send, recv and socketDaniel Stenberg2017-10-141-2/+2
* code style: use spaces around plusesDaniel Stenberg2017-09-111-1/+1
* code style: use spaces around equals signsDaniel Stenberg2017-09-111-5/+5
* handler: refactor connection checkingMax Dymond2017-06-301-0/+2
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-5/+5
* lib: include curl_printf.h as one of the last headersDaniel Stenberg2016-04-291-3/+2
* 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