index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
http_ntlm.c
Age
Commit message (
Expand
)
Author
2011-07-27
Fixed a couple of memory leaks in NTLM SSO support
Dan Fandrich
2011-07-27
NTLM single-sign on adjustments (IV)
Yang Tse
2011-07-27
NTLM single-sign on adjustments (III)
Yang Tse
2011-07-26
stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h
Yang Tse
2011-07-24
errno.h inclusion conditionally done in setup_once.h
Yang Tse
2011-07-19
sso_ntlm_initiate: unassigned variable
Michael Mueller
2011-07-18
NTLM single-sign on supported
Mandy Wu
2011-06-02
OpenSSL enabled: require OPENSSL_VERSION_NUMBER definition before usage.
Yang Tse
2011-05-23
compiler warning: fix
Yang Tse
2011-05-23
compiler warning: fix
Yang Tse
2011-05-23
compiler warning: fix
Yang Tse
2011-05-21
compiler warning: fix
Yang Tse
2011-04-27
source cleanup: unify look, style and indent levels
Daniel Stenberg
2011-04-25
Fixed compiler warning in Windows SSPI case
Dan Fandrich
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
[next]