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
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