git-lfs/lfsapi
brian m. carlson f06492430e
lfsapi: fix URL parsing with Go 1.12.8
Go 1.12.8 introduces a security fix for parsing URLs that contain a
colon followed by an invalid port number. Since our SSH remotes can
contain just such a colon, our hack to make these into URLs no longer
works.

Fix this by replacing the first colon in these "URLs" with a slash,
which is a path delimiter, which makes them parsable by newer versions
of Go. Update the name of the function since it now does more than its
previous name implies.
2019-08-14 15:30:58 +00:00
..
auth_test.go Fix pass by reference issue in credential helper 2019-05-03 12:50:57 -04:00
auth.go lfsapi: fix URL parsing with Go 1.12.8 2019-08-14 15:30:58 +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
endpoint_finder_test.go Accept legacy Git SSH URLs 2019-07-15 21:38:04 +00:00
endpoint_finder.go Provide support for file URLs via a transfer agent 2019-08-02 17:23:47 +00:00
lfsapi.go Use git-lfs version of go-ntlm 2019-04-01 19:00:38 +00:00
ntlm_auth_nix.go Use flag on ntlm_auth implementation to determine if SSPI should be attempted. 2019-05-03 15:36:04 -04: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 flag on ntlm_auth implementation to determine if SSPI should be attempted. 2019-05-03 15:36:04 -04:00
ntlm_test.go NTLM testing cleanup for *nix. 2019-05-03 15:49:12 -04:00
ntlm.go Use flag on ntlm_auth implementation to determine if SSPI should be attempted. 2019-05-03 15:36:04 -04:00
response_test.go lfsapi: introduce interface for initializing a Client 2017-10-25 15:33:20 -06:00