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
/
vauth
/
digest_sspi.c
Age
Commit message (
Expand
)
Author
2019-09-10
sspi: fix memory leaks
migueljcrum
2019-08-14
vauth: Use CURLE_AUTH_ERROR for auth function errors
Jay Satiro
2019-01-11
urldata: rename easy_conn to just conn
Daniel Stenberg
2018-10-03
comment: Fix multiple typos in function parameters
Daniel Gustafsson
2017-09-06
vtls: select ssl backend case-insensitive (follow-up)
Gisle Vanem
2017-08-10
digest_sspi: Don't reuse context if the user/passwd has changed
Jay Satiro
2017-03-26
spelling fixes
klemens
2017-02-27
digest_sspi: fix compilation warning
Marcel Raad
2017-02-21
digest_sspi: Handle 'stale=TRUE' directive in HTTP digest
Jay Satiro
2017-02-20
digest_sspi: Fix nonce-count generation in HTTP digest
Max Khon
2016-12-29
digest_sspi: copy terminating NUL as well
Max Khon
2016-11-24
checksrc: white space edits to comply to stricter checksrc
Daniel Stenberg
2016-10-31
digest_sspi: fix include
Marcel Raad
2016-10-31
strcasecompare: all case insensitive string compares ignore locale now
Daniel Stenberg
2016-08-21
vauth: Added check for supported SSPI based authentication mechanisms
Steve Holme
2016-08-18
vauth: Introduced Curl_auth_is_<mechansism>_supported() functions
Steve Holme
2016-07-20
vauth: Fix memleak by freeing credentials if out of memory
Jay Satiro
2016-07-20
vauth: Fixed memory leak due to function returning without free
Saurav Babu
2016-06-22
internals: rename the SessionHandle struct to Curl_easy
Daniel Stenberg
2016-04-06
URLs: change http to https in many places
Viktor Szakats
2016-04-06
vauth: Corrected a number of typos in comments
Steve Holme
2016-04-03
vauth: Removed the need for a separate GSS-API based SPN function
Steve Holme
2016-03-25
vauth: Refactored function names after move to new vauth directory
Steve Holme
2016-03-25
vauth: Updated the copyright year after recent changes
Steve Holme
2016-03-25
vauth: Moved the DIGEST authentication code to the new vauth directory
Steve Holme