Daniel Stenberg
|
f3d501dc67
build: disable more code/data when built without proxy support
|
4 years ago |
Daniel Stenberg
|
23a17e039d
copyright: fix year ranges
|
4 years ago |
nao
|
dea17b519d
http: move "oauth_bearer" from connectdata to Curl_easy
|
4 years ago |
Steve Holme
|
7c469fa537
sasl: Implement SASL authorisation identity via CURLOPT_SASL_AUTHZID
|
5 years ago |
Jay Satiro
|
db8ec1fa38
Revert all SASL authzid (new feature) commits
|
5 years ago |
Steve Holme
|
a14d72ca2f
sasl: Implement SASL authorisation identity via CURLOPT_SASL_AUTHZID
|
5 years ago |
Daniel Stenberg
|
8ece8177f1
cleanup: remove FIXME and TODO comments
|
5 years ago |
Daniel Stenberg
|
e5b546b339
sasl: only enable if there's a protocol enabled using it
|
5 years ago |
Steve Holme
|
52dfab65d6
auth: Rename the various authentication clean up functions
|
5 years ago |
Steve Holme
|
eb84ca3ea8
sasl: Don't send authcid as authzid for the PLAIN mechanism as per RFC 4616
|
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 |
Daniel Stenberg
|
ba243235ec
urldata: rename easy_conn to just conn
|
5 years ago |
Marian Klymov
|
c45360d463
cppcheck: fix warnings
|
6 years ago |
toughengineer
|
bc4b8c9717
ntlm_sspi: fix authentication using Credential Manager
|
7 years ago |
Patrick Monnerat
|
de97b5fcef
sasl: prefer PLAIN mechanism over LOGIN
|
6 years ago |
Patrick Monnerat
|
6869d65f54
Curl_base64_encode: always call with a real data handle.
|
7 years ago |
Marcel Raad
|
f8518059ce
curl_sasl: fix unused-variable warning
|
7 years ago |
Daniel Stenberg
|
32c27f9e98
curl_sasl: fix build error with CURL_DISABLE_CRYPTO_AUTH + USE_NTLM
|
7 years ago |
Martin Kepplinger
|
2d4413fefd
curl_sasl: declare mechtable static
|
7 years ago |
Daniel Stenberg
|
dbadaebfc4
checksrc: code style: use 'char *name' style
|
8 years ago |
Okhin Vasilij
|
c6da05a5ec
HTTPS-proxy: fixed mbedtls and polishing
|
8 years ago |
Daniel Stenberg
|
811a693b80
strcasecompare: all case insensitive string compares ignore locale now
|
8 years ago |
Daniel Stenberg
|
502acba2af
strcasecompare: is the new name for strequal()
|
8 years ago |
Steve Holme
|
a78c61a4bf
sasl: Don't use GSSAPI authentication when domain name not specified
|
8 years ago |
Steve Holme
|
00417fd66c
sasl: Added calls to Curl_auth_is_<mechansism>_supported()
|
8 years ago |
Daniel Stenberg
|
434f8d0389
internals: rename the SessionHandle struct to Curl_easy
|
8 years ago |
Daniel Stenberg
|
4f45240bc8
lib: include curl_printf.h as one of the last headers
|
8 years ago |
Steve Holme
|
f044cbe6fc
sasl: Fixed compilation errors from commit 9d89a0387
|
8 years ago |
Steve Holme
|
9d89a03872
ftp/imap/pop3/smtp: Allow the service name to be overridden
|
8 years ago |