git-lfs/lfsapi
brian m. carlson 1a93bb6255
lfsapi: expose null credential helper
We're going to move credential handling into its own package in a future
commit, so expose the null credential helper as a public variable so we
can access it.
2018-09-24 15:09:21 +00:00
..
auth_test.go lfsapi: implement auth redirects 2018-09-11 14:51:29 -07:00
auth.go lfsapi: expose null credential helper 2018-09-24 15:09:21 +00:00
body.go lfsapi: Ensure requests include Content-Length header if necessary 2017-01-25 08:59:11 -07:00
client.go lfsapi: extract new lfshttp package 2018-09-11 14:51:29 -07:00
creds_test.go lfsapi: replace old credential cache and CredentialHelpers types 2017-10-26 18:34:33 -06:00
creds.go lfsapi: expose null credential helper 2018-09-24 15:09:21 +00:00
endpoint_finder_test.go lfsapi: extract new lfshttp package 2018-09-11 14:51:29 -07:00
endpoint_finder.go lfsapi: extract new lfshttp package 2018-09-11 14:51:29 -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 lfsapi: split out persistent credential helpers into a struct 2018-09-24 15:09:21 +00:00
netrc_test.go *: use patched version of bgetnry/go-netrc 2018-05-25 12:42:02 -07:00
netrc.go *: use patched version of bgetnry/go-netrc 2018-05-25 12:42:02 -07: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 lfsapi: extract new lfshttp package 2018-09-11 14:51:29 -07:00
ntlm.go lfsapi: teach do() and friends 'remote' 2018-05-25 09:24:15 -07:00
response_test.go lfsapi: introduce interface for initializing a Client 2017-10-25 15:33:20 -06:00