summaryrefslogtreecommitdiff
path: root/lib/vauth/vauth.c
Commit message (Collapse)AuthorAgeFilesLines
* copyright: updated year ranges out of syncDaniel Stenberg2020-05-241-1/+1
| | | | ... and whitelisted a few more files in the the copyright.pl script.
* curl_multibyte: add to curlxMarcel Raad2020-05-141-2/+2
| | | | | | | This will also be needed in the tool and tests. Ref: https://github.com/curl/curl/pull/3758#issuecomment-482197512 Closes https://github.com/curl/curl/pull/3784
* vauth: Fix incorrect function description for Curl_auth_user_contains_domain()Steve Holme2019-05-101-21/+21
| | | | | | ...and misalignment of these comments. From a78c61a4. Closes #3860
* vauth: Fix typoDaniel Gustafsson2018-04-151-3/+3
| | | | | | Address various spellings of "credentials". Closes https://github.com/curl/curl/pull/2496
* sasl: Don't use GSSAPI authentication when domain name not specifiedSteve Holme2016-08-211-0/+41
| | | | | | | Only choose the GSSAPI authentication mechanism when the user name contains a Windows domain name or the user is a valid UPN. Fixes #718
* URLs: change http to https in many placesViktor Szakats2016-04-061-1/+1
| | | | Closes #754
* vauth: Corrected a number of typos in commentsSteve Holme2016-04-061-1/+1
| | | | Reported-by: Michael Osipov
* vauth: Removed the need for a separate GSS-API based SPN functionSteve Holme2016-04-031-27/+27
|
* vauth: Refactored function names after move to new vauth directorySteve Holme2016-03-251-5/+5
| | | | | 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 changesSteve Holme2016-03-251-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 Curl_sasl_build_spn() to create the initial vauth source filesSteve Holme2016-03-251-0/+106