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-08-15
http NTLM: reinstate "nssg.h" "curl_sspi.h" header inclusions
Yang Tse
2011-08-14
http NTLM: reinstate "memdebug.h" header inclusion
Yang Tse
2011-08-14
Curl_output_ntlm: remove unused variable
Daniel Stenberg
2011-08-14
http NTLM: fix 8 compiler warnings
Yang Tse
2011-08-14
http NTLM: split http_ntlm.[ch] between http_ntlm.[ch] and curl_ntlm.[ch]
Yang Tse
2011-08-13
http NTLM: change return type of Curl_input_ntlm() to CURLcode
Yang Tse
2011-08-13
http NTLM: update NTLM type-* message structure descriptions - followup
Yang Tse
2011-08-12
http NTLM: update NTLM message structure notes
Yang Tse
2011-08-12
http NTLM: more adjustments in preparation of code refactoring
Yang Tse
2011-08-11
http NTLM: fix compiler warning
Yang Tse
2011-08-11
http NTLM: Tidied up more inconsistent spacing.
Steve Holme
2011-08-09
http NTLM: Further tiding up to libcurl standards
Yang Tse
2011-08-09
http NTLM: Tidied up http_ntlm prior to splitting the ntlm specific code
Steve Holme
2011-08-07
NTLM single-sign on adjustments (IX)
Yang Tse
2011-07-31
NTLM single-sign on adjustments (VIII)
Yang Tse
2011-07-29
NTLM single-sign on adjustments (VII)
Yang Tse
2011-07-29
socketpair() usage tracking to allow fd leak detection
Yang Tse
2011-07-28
Give the NTLM SSO helper a moment to cleanly shut down if needed
Dan Fandrich
2011-07-28
Removed an extraneous \n that violated the SSO daemon protocol
Dan Fandrich
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
[next]