summaryrefslogtreecommitdiff
path: root/lib/openldap.c
Commit message (Expand)AuthorAgeFilesLines
* checksrc: find bad indentation in conditions without open braceDaniel Stenberg2023-04-281-1/+1
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-2/+2
* vtls: localization of state data in filtersStefan Eissing2022-11-221-2/+2
* lib: connection filters (cfilter) addition to curl:Stefan Eissing2022-11-111-3/+3
* misc: ISSPACE() => ISBLANK()Daniel Stenberg2022-09-061-2/+2
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
* urldata: remove conn->bits.user_passwdDaniel Stenberg2022-02-161-4/+4
* openldap: pass string length arguments to client_write()Patrick Monnerat2022-02-091-19/+23
* lib: remove support for CURL_DOES_CONVERSIONSDaniel Stenberg2022-02-041-1/+1
* openldap: fix compiler warning when built without SSL supportDaniel Stenberg2022-02-011-0/+3
* openldap: implement SASL authenticationPatrick Monnerat2022-01-111-13/+309
* openldap: several minor improvementsPatrick Monnerat2021-12-151-79/+100
* openldap: simplify ldif generation codePatrick Monnerat2021-12-131-62/+47
* openldap: process search query response messages one by onePatrick Monnerat2021-12-111-157/+114
* 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