summaryrefslogtreecommitdiff
path: root/lib/http_ntlm.c
Commit message (Expand)AuthorAgeFilesLines
...
* NTLM single-sign on adjustments (III)Yang Tse2011-07-271-15/+62
* stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse2011-07-261-8/+1
* errno.h inclusion conditionally done in setup_once.hYang Tse2011-07-241-1/+0
* sso_ntlm_initiate: unassigned variableMichael Mueller2011-07-191-1/+1
* NTLM single-sign on supportedMandy Wu2011-07-181-0/+283
* OpenSSL enabled: require OPENSSL_VERSION_NUMBER definition before usage.Yang Tse2011-06-021-0/+4
* compiler warning: fixYang Tse2011-05-231-1/+1
* compiler warning: fixYang Tse2011-05-231-1/+1
* compiler warning: fixYang Tse2011-05-231-3/+7
* compiler warning: fixYang Tse2011-05-211-1/+1
* source cleanup: unify look, style and indent levelsDaniel Stenberg2011-04-271-38/+38
* Fixed compiler warning in Windows SSPI caseDan Fandrich2011-04-251-0/+2
* NTLM: work with unicodeDaniel Stenberg2011-04-221-10/+34
* CURL_DOES_CONVERSIONS: cleanupDaniel Stenberg2011-04-201-22/+12
* NTLM tests: boost coverage by forcing the hostnameKamil Dudka2010-07-301-1/+2
* http_ntlm: add support for NSSKamil Dudka2010-06-301-8/+118
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* Allow compilation even when OpenSSL has been configured without MD4 support.Dan Fandrich2010-03-111-5/+16
* Julien Chaffraix corrected bad #elif lines to silence warningsDaniel Stenberg2010-01-241-5/+5
* 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