git-lfs/lfsapi
Fabrizio Steiner 2a166fd94e Use SSPI ntlm authentication on windows:
This brings support for SingleSignOn on windows using the default credentials of the currently logged in user if
an empty username and empty password is provided from gitcredentials. This plays well with the Git for windows
implementation which stores an empty username and password if it should use the default credentials.
2018-02-27 17:02:57 +01:00
..
auth_test.go lfsapi: add test case for credential.URL.usehttppath 2017-10-27 10:42:17 -06:00
auth.go lfsapi/{auth,client}: introduce do() method to circumvent header altering 2017-11-16 13:50:40 -08:00
body.go lfsapi: Ensure requests include Content-Length header if necessary 2017-01-25 08:59:11 -07:00
certs_darwin.go lfsapi: add custom ssl cert support 2016-12-20 11:22:20 -07:00
certs_freebsd.go lfsapi: add custom ssl cert support 2016-12-20 11:22:20 -07:00
certs_linux.go lfsapi: add custom ssl cert support 2016-12-20 11:22:20 -07:00
certs_openbsd.go lfsapi: add custom ssl cert support 2016-12-20 11:22:20 -07:00
certs_test.go lfsapi: add *git.Configuration to Client 2017-10-25 15:38:13 -06:00
certs_windows.go lfsapi: add custom ssl cert support 2016-12-20 11:22:20 -07:00
certs.go lfsapi: introduce interface for initializing a Client 2017-10-25 15:33:20 -06:00
client_test.go lfsapi: add *git.Configuration to Client 2017-10-25 15:38:13 -06:00
client.go lfsapi/client: ensure a consistent User-Agent: header 2017-11-16 14:05:17 -08:00
creds_test.go lfsapi: replace old credential cache and CredentialHelpers types 2017-10-26 18:34:33 -06:00
creds.go add some godocs 2017-10-27 14:10:46 -06:00
endpoint_finder_test.go lfsapi: teach endpointGitFinder about Context to get *git.Configuration 2017-10-25 16:07:42 -06:00
endpoint_finder.go git: remove unused arg 2017-10-25 19:20:35 -06:00
endpoint_test.go move endpoint pkg to lfsapi 2016-12-19 11:45:22 -07:00
endpoint.go lfsapi: allow Endpoint to override ssh auth operation 2017-01-25 08:59:31 -07:00
errors.go Don't print doc url and request id for expected errors 2017-02-27 14:16:19 -07:00
lfsapi_nix.go lfsapi: teach auth about netrc 2016-12-19 14:53:18 -07:00
lfsapi_windows.go lfsapi: teach auth about netrc 2016-12-19 14:53:18 -07:00
lfsapi.go config: introduce static Bool() and Int() helpers 2017-10-27 10:29:14 -06:00
netrc_test.go lfsapi: add netrc auth test 2016-12-23 11:13:33 -07:00
netrc.go lfsapi: introduce interface for initializing a Client 2017-10-25 15:33:20 -06:00
ntlm_auth_nix.go Use SSPI ntlm authentication on windows: 2018-02-27 17:02:57 +01:00
ntlm_auth_test_nix.go Use SSPI ntlm authentication on windows: 2018-02-27 17:02:57 +01:00
ntlm_auth_windows.go Use SSPI ntlm authentication on windows: 2018-02-27 17:02:57 +01:00
ntlm_test.go Use SSPI ntlm authentication on windows: 2018-02-27 17:02:57 +01:00
ntlm.go Use SSPI ntlm authentication on windows: 2018-02-27 17:02:57 +01:00
proxy_test.go lfsapi: add *git.Configuration to Client 2017-10-25 15:38:13 -06:00
proxy.go lfsapi: introduce interface for initializing a Client 2017-10-25 15:33:20 -06:00
response_test.go lfsapi: introduce interface for initializing a Client 2017-10-25 15:33:20 -06:00
retries_test.go lfsapi: introduce interface for initializing a Client 2017-10-25 15:33:20 -06:00
retries.go lfsapi: make 'retries' the number of additional requests 2017-09-07 11:04:48 -04:00
ssh_test.go lfsapi: add *git.Configuration to Client 2017-10-25 15:38:13 -06:00
ssh.go lfsapi: introduce interface for initializing a Client 2017-10-25 15:33:20 -06:00
stats_test.go lfsapi: introduce interface for initializing a Client 2017-10-25 15:33:20 -06:00
stats.go close the clients before testing stats 2017-04-28 08:24:32 -06:00
verbose_test.go lfsapi: introduce interface for initializing a Client 2017-10-25 15:33:20 -06:00
verbose.go dont rely on res 2017-04-27 17:03:17 -06:00