Loading lib/vauth/vauth.c +21 −21 Original line number Original line Diff line number Diff line Loading @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * \___|\___/|_| \_\_____| * * * Copyright (C) 2014 - 2016, Steve Holme, <steve_holme@hotmail.com>. * Copyright (C) 2014 - 2019, Steve Holme, <steve_holme@hotmail.com>. * * * This software is licensed as described in the file COPYING, which * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * you should have received as part of this distribution. The terms Loading Loading @@ -110,14 +110,14 @@ TCHAR *Curl_auth_build_spn(const char *service, const char *host, * This is used to test if the specified user contains a Windows domain name as * This is used to test if the specified user contains a Windows domain name as * follows: * follows: * * * User\Domain (Down-level Logon Name) * Domain\User (Down-level Logon Name) * User/Domain (curl Down-level format - for compatibility with existing code) * Domain/User (curl Down-level format - for compatibility with existing code) * User@Domain (User Principal Name) * User@Domain (User Principal Name) * * * Note: The user name may be empty when using a GSS-API library or Windows SSPI * Note: The user name may be empty when using a GSS-API library or Windows * as the user and domain are either obtained from the credentials cache when * SSPI as the user and domain are either obtained from the credentials cache * using GSS-API or via the currently logged in user's credentials when using * when using GSS-API or via the currently logged in user's credentials when * Windows SSPI. * using Windows SSPI. * * * Parameters: * Parameters: * * Loading Loading
lib/vauth/vauth.c +21 −21 Original line number Original line Diff line number Diff line Loading @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * \___|\___/|_| \_\_____| * * * Copyright (C) 2014 - 2016, Steve Holme, <steve_holme@hotmail.com>. * Copyright (C) 2014 - 2019, Steve Holme, <steve_holme@hotmail.com>. * * * This software is licensed as described in the file COPYING, which * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * you should have received as part of this distribution. The terms Loading Loading @@ -110,14 +110,14 @@ TCHAR *Curl_auth_build_spn(const char *service, const char *host, * This is used to test if the specified user contains a Windows domain name as * This is used to test if the specified user contains a Windows domain name as * follows: * follows: * * * User\Domain (Down-level Logon Name) * Domain\User (Down-level Logon Name) * User/Domain (curl Down-level format - for compatibility with existing code) * Domain/User (curl Down-level format - for compatibility with existing code) * User@Domain (User Principal Name) * User@Domain (User Principal Name) * * * Note: The user name may be empty when using a GSS-API library or Windows SSPI * Note: The user name may be empty when using a GSS-API library or Windows * as the user and domain are either obtained from the credentials cache when * SSPI as the user and domain are either obtained from the credentials cache * using GSS-API or via the currently logged in user's credentials when using * when using GSS-API or via the currently logged in user's credentials when * Windows SSPI. * using Windows SSPI. * * * Parameters: * Parameters: * * Loading