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
Age
Commit message (
Expand
)
Author
2018-06-11
cppcheck: fix warnings
Marian Klymov
2018-05-14
ntlm: Fix format specifiers
Rikard Falkeborn
2018-04-16
ntlm_sspi: fix authentication using Credential Manager
toughengineer
2018-04-15
vauth: Fix typo
Daniel Gustafsson
2018-04-15
all: Refactor malloc+memset to use calloc
Daniel Gustafsson
2018-03-20
vauth/cleartext: fix integer overflow check
Daniel Stenberg
2018-03-20
vauth/ntlm.h: fix the #ifdef header guard
Daniel Stenberg
2017-11-21
ntlm: remove unnecessary NULL-check to please scan-build
Daniel Stenberg
2017-10-28
auth: add support for RFC7616 - HTTP Digest access authentication
Florin
2017-09-23
ntlm: move NTLM_NEEDS_NSS_INIT define into core NTLM header
Jay Satiro
2017-09-22
ntlm: use strict order for SSL backend #if branches
Viktor Szakats
2017-09-06
vtls: select ssl backend case-insensitive (follow-up)
Gisle Vanem
2017-09-02
Curl_base64_encode: always call with a real data handle.
Patrick Monnerat
2017-08-10
digest_sspi: Don't reuse context if the user/passwd has changed
Jay Satiro
2017-08-05
gssapi: fix memory leak of output token in multi round context
Isaac Boukris
2017-05-08
rand: treat fake entropy the same regardless of endianness
Jay Satiro
2017-04-22
lib: fix maybe-uninitialized warnings
Marcel Raad
2017-04-07
sspi: print out InitializeSecurityContext() error message
Isaac Boukris
2017-03-29
NTLM: check for features with #ifdef instead of #if
Marcel Raad
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
2017-02-06
use *.sourceforge.io and misc URL updates
Viktor Szakats
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-11-24
Limit ASN.1 structure sizes to 256K. Prevent some allocation size overflows.
Patrick Monnerat
2016-11-14
Curl_rand: fixed and moved to rand.c
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-10-31
strcasecompare: is the new name for strequal()
Daniel Stenberg
2016-08-21
sasl: Don't use GSSAPI authentication when domain name not specified
Steve Holme
2016-08-21
vauth: Added check for supported SSPI based authentication mechanisms
Steve Holme
2016-08-19
spnego_sspi: fix memory leak in case *outlen is zero (#970)
Miroslav Franc
2016-08-18
vauth: Introduced Curl_auth_is_<mechansism>_supported() functions
Steve Holme
2016-07-23
vauth.h: No need to query HAVE_GSSAPI || USE_WINDOWS_SSPI for SPNEGO
Steve Holme
2016-07-23
spnego: Corrected miss-placed * in Curl_auth_spnego_cleanup() declaration
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
code: style updates
Daniel Stenberg
2016-04-03
vauth: Removed the need for a separate GSS-API based SPN function
Steve Holme
2016-04-03
spnego: Small code tidy up
Steve Holme
2016-04-03
krb5: Small code tidy up
Steve Holme
2016-04-03
krb5_gssapi: Only process challenge when present
Steve Holme
2016-04-03
krb5: Fixed missing client response when mutual authentication enabled
Steve Holme
2016-04-03
krb5_sspi: Only process challenge when present
Steve Holme
2016-04-03
krb5_sspi: Only generate the output token when its not allocated
Steve Holme
[next]