summaryrefslogtreecommitdiff
path: root/lib/ldap.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg2016-10-311-2/+2
* escape: avoid using curl_easy_unescape() internallyDaniel Stenberg2016-10-311-11/+15
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-1/+1
* lib: include curl_printf.h as one of the last headersDaniel Stenberg2016-04-291-2/+1
* code: style updatesDaniel Stenberg2016-04-031-3/+3
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* curl_memory: make curl_memory.h the second-last header file loadedDan Fandrich2015-03-241-1/+3
* checksrc: use space after commaDaniel Stenberg2015-03-171-1/+1
* free: instead of Curl_safefree()Daniel Stenberg2015-03-161-5/+5
* Bug #149: Deletion of unnecessary checks before calls of the function "free"Markus Elfring2015-03-161-5/+2
* mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg2015-03-031-4/+1
* ldap: build with BoringSSLGisle Vanem2015-01-281-0/+9
* ldap: Renamed the CURL_LDAP_WIN definition to USE_WIN32_LDAPSteve Holme2015-01-181-27/+27
* ldap: Convert attribute output to UTF-8 when UnicodeSteve Holme2015-01-071-5/+40
* ldap: Convert DN output to UTF-8 when UnicodeSteve Holme2015-01-071-5/+27
* ldap/imap: Fixed spelling mistake in comments and variable namesSteve Holme2015-01-071-24/+24
* ldap: Fixed Unicode usage for all Win32 buildsSteve Holme2015-01-041-24/+12
* ldap: Fixed memory leak from commit efb64fdf80Steve Holme2015-01-041-4/+1
* ldap: Fix memory leak from commit 3a805c5cc1Steve Holme2015-01-041-0/+2
* ldap: Fixed attribute variable warnings when Unicode is enabledSteve Holme2015-01-041-0/+10
* ldap: Fixed DN variable warnings when Unicode is enabledSteve Holme2015-01-041-0/+6
* ldap: Remove the unescape_elements() functionSteve Holme2015-01-041-15/+3
* ldap.c: Fixed compilation warningSteve Holme2015-01-041-1/+1
* ldap: Fixed support for Unicode filter in Win32 search callSteve Holme2015-01-041-15/+43
* ldap.c: Fixed compilation warningSteve Holme2015-01-041-1/+1
* ldap: Fixed support for Unicode attributes in Win32 search callSteve Holme2015-01-041-28/+80
* ldap: Fixed memory leak from commit efb64fdf80Steve Holme2015-01-041-2/+6
* ldap.c: Fixed compilation errorSteve Holme2015-01-041-1/+1
* ldap.c: Fixed compilation warningSteve Holme2015-01-041-1/+1
* ldap: Fixed support for Unicode DN in Win32 search callSteve Holme2015-01-041-26/+66
* ldap: Fixed Unicode user and password in Win32 bind callsSteve Holme2015-01-041-6/+23
* ldap: Fixed Unicode host name in Win32 initialisation callsSteve Holme2015-01-041-4/+28