summaryrefslogtreecommitdiff
path: root/lib/http_ntlm.c
Commit message (Expand)AuthorAgeFilesLines
* libcurl's memory.h renamed to curl_memory.hYang Tse2009-04-211-1/+1
* Fix NTLM authentication memory leak on SSPI enabled Windows buildsYang Tse2009-03-051-2/+1
* Indentation fixes, untabify and related whitespace-cleanup. No code changed.Daniel Stenberg2009-02-271-1/+1
* Added support for Digest and NTLM authentication using GnuTLS.Dan Fandrich2009-02-121-10/+92
* ensure that we use the ANSI version functionsYang Tse2009-01-301-3/+3
* Introduced curl_sspi.c and curl_sspi.h for the implementation of functionsYang Tse2009-01-291-50/+3
* Fixed a couple more locale-dependent toupper conversions, mainly forDan Fandrich2009-01-211-14/+7
* moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_Daniel Stenberg2008-10-231-1/+1
* fix compiler warning: function declaration isn't a prototypeYang Tse2008-09-301-2/+2
* Made some variables const which eliminated some castsDan Fandrich2008-09-021-8/+8
* Adjust usage of conditional definition of USE_OPENSSLYang Tse2008-08-171-5/+17
* libcurl internal base64.h header file renamed to curl_base64.hYang Tse2008-08-171-1/+1
* - Constantine Sapuntzakis filed bug report #2042430Daniel Stenberg2008-08-111-31/+49
* removed space after if and while before the parenthesis for better source codeDaniel Stenberg2007-11-051-32/+32
* Enabled a few more gcc warnings with --enable-debug. Renamed a fewDan Fandrich2007-09-271-13/+13
* Fixed some minor type mismatches and missing consts mainly found by splint.Dan Fandrich2007-08-271-2/+2
* Andrew Wansink provided an NTLM bugfix: in the case the server sets the flagDaniel Stenberg2007-08-141-0/+7
* added netdb.h for NetWare CLIB since gethostname() is defined there.Gunter Knauf2007-07-111-0/+4
* Fixed some out of memory handling issues.Dan Fandrich2007-04-101-8/+9
* Update NTLM flag and descriptionYang Tse2007-04-101-2/+2
* Fixes some more out of memory handling bugs.Dan Fandrich2007-04-041-0/+4
* silence two cases of "comparison between signed and unsigned"Daniel Stenberg2007-02-211-2/+2
* curlassert macro replaced with DEBUGASSERT macro defined in setup_once.hYang Tse2007-02-211-8/+8
* - David McCreedy did NTLM changes mainly for non-ASCII platforms:Daniel Stenberg2007-01-231-13/+54
* - David McCreedy made changes to allow base64 encoding/decoding to work onDaniel Stenberg2007-01-031-3/+3
* prototype for gethostname is in unistd.hYang Tse2006-11-021-0/+4
* Avoid typecasting a signed char to an int when using is*() functions, as thatDaniel Stenberg2006-10-171-2/+2
* Michele Bini fixed how the hostname is put in NTLM packages. As serversDaniel Stenberg2006-09-091-0/+10
* Fix compiler warningsYang Tse2006-07-191-8/+8
* NTLM2 session response supportDaniel Stenberg2006-06-071-2/+51
* readint_le() not needed in USE_WINDOWS_SSPI code.Gisle Vanem2006-04-081-0/+2
* Michele Bini modified the NTLM code to work for his "weird IIS case"Daniel Stenberg2006-04-051-116/+299
* Quagmire reported that he needed to raise a NTLM buffer for SSPI to workDaniel Stenberg2005-11-141-8/+10
* Dmitry Bartsevich discovered some issues in compatibilty of SSPI-enabledDaniel Stenberg2005-11-081-18/+46
* Make sure that the user and domain strings fit in the target buffer before weDaniel Stenberg2005-10-131-0/+7
* Avoid gcc warning "dereferencing type-punned pointerGisle Vanem2005-10-021-2/+3
* Uses __stdcall instead of SEC_ENTRY since it seems (at least) mingw doesn'tDaniel Stenberg2005-09-201-1/+1
* Dmitry Bartsevich made the SSPI support work on Windows 9x as wellDaniel Stenberg2005-09-191-6/+18
* GnuTLS support added. There's now a "generic" SSL layer that we use all overDaniel Stenberg2005-04-071-3/+2
* hushing up more warningsDaniel Stenberg2005-03-141-4/+4
* Avoid "unused variable" warnings.Gisle Vanem2005-03-141-0/+2
* Fixed some compiler warnings.Dan Fandrich2005-03-111-0/+2
* Christopher R. Palmer made it possible to build libcurl with theDaniel Stenberg2005-03-101-2/+180
* Curl_base64_decode() now returns an allocated bufferDaniel Stenberg2005-02-221-4/+4
* Thanks for the notification iDEFENCE. We are the "initial vendor" and we sureDaniel Stenberg2005-02-221-2/+6
* Rene Bernhardt found and fixed a buffer overrun in the NTLM code, whereDaniel Stenberg2004-12-071-2/+4
* explicit typecasts to prevent warningsDaniel Stenberg2004-07-041-2/+2
* typecasts to prevent compiler warningsDaniel Stenberg2004-06-211-2/+2
* remove trailing whitespaceDaniel Stenberg2004-05-251-22/+22
* curl_global_init_mem() allows the memory functions to be replaced.Daniel Stenberg2004-05-111-2/+1