aboutsummaryrefslogtreecommitdiff
path: root/lib/ldap.c
AgeCommit message (Expand)Author
2020-05-15source cleanup: remove all custom typedef structsDaniel Stenberg
2020-05-14curl_multibyte: add to curlxMarcel Raad
2019-12-01build: Disable Visual Studio warning "conditional expression is constant"Jay Satiro
2019-10-05ldap: fix OOM error on missing query stringNicolas
2019-09-11ldap: Stop using wide char version of ldapp_err2stringJay Satiro
2019-05-20lib: reduce variable scopesMarcel Raad
2019-03-01urldata: simplify bytecountersDaniel Stenberg
2018-12-11ldap: fix LDAP URL parsing regressionsSamuel Surtees
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-06-08boringssl + schannel: undef X509_NAME in lib/schannel.hGisle Vanem
2017-10-15ldap: silence clang warningViktor Szakats
2017-09-11code style: use spaces around equals signsDaniel 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
2015-01-07ldap: Convert DN output to UTF-8 when UnicodeSteve Holme
2015-01-07ldap/imap: Fixed spelling mistake in comments and variable namesSteve Holme
2015-01-04ldap: Fixed Unicode usage for all Win32 buildsSteve Holme
2015-01-04ldap: Fixed memory leak from commit efb64fdf80Steve Holme
2015-01-04ldap: Fix memory leak from commit 3a805c5cc1Steve Holme
2015-01-04ldap: Fixed attribute variable warnings when Unicode is enabledSteve Holme
2015-01-04ldap: Fixed DN variable warnings when Unicode is enabledSteve Holme
2015-01-04ldap: Remove the unescape_elements() functionSteve Holme
2015-01-04ldap.c: Fixed compilation warningSteve Holme
2015-01-04ldap: Fixed support for Unicode filter in Win32 search callSteve Holme
2015-01-04ldap.c: Fixed compilation warningSteve Holme
2015-01-04ldap: Fixed support for Unicode attributes in Win32 search callSteve Holme
2015-01-04ldap: Fixed memory leak from commit efb64fdf80Steve Holme