summaryrefslogtreecommitdiff
path: root/lib/ldap.c
AgeCommit message (Expand)Author
2021-01-13Merge tag 'curl-7_74_0'nikita
2020-11-24infof/failf calls: fix format specifiersRikard Falkeborn
2020-11-04curl.se: new homeDaniel Stenberg
2020-10-03ldap: reduce the amount of #ifdefs neededDaniel Stenberg
2020-09-21Curl_handler: add 'family' to each protocolDaniel Stenberg
2020-09-14Merge tag 'curl-7_71_1'nikita
2020-06-25escape: make the URL decode able to reject only %00 bytesDaniel Stenberg
2020-05-15source cleanup: remove all custom typedef structsDaniel Stenberg
2020-05-14curl_multibyte: add to curlxMarcel Raad
2019-12-20Merge remote-tracking branch 'upstream/master'ng0
2019-12-01build: Disable Visual Studio warning "conditional expression is constant"Jay Satiro
2019-11-06Merge tag 'curl-7_67_0'ng0
2019-10-05ldap: fix OOM error on missing query stringNicolas
2019-09-11ldap: Stop using wide char version of ldapp_err2stringJay Satiro
2019-05-22Merge tag 'curl-7_65_0' of https://github.com/curl/curlng0
2019-05-20lib: reduce variable scopesMarcel Raad
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