summaryrefslogtreecommitdiff
path: root/lib/ldap.c
Commit message (Expand)AuthorAgeFilesLines
* ldap: return CURLE_URL_MALFORMAT for bad URLbagder/ldap-url-malformatDaniel Stenberg2022-01-091-3/+3
* checksrc: detect more kinds of NULL comparisons we avoidDaniel Stenberg2021-12-271-1/+1
* openldap: implement STARTTLSPatrick Monnerat2021-12-061-0/+5
* infof: remove newline from format strings, always append itDaniel Stenberg2021-07-071-10/+10
* conn: add 'attach' to protocol handler, make libssh2 use itDaniel Stenberg2021-05-171-0/+2
* lib: fix some misuse of curlx_convert_UTF8_to_tcharJay Satiro2021-04-271-2/+12
* tidy-up: make conditional checks more consistentDaniel Stenberg2021-04-221-7/+7
* urldata: merge "struct DynamicStatic" into "struct UrlState"Daniel Stenberg2021-03-261-2/+2
* ldap: use correct memory free functionDaniel Gustafsson2021-03-011-3/+3
* lib: remove conn->data usesPatrick Monnerat2021-01-261-22/+24
* lib: pass in 'struct Curl_easy *' to most functionsDaniel Stenberg2021-01-171-13/+13
* ldap: remove Curl_ prefix from static functionsDaniel Stenberg2021-01-141-5/+5
* infof/failf calls: fix format specifiersRikard Falkeborn2020-11-241-1/+1
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* ldap: reduce the amount of #ifdefs neededDaniel Stenberg2020-10-031-45/+21
* Curl_handler: add 'family' to each protocolDaniel Stenberg2020-09-211-0/+2
* escape: make the URL decode able to reject only %00 bytesDaniel Stenberg2020-06-251-3/+4
* source cleanup: remove all custom typedef structsDaniel Stenberg2020-05-151-3/+3
* curl_multibyte: add to curlxMarcel Raad2020-05-141-27/+27
* build: Disable Visual Studio warning "conditional expression is constant"Jay Satiro2019-12-011-1/+1
* ldap: fix OOM error on missing query stringNicolas2019-10-051-8/+10
* ldap: Stop using wide char version of ldapp_err2stringJay Satiro2019-09-111-0/+6
* lib: reduce variable scopesMarcel Raad2019-05-201-2/+1
* urldata: simplify bytecountersDaniel Stenberg2019-03-011-2/+2
* ldap: fix LDAP URL parsing regressionsSamuel Surtees2018-12-111-5/+10
* ldap: show precise LDAP call in error message on WindowsViktor Szakats2018-10-091-1/+7
* url: use the URL API internally as wellDaniel Stenberg2018-09-221-5/+5
* boringssl + schannel: undef X509_NAME in lib/schannel.hGisle Vanem2018-06-081-9/+0
* ldap: silence clang warningViktor Szakats2017-10-151-1/+3
* code style: use spaces around equals signsDaniel Stenberg2017-09-111-2/+2
* ldap: fix MinGW compiler warningMarcel Raad2017-07-101-2/+1
* handler: refactor connection checkingMax Dymond2017-06-301-0/+2
* LDAP: fixed checksrc issueSergei Nikulov2017-05-241-2/+2
* LDAP: using ldap_bind_s on Windows with methods (#878)Sergei Nikulov2017-05-231-16/+85
* checksrc: stricter no-space-before-paren enforcementDaniel Stenberg2016-12-131-16/+16
* checksrc: code style: use 'char *name' styleDaniel Stenberg2016-11-241-1/+1
* proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov2016-11-241-7/+7
* ldap: fix includeDaniel Stenberg2016-10-311-1/+0
* strcase: s/strequal/strcasecompareDaniel Stenberg2016-10-311-13/+13
* ldap: fix strcase useDaniel Stenberg2016-10-311-1/+1
* strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg2016-10-311-2/+2
* escape: avoid using curl_easy_unescape() internallyDaniel Stenberg2016-10-311-11/+15
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-1/+1
* lib: include curl_printf.h as one of the last headersDaniel Stenberg2016-04-291-2/+1
* code: style updatesDaniel Stenberg2016-04-031-3/+3
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* 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-1/+1
* free: instead of Curl_safefree()Daniel Stenberg2015-03-161-5/+5
* Bug #149: Deletion of unnecessary checks before calls of the function "free"Markus Elfring2015-03-161-5/+2