summaryrefslogtreecommitdiff
path: root/lib/ldap.c
Commit message (Expand)AuthorAgeFilesLines
* checksrc: find bad indentation in conditions without open braceDaniel Stenberg2023-04-281-2/+2
* cmake: fix enabling LDAPS on WindowsViktor Szakats2023-03-051-0/+8
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* lib: fix some type mismatches and remove unneeded typecastsRose2022-11-081-5/+3
* ldap: adapt to conn->port now being an 'int'Daniel Stenberg2022-08-081-7/+7
* openssl: fix BoringSSL symbol conflicts with LDAP and SchannelViktor Szakats2022-07-141-0/+12
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
* lib: remove exclamation marksDaniel Stenberg2022-04-161-3/+3
* urldata: remove conn->bits.user_passwdDaniel Stenberg2022-02-161-1/+1
* lib: remove support for CURL_DOES_CONVERSIONSDaniel Stenberg2022-02-041-8/+5
* ldap: return CURLE_URL_MALFORMAT for bad URLDaniel Stenberg2022-01-101-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