summaryrefslogtreecommitdiff
path: root/lib/ldap.c
AgeCommit message (Expand)Author
2019-04-12Merge tag 'curl-7_64_1' of https://github.com/curl/curlng0
2019-03-01urldata: simplify bytecountersDaniel Stenberg
2019-01-12Merge tag 'curl-7_63_0'ng0
2018-12-11ldap: fix LDAP URL parsing regressionsSamuel Surtees
2018-11-10Merge tag 'curl-7_62_0'Nils Gillmann
2018-10-09ldap: show precise LDAP call in error message on WindowsViktor Szakats
2018-09-22url: use the URL API internally as wellDaniel Stenberg
2018-08-05Merge tag 'curl-7_61_0'Nils Gillmann
2018-06-08boringssl + schannel: undef X509_NAME in lib/schannel.hGisle Vanem
2017-10-24Merge tag 'curl-7_56_1' of https://github.com/curl/curlng0
2017-10-15ldap: silence clang warningViktor Szakats
2017-10-06Merge tag 'curl-7_56_0'ng0
2017-09-11code style: use spaces around equals signsDaniel Stenberg
2017-08-22Patchset for gnURL microfork:gnurl-7_55_1-1Christian Grothoff
2017-08-22ldap: fix MinGW compiler warningMarcel Raad
2017-08-22handler: refactor connection checkingMax Dymond
2017-08-22LDAP: fixed checksrc issueSergei Nikulov
2017-08-22LDAP: using ldap_bind_s on Windows with methods (#878)Sergei Nikulov
2017-08-22checksrc: stricter no-space-before-paren enforcementDaniel Stenberg
2017-08-22checksrc: code style: use 'char *name' styleDaniel Stenberg
2017-08-22proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov
2017-08-22ldap: fix includeDaniel Stenberg
2017-08-22strcase: s/strequal/strcasecompareDaniel Stenberg
2017-08-22ldap: fix strcase useDaniel Stenberg
2017-08-22strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg
2017-08-22escape: avoid using curl_easy_unescape() internallyDaniel Stenberg
2017-07-10ldap: fix MinGW compiler warningMarcel Raad
2017-06-30handler: refactor connection checkingMax Dymond
2017-05-24LDAP: fixed checksrc issueSergei Nikulov
2017-05-23LDAP: using ldap_bind_s on Windows with methods (#878)Sergei Nikulov
2016-12-13checksrc: stricter no-space-before-paren enforcementDaniel Stenberg
2016-11-24checksrc: code style: use 'char *name' styleDaniel Stenberg
2016-11-24proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov
2016-10-31ldap: fix includeDaniel Stenberg
2016-10-31strcase: s/strequal/strcasecompareDaniel Stenberg
2016-10-31ldap: fix strcase useDaniel Stenberg
2016-10-31strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg
2016-10-31escape: avoid using curl_easy_unescape() internallyDaniel Stenberg
2016-06-22internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg
2016-04-29lib: include curl_printf.h as one of the last headersDaniel Stenberg
2016-04-03code: style updatesDaniel Stenberg
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-03-24curl_memory: make curl_memory.h the second-last header file loadedDan Fandrich
2015-03-17checksrc: use space after commaDaniel Stenberg
2015-03-16free: instead of Curl_safefree()Daniel Stenberg
2015-03-16Bug #149: Deletion of unnecessary checks before calls of the function "free"Markus Elfring
2015-03-03mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg
2015-01-28ldap: build with BoringSSLGisle Vanem
2015-01-18ldap: Renamed the CURL_LDAP_WIN definition to USE_WIN32_LDAPSteve Holme
2015-01-07ldap: Convert attribute output to UTF-8 when UnicodeSteve Holme