remove the CVSish $Id$ lines
[platform/upstream/curl.git] / lib / http_ntlm.c
2010-03-24 Daniel Stenbergremove the CVSish $Id$ lines
2010-03-11 Dan FandrichAllow compilation even when OpenSSL has been configured...
2010-01-24 Daniel StenbergJulien Chaffraix corrected bad #elif lines to silence...
2009-04-21 Yang Tselibcurl's memory.h renamed to curl_memory.h
2009-03-05 Yang TseFix NTLM authentication memory leak on SSPI enabled...
2009-02-27 Daniel StenbergIndentation fixes, untabify and related whitespace...
2009-02-12 Dan FandrichAdded support for Digest and NTLM authentication using...
2009-01-30 Yang Tseensure that we use the ANSI version functions
2009-01-29 Yang TseIntroduced curl_sspi.c and curl_sspi.h for the implemen...
2009-01-21 Dan FandrichFixed a couple more locale-dependent toupper conversion...
2008-10-23 Daniel Stenbergmoved the Curl_raw_ functions into the new lib/rawstr...
2008-09-30 Yang Tsefix compiler warning: function declaration isn't a...
2008-09-02 Dan FandrichMade some variables const which eliminated some casts
2008-08-17 Yang TseAdjust usage of conditional definition of USE_OPENSSL
2008-08-17 Yang Tselibcurl internal base64.h header file renamed to curl_b...
2008-08-11 Daniel Stenberg- Constantine Sapuntzakis filed bug report #2042430
2007-11-05 Daniel Stenbergremoved space after if and while before the parenthesis...
2007-09-27 Dan FandrichEnabled a few more gcc warnings with --enable-debug...
2007-08-27 Dan FandrichFixed some minor type mismatches and missing consts...
2007-08-14 Daniel StenbergAndrew Wansink provided an NTLM bugfix: in the case...
2007-07-11 Gunter Knaufadded netdb.h for NetWare CLIB since gethostname()...
2007-04-10 Dan FandrichFixed some out of memory handling issues.
2007-04-10 Yang TseUpdate NTLM flag and description
2007-04-04 Dan FandrichFixes some more out of memory handling bugs.
2007-02-21 Daniel Stenbergsilence two cases of "comparison between signed and...
2007-02-21 Yang Tsecurlassert macro replaced with DEBUGASSERT macro define...
2007-01-23 Daniel Stenberg- David McCreedy did NTLM changes mainly for non-ASCII...
2007-01-03 Daniel Stenberg- David McCreedy made changes to allow base64 encoding...
2006-11-02 Yang Tseprototype for gethostname is in unistd.h
2006-10-17 Daniel StenbergAvoid typecasting a signed char to an int when using...
2006-09-09 Daniel StenbergMichele Bini fixed how the hostname is put in NTLM...
2006-07-19 Yang TseFix compiler warnings
2006-06-07 Daniel StenbergNTLM2 session response support
2006-04-08 Gisle Vanemreadint_le() not needed in USE_WINDOWS_SSPI code.
2006-04-05 Daniel StenbergMichele Bini modified the NTLM code to work for his...
2005-11-14 Daniel StenbergQuagmire reported that he needed to raise a NTLM buffer...
2005-11-08 Daniel StenbergDmitry Bartsevich discovered some issues in compatibilt...
2005-10-13 Daniel StenbergMake sure that the user and domain strings fit in the...
2005-10-02 Gisle VanemAvoid gcc warning "dereferencing type-punned pointer
2005-09-20 Daniel StenbergUses __stdcall instead of SEC_ENTRY since it seems...
2005-09-19 Daniel StenbergDmitry Bartsevich made the SSPI support work on Windows...
2005-04-07 Daniel StenbergGnuTLS support added. There's now a "generic" SSL layer...
2005-03-14 Daniel Stenberghushing up more warnings
2005-03-14 Gisle VanemAvoid "unused variable" warnings.
2005-03-11 Dan FandrichFixed some compiler warnings.
2005-03-10 Daniel StenbergChristopher R. Palmer made it possible to build libcurl...
2005-02-22 Daniel StenbergCurl_base64_decode() now returns an allocated buffer
2005-02-22 Daniel StenbergThanks for the notification iDEFENCE. We are the "initi...
2004-12-07 Daniel StenbergRene Bernhardt found and fixed a buffer overrun in...
2004-07-04 Daniel Stenbergexplicit typecasts to prevent warnings
2004-06-21 Daniel Stenbergtypecasts to prevent compiler warnings
2004-05-25 Daniel Stenbergremove trailing whitespace
2004-05-11 Daniel Stenbergcurl_global_init_mem() allows the memory functions...
2004-05-04 Daniel StenbergGeneral HTTP authentication cleanup and fixes
2004-03-30 Daniel Stenberg'authdone' was added to the sessionhandle and thus...
2004-03-22 Daniel StenbergEnabled 'NT responses' in the NTLM type-3 message.
2004-03-08 Daniel Stenbergdon't compare signed/unsigned
2004-03-08 Daniel Stenbergstrlen() returns size_t
2004-02-23 Daniel Stenbergadjusted to the modified base64 protos
2004-02-23 Daniel StenbergThe base64 encode function now takes a size_t for size...
2004-01-07 Daniel Stenbergupdated year in the copyright string
2003-10-17 Daniel Stenbergtypecasts to prevent warnings
2003-10-17 Daniel Stenbergmake no user or no password just mean blank fields...
2003-10-05 Daniel Stenbergweird typo removed
2003-09-15 Daniel StenbergWhen we issue a HTTP request, first make sure if the...
2003-09-04 Daniel Stenbergno user or password set, bail out
2003-08-11 Daniel Stenbergadded include "http.h" to prevent a warning
2003-08-11 Daniel StenbergSerge Semashko added CURLOPT_PROXYAUTH support, and...
2003-07-22 Daniel StenbergMore support for NTLM on proxies, now proxy state and...
2003-07-21 Daniel Stenbergadjusted to support NTLM for proxies
2003-07-19 Daniel StenbergAccess the user and passwd fields from the connectdata...
2003-07-15 Daniel StenbergMoved the NTLM credentials to the connectdata struct...
2003-07-15 Daniel StenbergDan Winship's patch added that makes use of DOMAIN...
2003-06-26 Daniel StenbergMany fixes, most of them based on comments by Eric...
2003-06-13 Daniel StenbergCris Bailiff's patch that should make us do NTLM correc...
2003-06-13 Daniel StenbergCris Bailiff's bugfix
2003-06-13 Daniel Stenberguse more curlish strings, these should be able to change...
2003-06-12 Daniel Stenbergmodified
2003-06-12 Daniel Stenbergmake it build with older OpenSSL
2003-06-12 Daniel Stenbergattempt to make older OpenSSL versions work with the...
2003-06-11 Daniel Stenbergfixing details for NTLM
2003-06-11 Daniel Stenbergmore how I envision it _should_ work, but it still...
2003-06-11 Daniel Stenbergcorrect mistakes
2003-06-11 Daniel StenbergInitial take at NTLM authentication. It doesn't really...