summaryrefslogtreecommitdiff
path: root/lib/http_ntlm.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* General HTTP authentication cleanup and fixesDaniel Stenberg2004-05-041-8/+6
* 'authdone' was added to the sessionhandle and thus was removed from theDaniel Stenberg2004-03-301-5/+6
* Enabled 'NT responses' in the NTLM type-3 message.Daniel Stenberg2004-03-221-1/+1
* don't compare signed/unsignedDaniel Stenberg2004-03-081-1/+1
* strlen() returns size_tDaniel Stenberg2004-03-081-3/+3
* adjusted to the modified base64 protosDaniel Stenberg2004-02-231-3/+3
* The base64 encode function now takes a size_t for size, not an int asDaniel Stenberg2004-02-231-1/+1
* updated year in the copyright stringDaniel Stenberg2004-01-071-1/+1
* typecasts to prevent warningsDaniel Stenberg2003-10-171-2/+2
* make no user or no password just mean blank fields, not aborted operationDaniel Stenberg2003-10-171-3/+6
* weird typo removedDaniel Stenberg2003-10-051-1/+1
* When we issue a HTTP request, first make sure if the authentication phaseDaniel Stenberg2003-09-151-1/+6
* no user or password set, bail outDaniel Stenberg2003-09-041-0/+4