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
/
curl_sspi.c
Age
Commit message (
Expand
)
Author
2016-08-31
curl_sspi.c: Updated function description comments
Steve Holme
2016-06-04
win32: Used centralised verify windows version function
Steve Holme
2016-05-30
loadlibrary: Only load system DLLs from the system directory
Steve Holme
2016-02-03
URLs: change all http:// URLs to https://
Daniel Stenberg
2015-08-01
sspi: Fix typo from left over from old code which referenced NTLM
Steve Holme
2015-08-01
win32: Fix compilation warnings from commit 40c921f8b8
Steve Holme
2015-07-22
Windows: Fix VerifyVersionInfo calls
Jay Satiro
2015-03-24
curl_memory: make curl_memory.h the second-last header file loaded
Dan Fandrich
2015-03-03
mprintf.h: remove #ifdef CURLDEBUG
Daniel Stenberg
2014-04-06
ntlm: Moved the identity generation into shared SSPI code
Steve Holme
2014-01-18
win32: Added additional preprocessor check for Version Helper API
Steve Holme
2014-01-17
win32: Corrected the preprocessor check for Version Helper API
Steve Holme
2014-01-15
win32: Fixed use of deprecated function 'GetVersionInfoEx' for VC12
Steve Holme
2013-01-09
build: fix circular header inclusion with other packages
Yang Tse
2013-01-06
Revert changes relative to lib/*.[ch] recent renaming
Yang Tse
2012-12-28
build: make use of 76 lib/*.h renamed files
Yang Tse
2012-06-15
SSPI related code: Unicode support for WinCE
Mark Salisbury
2012-06-13
schannel: remove version number and identify its use with 'schannel' literal
Yang Tse
2012-06-12
sspi: make Curl_sspi_strerror() libcurl's sspi status code string function
Yang Tse
2012-06-11
cleanup: remove trailing whitespace
Daniel Stenberg
2012-06-11
sspi: Fixed incompatible parameter pointer type in Curl_sspi_version
Marc Hoersken
2012-06-11
sspi.c: Post Curl_sspi_version() rework code tidy up
Steve Holme
2012-06-11
sspi: Reworked Curl_sspi_version() to return version components
Steve Holme
2012-06-11
schannel: Code cleanup and bug fixes
Marc Hoersken
2012-06-11
curl_sspi: Added Curl_sspi_version function
Marc Hoersken
2012-06-11
sspi: Refactored socks_sspi and schannel to use same error message functions
Marc Hoersken
2012-04-23
Revert "sspi: Added version information"
Yang Tse
2012-04-23
Revert "sspi - Small code tidy up"
Yang Tse
2012-04-23
Revert "Fixed 'Trailing whitespace' found by checksrc."
Yang Tse
2012-04-23
Revert "sspi: Code tidy up to remove unused variable."
Yang Tse
2012-04-22
sspi: Code tidy up to remove unused variable.
Steve Holme
2012-04-22
Fixed 'Trailing whitespace' found by checksrc.
Guenter Knauf
2012-04-22
sspi - Small code tidy up
Steve Holme
2012-04-22
sspi: Added version information
Steve Holme
2010-09-02
Use own typedef as workaround for broken sspi.h header (f.e. Watcom).
Guenter Knauf
2010-03-24
remove the CVSish $Id$ lines
Daniel Stenberg
2009-04-21
libcurl's memory.h renamed to curl_memory.h
Yang Tse
2009-01-30
fix typo in comment
Yang Tse
2009-01-29
Introduced curl_sspi.c and curl_sspi.h for the implementation of functions
Yang Tse