git-lfs/lfsapi
brian m. carlson 42e08e18b1
Move much of SSH code into a separate package
In the future, we'll want to call into the SSH code from multiple
packages, so let's move it out of the lfshttp package into its own
package to avoid package import loops.  While we're at it, rename the
function names to remove the "ssh" prefix, since it's implied by the
fact that they're in a package called "ssh".

Move the tests to their own package to prevent an import loop and expose
the private functions so we can test them there.
2021-07-20 18:37:31 +00:00
..
auth_test.go Remove NTLM support 2021-02-02 16:41:41 +00:00
auth.go Remove NTLM support 2021-02-02 16:41:41 +00:00
body.go lfsapi: Ensure requests include Content-Length header if necessary 2017-01-25 08:59:11 -07:00
client.go Add support for Kerberos authentication 2019-12-09 15:35:53 +00:00
endpoint_finder_test.go Move much of SSH code into a separate package 2021-07-20 18:37:31 +00:00
endpoint_finder.go lfsapi: don't warn about duplicate but identical aliases 2021-02-24 17:44:27 +00:00
kerberos.go Remove NTLM support 2021-02-02 16:41:41 +00:00
lfsapi.go Remove NTLM support 2021-02-02 16:41:41 +00:00
response_test.go lfsapi: introduce interface for initializing a Client 2017-10-25 15:33:20 -06:00