Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | vauth: factor base64 conversions out of authentication procedures | Patrick Monnerat | 2021-04-22 | 1 | -37/+16 |
| | | | | | | | | Input challenges and returned messages are now in binary. Conversions from/to base64 are performed by callers (currently curl_sasl.c and http_ntlm.c). Closes #6654 | ||||
* | copyright: fix year ranges | Daniel Stenberg | 2020-11-05 | 1 | -1/+1 |
| | | | | Follow-up from 4d2f8006777 | ||||
* | curl.se: new home | Daniel Stenberg | 2020-11-04 | 1 | -1/+1 |
| | | | | Closes #6172 | ||||
* | pingpong: disable more when no pingpong enabled | Daniel Stenberg | 2019-05-13 | 1 | -1/+6 |
| | |||||
* | vauth/oauth2: Fix OAUTHBEARER token generation | Mert Yazıcıoğlu | 2019-04-02 | 1 | -8/+43 |
| | | | | | | | | | | | OAUTHBEARER tokens were incorrectly generated in a format similar to XOAUTH2 tokens. These changes make OAUTHBEARER tokens conform to the RFC7628. Fixes: #2487 Reported-by: Paolo Mossino Closes https://github.com/curl/curl/pull/3377 | ||||
* | internals: rename the SessionHandle struct to Curl_easy | Daniel Stenberg | 2016-06-22 | 1 | -1/+1 |
| | |||||
* | URLs: change http to https in many places | Viktor Szakats | 2016-04-06 | 1 | -1/+1 |
| | | | | Closes #754 | ||||
* | vauth: Refactored function names after move to new vauth directory | Steve Holme | 2016-03-25 | 1 | -7/+7 |
| | | | | | Renamed all the SASL functions that moved to the new vauth directory to include the correct module name. | ||||
* | vauth: Updated the copyright year after recent changes | Steve Holme | 2016-03-25 | 1 | -1/+1 |
| | | | | | As most of this work was performed in 2015 but not pushed until 2016 updated the copyright year to reflect the public facing changes. | ||||
* | vauth: Moved the OAuth 2.0 authentication code to the new vauth directory | Steve Holme | 2016-03-25 | 1 | -0/+86 |