Daniel Stenberg
|
742196bd62
vauth: make two functions void that always just returned OK
|
6 months ago |
Wyatt O'Day
|
e92edfbef6
lib: add ability to disable auths individually
|
1 year ago |
Daniel Stenberg
|
127eb0d83a
misc: fix spelling mistakes
|
1 year ago |
Daniel Stenberg
|
2bc1d775f5
copyright: update all copyright lines and remove year ranges
|
1 year ago |
Ayesh Karunaratne
|
4484270afc
misc: typo and grammar fixes
|
2 years ago |
Patrick Monnerat
|
72652c0613
http, vauth: always provide Curl_allow_auth_to_host() functionality
|
2 years ago |
Viktor Szakats
|
c9061f242b
misc: spelling fixes
|
2 years ago |
max.mehl
|
ad9bc5976d
copyright: make repository REUSE compliant
|
2 years ago |
Daniel Stenberg
|
2610142139
lib: remove support for CURL_DOES_CONVERSIONS
|
2 years ago |
Patrick Monnerat
|
396a2d7fe3
auth: use sasl authzid option in kerberos
|
3 years ago |
Patrick Monnerat
|
19ea52da4d
vauth: factor base64 conversions out of authentication procedures
|
3 years ago |
Daniel Stenberg
|
85e6975643
copyright: update copyright year ranges to 2021
|
3 years ago |
Simon Josefsson
|
3eebbfe8f3
sasl: support SCRAM-SHA-1 and SCRAM-SHA-256 via libgsasl
|
3 years ago |
Daniel Stenberg
|
ac0a88fd25
copyright: fix year ranges
|
4 years ago |
Daniel Stenberg
|
4d2f800677
curl.se: new home
|
4 years ago |
Daniel Stenberg
|
89d972f24c
vauth: The parameter 'status' must be surrounded by parentheses
|
5 years ago |
Steve Holme
|
52dfab65d6
auth: Rename the various authentication clean up functions
|
5 years ago |
Steve Holme
|
762a292f87
vauth/cleartext: Update the PLAIN login function signature to match RFC 4616
|
5 years ago |
Mert Yazıcıoğlu
|
6227e2bd07
vauth/oauth2: Fix OAUTHBEARER token generation
|
6 years ago |
toughengineer
|
bc4b8c9717
ntlm_sspi: fix authentication using Credential Manager
|
7 years ago |
Patrick Monnerat
|
6869d65f54
Curl_base64_encode: always call with a real data handle.
|
7 years ago |
Steve Holme
|
a78c61a4bf
sasl: Don't use GSSAPI authentication when domain name not specified
|
8 years ago |
Steve Holme
|
a0f212946b
vauth: Introduced Curl_auth_is_<mechansism>_supported() functions
|
8 years ago |
Steve Holme
|
3fc845914a
vauth.h: No need to query HAVE_GSSAPI || USE_WINDOWS_SSPI for SPNEGO
|
8 years ago |
Steve Holme
|
25bf71ab07
spnego: Corrected miss-placed * in Curl_auth_spnego_cleanup() declaration
|
8 years ago |
Daniel Stenberg
|
434f8d0389
internals: rename the SessionHandle struct to Curl_easy
|
8 years ago |
Viktor Szakats
|
a24f71aac4
URLs: change http to https in many places
|
8 years ago |
Steve Holme
|
9feb2676a4
vauth: Removed the need for a separate GSS-API based SPN function
|
8 years ago |
Steve Holme
|
ced0cbb5b7
krb5: Moved host from Curl_auth_create_gssapi_user_message() to be argument
|
8 years ago |
Steve Holme
|
6d6f9ca1d9
vauth: Moved the Negotiate authentication code to the new vauth directory
|
8 years ago |