summaryrefslogtreecommitdiff
path: root/lib/openldap.c
Commit message (Expand)AuthorAgeFilesLines
* openldap: implement STARTTLSPatrick Monnerat2021-12-061-6/+62
* openldap: handle connect phase with a state machinePatrick Monnerat2021-11-261-111/+213
* infof: remove newline from format strings, always append itDaniel Stenberg2021-07-071-2/+2
* vtls: only store TIMER_APPCONNECT for non-proxy connectDaniel Stenberg2021-06-191-2/+3
* conn: add 'attach' to protocol handler, make libssh2 use itDaniel Stenberg2021-05-171-0/+2
* openldap: replace ldap_ prefix on private functionsDaniel Stenberg2021-05-051-33/+34
* lib: remove strlen call from Curl_client_writeJacob Hoffman-Andrews2021-04-291-3/+3
* tidy-up: make conditional checks more consistentDaniel Stenberg2021-04-221-2/+2
* openldap: protect SSL-specific code with proper #ifdefDaniel Stenberg2021-04-151-0/+2
* ldap: only set the callback ptr for TLS context when TLS is usedPatrick Monnerat2021-03-281-4/+5
* urldata: merge "struct DynamicStatic" into "struct UrlState"Daniel Stenberg2021-03-261-3/+3
* openldap: disconnect betterDaniel Stenberg2021-03-241-1/+1
* openldap: avoid NULL pointer dereferencesDaniel Stenberg2021-03-231-15/+25
* openldap: pass 'data' to the callbacks instead of 'conn'Daniel Stenberg2021-02-161-7/+9
* hostip/proxy: remove conn->data useDaniel Stenberg2021-01-261-3/+3
* vtls: reduce conn->data usePatrick Monnerat2021-01-191-2/+3
* lib: pass in 'struct Curl_easy *' to most functionsDaniel Stenberg2021-01-171-38/+43
* urldata: remove 'void *protop' and create the union 'p'Daniel Stenberg2020-11-231-4/+4
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* Curl_handler: add 'family' to each protocolDaniel Stenberg2020-09-211-1/+3
* source cleanup: remove all custom typedef structsDaniel Stenberg2020-05-151-7/+7
* 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