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
2020-05-24
copyright: updated year ranges out of sync
Daniel Stenberg
2020-05-15
source cleanup: remove all custom typedef structs
Daniel Stenberg
2020-05-14
curl_multibyte: add to curlx
Marcel Raad
2020-05-14
vauth/cleartext: fix theoretical integer overflow
Major_Tom
2020-05-08
*_sspi: fix bad uses of CURLE_NOT_BUILT_IN
Peter Wang
2020-05-07
ntlm_sspi: fix bad use of CURLE_NOT_BUILT_IN
Daniel Stenberg
2020-02-23
ntlm: Removed the dependency on the TLS libaries when using MD5
Steve Holme
2020-02-23
md5/sha256: Updated the functions to allow non-string data to be hashed
Steve Holme
2020-02-23
digest: Corrected the name of the local HTTP digest function
Steve Holme
2020-02-07
digest: Do not quote algorithm in HTTP authorisation
Pierre-Yves Bigourdan
2019-11-08
copyrights: fix copyright year range
Daniel Stenberg
2019-09-23
vauth: The parameter 'status' must be surrounded by parentheses
Daniel Stenberg
2019-09-10
sspi: fix memory leaks
migueljcrum
2019-08-26
vauth: return CURLE_AUTH_ERROR on gss_init_sec_context() failure
Kamil Dudka
2019-08-20
spnego_sspi: add typecast to fix build warning
Daniel Stenberg
2019-08-14
vauth: Use CURLE_AUTH_ERROR for auth function errors
Jay Satiro
2019-06-05
build: fix Codacy warnings
Marcel Raad
2019-05-16
cleanup: remove FIXME and TODO comments
Daniel Stenberg
2019-05-15
http_negotiate: Move the Negotiate state out of the negotiatedata structure
Steve Holme
2019-05-13
pingpong: disable more when no pingpong enabled
Daniel Stenberg
2019-05-12
auth: Rename the various authentication clean up functions
Steve Holme
2019-05-10
vauth: Fix incorrect function description for Curl_auth_user_contains_domain()
Steve Holme
2019-05-10
ntlm: Fix misaligned function comments for Curl_auth_ntlm_cleanup()
Steve Holme
2019-05-09
spnego_gssapi: fix return code on gss_init_sec_context() failure
Kamil Dudka
2019-04-21
vauth/cleartext: Don't send the authzid if it is empty
Steve Holme
2019-04-11
vauth/cleartext: Update the PLAIN login function signature to match RFC 4616
Steve Holme
2019-04-02
vauth/oauth2: Fix OAUTHBEARER token generation
Mert Yazıcıoğlu
2019-03-14
Negotiate: fix for HTTP POST with Negotiate
Dominik Hölzl
2019-02-26
strerror: make the strerror function use local buffers
Daniel Stenberg
2019-02-04
ntlm: fix *_type3_message size check to avoid buffer overflow
Daniel Stenberg
2019-02-04
NTLM: fix size check condition for type2 received data
Daniel Stenberg
2019-02-01
spnego_sspi: add support for channel binding
georgeok
2019-01-19
ntlm_sspi: add support for channel binding
georgeok
2019-01-11
urldata: rename easy_conn to just conn
Daniel Stenberg
2019-01-01
ntlm: update selection of type 3 response
Markus Moeller
2018-11-23
snprintf: renamed and we now only use msnprintf()
Daniel Stenberg
2018-10-29
Curl_auth_create_plain_message: fix too-large-input-check
Daniel Stenberg
2018-10-03
memory: ensure to check allocation results
Daniel Gustafsson
2018-10-03
comment: Fix multiple typos in function parameters
Daniel Gustafsson
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
[next]