aboutsummaryrefslogtreecommitdiff
path: root/lib/ldap.c
AgeCommit message (Expand)Author
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
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