git-lfs/t/cmd
brian m. carlson dcfd29419e
Remove NTLM support
Our NTLM support has been known to be broken in various situations for a
while, specifically on Windows.  The core team is unable to troubleshoot
these problems, and nobody has stepped up to maintain the NTLM support.
In addition, NTLM uses cryptography and security techniques that are
known to be insecure, such as the algorithms DES, MD4, and MD5, as well
as simple, unsalted hashes of passwords.

Since we now support Kerberos, most users should be able to replace
their use of NTLM with Kerberos instead.  Users have reported this
working on Windows and it is known to work well on at least Debian as
well.  Drop support for NTLM and remove it from the codebase.
2021-02-02 16:41:41 +00:00
..
util Rename default branch in tests to "main" 2020-07-08 15:38:17 +00:00
git-credential-lfsnoop.go test: move to 'test' to 't' 2018-07-09 16:07:32 -05:00
git-credential-lfstest.go t/cmd: make credential helper produce useful errors 2019-09-09 14:07:37 +00:00
lfs-askpass.go test: move to 'test' to 't' 2018-07-09 16:07:32 -05:00
lfs-ssh-echo.go test: move to 'test' to 't' 2018-07-09 16:07:32 -05:00
lfs-ssh-proxy-test.go test: move to 'test' to 't' 2018-07-09 16:07:32 -05:00
lfstest-count-tests.go Log test server stderr to log 2019-03-27 17:18:20 +00:00
lfstest-customadapter.go lfsapi: add Access param to DoWithAuth() 2018-09-28 14:16:55 -07:00
lfstest-gitserver.go Remove NTLM support 2021-02-02 16:41:41 +00:00
lfstest-realpath.go t/cmd: mark lfstest-realpath as being a test tool 2019-10-01 14:29:32 +00:00
lfstest-standalonecustomadapter.go tq: pass custom transfer adapter args to the shell 2018-09-14 23:52:38 +00:00
lfstest-testutils.go t: move testutils.go to cmd sub-package 2018-07-13 12:54:18 -05:00