Steve Holme
|
eb84ca3ea8
sasl: Don't send authcid as authzid for the PLAIN mechanism as per RFC 4616
|
5 lat temu |
Steve Holme
|
762a292f87
vauth/cleartext: Update the PLAIN login function signature to match RFC 4616
|
5 lat temu |
Mert Yazıcıoğlu
|
6227e2bd07
vauth/oauth2: Fix OAUTHBEARER token generation
|
5 lat temu |
Daniel Stenberg
|
ba243235ec
urldata: rename easy_conn to just conn
|
5 lat temu |
Marian Klymov
|
c45360d463
cppcheck: fix warnings
|
6 lat temu |
toughengineer
|
bc4b8c9717
ntlm_sspi: fix authentication using Credential Manager
|
7 lat temu |
Patrick Monnerat
|
de97b5fcef
sasl: prefer PLAIN mechanism over LOGIN
|
6 lat temu |
Patrick Monnerat
|
6869d65f54
Curl_base64_encode: always call with a real data handle.
|
7 lat temu |
Marcel Raad
|
f8518059ce
curl_sasl: fix unused-variable warning
|
7 lat temu |
Daniel Stenberg
|
32c27f9e98
curl_sasl: fix build error with CURL_DISABLE_CRYPTO_AUTH + USE_NTLM
|
7 lat temu |
Martin Kepplinger
|
2d4413fefd
curl_sasl: declare mechtable static
|
7 lat temu |
Daniel Stenberg
|
dbadaebfc4
checksrc: code style: use 'char *name' style
|
8 lat temu |
Okhin Vasilij
|
c6da05a5ec
HTTPS-proxy: fixed mbedtls and polishing
|
8 lat temu |
Daniel Stenberg
|
811a693b80
strcasecompare: all case insensitive string compares ignore locale now
|
8 lat temu |
Daniel Stenberg
|
502acba2af
strcasecompare: is the new name for strequal()
|
8 lat temu |
Steve Holme
|
a78c61a4bf
sasl: Don't use GSSAPI authentication when domain name not specified
|
8 lat temu |
Steve Holme
|
00417fd66c
sasl: Added calls to Curl_auth_is_<mechansism>_supported()
|
8 lat temu |
Daniel Stenberg
|
434f8d0389
internals: rename the SessionHandle struct to Curl_easy
|
8 lat temu |
Daniel Stenberg
|
4f45240bc8
lib: include curl_printf.h as one of the last headers
|
8 lat temu |
Steve Holme
|
f044cbe6fc
sasl: Fixed compilation errors from commit 9d89a0387
|
8 lat temu |
Steve Holme
|
9d89a03872
ftp/imap/pop3/smtp: Allow the service name to be overridden
|
8 lat temu |
Steve Holme
|
e655ae0c80
curl_sasl: Fixed potential null pointer utilisation
|
8 lat temu |
Steve Holme
|
ced0cbb5b7
krb5: Moved host from Curl_auth_create_gssapi_user_message() to be argument
|
8 lat temu |
Steve Holme
|
58a7bc96ec
vauth: Refactored function names after move to new vauth directory
|
8 lat temu |
Steve Holme
|
70e56939aa
vauth: Moved the OAuth 2.0 authentication code to the new vauth directory
|
9 lat temu |
Steve Holme
|
6012fa5aee
vauth: Moved the NTLM authentication code to the new vauth directory
|
9 lat temu |
Steve Holme
|
51358a3f40
vauth: Moved the DIGEST authentication code to the new vauth directory
|
9 lat temu |
Steve Holme
|
ec5b8dc647
vauth: Moved the CRAM-MD5 authentication code to the new vauth directory
|
9 lat temu |
Steve Holme
|
6101e35819
vauth: Moved the ClearText authentication code to the new vauth directory
|
9 lat temu |
Steve Holme
|
685fee3828
vauth: Moved Curl_sasl_build_spn() to create the initial vauth source files
|
9 lat temu |