Age | Commit message (Expand) | Author |
2011-04-22 | NTLM: work with unicode | Daniel Stenberg |
2011-04-20 | CURL_DOES_CONVERSIONS: cleanup | Daniel Stenberg |
2010-07-30 | NTLM tests: boost coverage by forcing the hostname | Kamil Dudka |
2010-06-30 | http_ntlm: add support for NSS | Kamil Dudka |
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg |
2010-03-11 | Allow compilation even when OpenSSL has been configured without MD4 support. | Dan Fandrich |
2010-01-24 | Julien Chaffraix corrected bad #elif lines to silence warnings | Daniel Stenberg |
2009-04-21 | libcurl's memory.h renamed to curl_memory.h | Yang Tse |
2009-03-05 | Fix NTLM authentication memory leak on SSPI enabled Windows builds | Yang Tse |
2009-02-27 | Indentation fixes, untabify and related whitespace-cleanup. No code changed. | Daniel Stenberg |
2009-02-12 | Added support for Digest and NTLM authentication using GnuTLS. | Dan Fandrich |
2009-01-30 | ensure that we use the ANSI version functions | Yang Tse |
2009-01-29 | Introduced curl_sspi.c and curl_sspi.h for the implementation of functions | Yang Tse |
2009-01-21 | Fixed a couple more locale-dependent toupper conversions, mainly for | Dan Fandrich |
2008-10-23 | moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_ | Daniel Stenberg |
2008-09-30 | fix compiler warning: function declaration isn't a prototype | Yang Tse |
2008-09-02 | Made some variables const which eliminated some casts | Dan Fandrich |
2008-08-17 | Adjust usage of conditional definition of USE_OPENSSL | Yang Tse |
2008-08-17 | libcurl internal base64.h header file renamed to curl_base64.h | Yang Tse |
2008-08-11 | - Constantine Sapuntzakis filed bug report #2042430 | Daniel Stenberg |
2007-11-05 | removed space after if and while before the parenthesis for better source code | Daniel Stenberg |
2007-09-27 | Enabled a few more gcc warnings with --enable-debug. Renamed a few | Dan Fandrich |
2007-08-27 | Fixed some minor type mismatches and missing consts mainly found by splint. | Dan Fandrich |
2007-08-14 | Andrew Wansink provided an NTLM bugfix: in the case the server sets the flag | Daniel Stenberg |
2007-07-11 | added netdb.h for NetWare CLIB since gethostname() is defined there. | Gunter Knauf |
2007-04-10 | Fixed some out of memory handling issues. | Dan Fandrich |
2007-04-10 | Update NTLM flag and description | Yang Tse |
2007-04-04 | Fixes some more out of memory handling bugs. | Dan Fandrich |
2007-02-21 | silence two cases of "comparison between signed and unsigned" | Daniel Stenberg |
2007-02-21 | curlassert macro replaced with DEBUGASSERT macro defined in setup_once.h | Yang Tse |
2007-01-23 | - David McCreedy did NTLM changes mainly for non-ASCII platforms: | Daniel Stenberg |
2007-01-03 | - David McCreedy made changes to allow base64 encoding/decoding to work on | Daniel Stenberg |
2006-11-02 | prototype for gethostname is in unistd.h | Yang Tse |
2006-10-17 | Avoid typecasting a signed char to an int when using is*() functions, as that | Daniel Stenberg |
2006-09-09 | Michele Bini fixed how the hostname is put in NTLM packages. As servers | Daniel Stenberg |
2006-07-19 | Fix compiler warnings | Yang Tse |
2006-06-07 | NTLM2 session response support | Daniel Stenberg |
2006-04-08 | readint_le() not needed in USE_WINDOWS_SSPI code. | Gisle Vanem |
2006-04-05 | Michele Bini modified the NTLM code to work for his "weird IIS case" | Daniel Stenberg |
2005-11-14 | Quagmire reported that he needed to raise a NTLM buffer for SSPI to work | Daniel Stenberg |
2005-11-08 | Dmitry Bartsevich discovered some issues in compatibilty of SSPI-enabled | Daniel Stenberg |
2005-10-13 | Make sure that the user and domain strings fit in the target buffer before we | Daniel Stenberg |
2005-10-02 | Avoid gcc warning "dereferencing type-punned pointer | Gisle Vanem |
2005-09-20 | Uses __stdcall instead of SEC_ENTRY since it seems (at least) mingw doesn't | Daniel Stenberg |
2005-09-19 | Dmitry Bartsevich made the SSPI support work on Windows 9x as well | Daniel Stenberg |
2005-04-07 | GnuTLS support added. There's now a "generic" SSL layer that we use all over | Daniel Stenberg |
2005-03-14 | hushing up more warnings | Daniel Stenberg |
2005-03-14 | Avoid "unused variable" warnings. | Gisle Vanem |
2005-03-11 | Fixed some compiler warnings. | Dan Fandrich |
2005-03-10 | Christopher R. Palmer made it possible to build libcurl with the | Daniel Stenberg |