Johannes Schindelin
373fc5b97b
http: disallow NTLM authentication by default
...
NTLM authentication is relatively weak. This is the case even with the
default setting of modern Windows versions, where NTLMv1 and LanManager
are disabled and only NTLMv2 is enabled: NTLMv2 hashes of even
reasonably complex 8-character passwords can be broken in a matter of
days, given enough compute resources.
Even worse: On Windows, NTLM authentication uses Security Support
Provider Interface ("SSPI"), which provides the credentials without
requiring the user to type them in.
Which means that an attacker could talk an unsuspecting user into
cloning from a server that is under the attacker's control and extracts
the user's NTLMv2 hash without their knowledge.
For that reason, let's disallow NTLM authentication by default.
NTLM authentication is quite simple to set up, though, and therefore
there are still some on-prem Azure DevOps setups out there whose users
and/or automation rely on this type of authentication. To give them an
escape hatch, introduce the `http.<url>.allowNTLMAuth` config setting
that can be set to `true` to opt back into using NTLM for a specific
remote repository.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de >
2026-04-09 02:03:54 +00:00
..
2026-04-09 02:03:54 +00:00
2025-11-06 09:58:56 -08:00
2025-01-21 12:56:06 -08:00
2025-08-11 14:16:03 -07:00
2026-04-08 11:00:10 -07:00
2025-12-05 14:49:56 +09:00
2025-01-21 12:56:10 -08:00
2026-02-05 21:14:05 -08:00
2025-07-07 13:45:00 -07:00
2026-01-09 06:15:31 -08:00
2025-10-15 09:11:08 -07:00
2025-03-01 10:26:15 -08:00
2025-04-16 07:30:30 -07:00
2026-03-31 20:43:13 -07:00
2026-04-09 02:03:52 +00:00
2025-01-21 12:56:06 -08:00
2025-01-21 12:56:06 -08:00
2025-11-17 09:31:59 -08:00
2026-03-10 06:17:59 -07:00
2025-08-11 14:16:03 -07:00
2025-06-18 13:53:34 -07:00
2026-03-24 12:31:34 -07:00
2023-05-05 14:28:03 -07:00
2024-07-23 11:02:52 -07:00
2025-01-21 12:56:06 -08:00
2026-02-27 15:11:54 -08:00
2025-04-16 07:30:29 -07:00
2026-02-05 21:14:05 -08:00
2026-02-12 14:37:56 -08:00
2026-02-12 14:37:56 -08:00
2026-01-12 06:55:41 -08:00
2024-12-07 07:52:13 +09:00
2026-02-06 09:43:26 -08:00
2026-03-02 17:06:52 -08:00
2025-01-21 12:56:06 -08:00
2025-07-07 06:41:11 -07:00
2025-01-21 12:56:06 -08:00
2025-01-21 12:56:06 -08:00
2026-03-26 09:38:06 -07:00
2025-01-21 12:56:06 -08:00
2025-10-28 15:41:42 -07:00
2026-01-09 06:15:53 -08:00
2025-05-05 10:48:07 -07:00
2025-01-21 12:56:06 -08:00
2025-01-21 12:56:06 -08:00
2025-08-11 14:16:04 -07:00
2025-08-11 14:16:04 -07:00
2025-08-11 14:16:04 -07:00
2025-01-21 12:56:06 -08:00
2025-08-11 14:16:04 -07:00
2025-01-21 12:56:06 -08:00
2025-12-20 14:55:43 +09:00
2025-01-21 12:56:06 -08:00
2025-01-21 12:56:06 -08:00
2025-01-21 12:56:06 -08:00
2025-01-21 12:56:06 -08:00
2026-02-25 11:54:17 -08:00
2025-06-01 17:20:16 -07:00
2025-10-22 10:40:11 -07:00
2025-01-21 12:56:06 -08:00
2025-11-14 08:56:35 -08:00
2026-03-27 11:00:02 -07:00
2025-10-14 13:40:54 -07:00
2025-01-21 12:56:06 -08:00
2025-02-14 17:53:47 -08:00
2025-01-21 12:56:06 -08:00
2025-01-21 12:56:06 -08:00
2025-01-21 12:56:06 -08:00
2025-01-21 12:56:06 -08:00
2025-03-10 09:58:06 -07:00
2025-05-12 09:25:26 -07:00
2025-01-21 12:56:06 -08:00
2025-01-21 12:56:06 -08:00
2025-01-21 12:56:06 -08:00
2025-01-21 12:56:06 -08:00
2025-03-03 08:17:47 -08:00
2025-01-21 12:56:06 -08:00
2025-05-22 14:20:11 -07:00
2025-08-11 14:16:04 -07:00
2025-07-09 16:08:29 -07:00
2026-03-26 12:42:57 -07:00
2025-01-21 12:56:06 -08:00
2025-11-19 15:00:37 -08:00
2025-01-21 12:56:06 -08:00
2025-08-11 14:16:04 -07:00
2025-08-25 14:22:02 -07:00
2025-01-21 12:56:06 -08:00
2026-04-03 13:01:08 -07:00
2025-01-21 12:56:06 -08:00
2025-08-11 14:16:04 -07:00
2025-01-21 12:56:06 -08:00
2025-08-11 14:16:04 -07:00
2025-01-21 12:56:06 -08:00
2025-01-21 12:56:06 -08:00
2025-01-21 12:56:06 -08:00
2025-01-21 12:56:06 -08:00
2025-01-21 12:56:06 -08:00
2026-03-03 15:09:37 -08:00
2026-03-25 14:00:48 -07:00
2025-02-14 17:53:49 -08:00
2025-08-11 14:16:04 -07:00
2025-01-21 12:56:06 -08:00
2025-07-22 08:49:15 -07:00
2025-08-11 14:16:04 -07:00
2025-01-21 12:56:06 -08:00
2025-09-10 13:34:58 -07:00
2025-01-21 12:56:06 -08:00
2026-03-16 15:04:37 -07:00
2026-01-20 14:13:04 -08:00
2025-08-11 14:16:04 -07:00
2025-01-21 12:56:06 -08:00
2025-01-21 12:56:06 -08:00
2025-01-21 12:56:06 -08:00
2025-01-21 12:56:06 -08:00
2025-01-21 12:56:06 -08:00
2025-11-10 09:28:48 -08:00
2025-01-21 12:56:06 -08:00
2026-02-07 17:04:26 -08:00
2025-01-21 12:56:06 -08:00
2025-01-21 12:56:06 -08:00
2025-10-10 12:51:46 -07:00
2025-07-14 11:19:28 -07:00
2025-01-21 12:56:06 -08:00
2025-05-27 07:51:01 -07:00
2025-01-21 12:56:06 -08:00
2025-01-21 12:56:06 -08:00
2026-02-24 11:16:35 -08:00
2025-04-14 14:43:52 -07:00
2025-01-21 12:56:06 -08:00
2025-05-27 15:31:08 -07:00
2025-08-11 14:16:03 -07:00
2026-03-27 13:40:40 -07:00
2025-01-21 12:56:06 -08:00
2025-09-19 10:02:56 -07:00
2026-02-17 10:49:51 -08:00
2025-01-21 12:56:06 -08:00
2025-01-21 12:56:06 -08:00
2025-12-14 17:04:37 +09:00
2025-11-19 15:00:45 -08:00
2025-01-21 12:56:06 -08:00
2025-08-11 14:16:04 -07:00
2025-08-11 14:16:04 -07:00
2026-03-06 13:02:20 -08:00
2025-05-20 11:43:36 -07:00
2025-08-06 07:36:30 -07:00
2025-10-02 12:26:12 -07:00
2025-01-21 12:56:06 -08:00
2025-01-21 12:56:06 -08:00
2025-01-21 12:56:06 -08:00
2025-12-21 11:33:10 +09:00
2025-12-20 14:55:43 +09:00
2025-01-21 12:56:06 -08:00
2026-04-01 21:34:25 -07:00
2026-03-16 10:48:14 -07:00
2025-01-21 12:56:06 -08:00
2026-02-09 11:58:53 -08:00
2026-01-06 08:10:14 +09:00
2025-08-04 08:10:33 -07:00
2025-01-21 12:56:06 -08:00
2025-10-22 11:38:58 -07:00
2025-01-21 12:56:06 -08:00
2025-04-14 14:43:52 -07:00
2026-03-12 10:56:05 -07:00
2025-08-11 14:16:04 -07:00
2025-01-21 12:56:06 -08:00
2025-01-21 12:56:06 -08:00
2025-01-21 12:56:06 -08:00
2025-01-21 12:56:06 -08:00
2026-02-11 12:29:07 -08:00
2025-01-21 12:56:06 -08:00
2025-02-14 17:53:47 -08:00
2025-01-21 12:56:06 -08:00
2026-02-05 21:14:05 -08:00
2025-10-28 10:29:09 -07:00
2025-12-21 11:33:10 +09:00
2026-03-30 08:19:40 -07:00
2025-12-21 11:33:10 +09:00
2025-05-27 15:31:05 -07:00
2026-02-05 21:14:05 -08:00
2025-08-11 14:16:03 -07:00
2025-07-28 14:24:03 -07:00
2025-01-21 12:56:06 -08:00
2025-10-28 10:29:09 -07:00
2025-01-21 12:56:06 -08:00
2025-01-21 12:56:06 -08:00
2025-01-21 12:56:06 -08:00
2025-08-11 14:16:04 -07:00
2026-01-23 13:34:35 -08:00
2025-01-21 12:56:06 -08:00
2025-01-21 12:56:06 -08:00
2025-08-11 14:16:04 -07:00
2025-05-12 09:25:27 -07:00
2025-05-12 09:25:27 -07:00
2025-05-12 09:25:27 -07:00
2025-05-12 09:25:27 -07:00
2025-04-07 14:39:27 -07:00
2025-01-21 12:56:06 -08:00
2025-09-17 13:47:24 -07:00
2026-02-09 12:09:10 -08:00
2025-05-12 09:25:26 -07:00
2026-03-16 10:48:14 -07:00
2025-03-10 09:58:06 -07:00
2025-11-04 09:25:51 -08:00
2025-01-21 12:56:06 -08:00
2025-10-15 10:29:35 -07:00
2025-01-21 12:56:06 -08:00
2025-12-03 00:17:07 -08:00
2025-01-21 12:56:06 -08:00
2025-01-21 12:56:06 -08:00
2026-01-16 12:40:27 -08:00
2025-01-21 12:56:06 -08:00
2025-01-21 12:56:06 -08:00
2025-01-21 12:56:06 -08:00
2025-01-21 12:56:06 -08:00
2026-02-07 17:41:03 -08:00
2026-02-24 11:16:33 -08:00
2025-01-21 12:56:06 -08:00
2025-01-21 12:56:06 -08:00
2026-03-16 21:00:44 -07:00
2026-03-28 11:41:59 -07:00
2025-10-14 13:40:53 -07:00
2025-01-21 12:56:06 -08:00
2026-02-06 09:43:26 -08:00
2025-01-21 12:56:06 -08:00
2025-01-21 12:56:06 -08:00
2025-01-21 12:56:06 -08:00
2025-03-10 09:58:06 -07:00
2025-11-06 09:45:38 -08:00
2026-03-02 21:35:05 -08:00
2026-02-17 11:46:41 -08:00
2025-07-14 11:19:22 -07:00
2025-03-05 07:25:11 -08:00
2025-01-21 12:56:06 -08:00
2025-08-11 14:16:03 -07:00
2025-01-21 12:56:06 -08:00
2025-01-21 12:56:06 -08:00
2025-03-10 09:58:06 -07:00
2025-08-11 14:16:03 -07:00
2025-01-21 12:56:06 -08:00
2025-11-12 12:21:15 -08:00
2025-02-14 17:53:47 -08:00
2025-01-21 12:56:06 -08:00
2025-07-07 13:45:00 -07:00
2026-03-16 21:05:42 -07:00
2025-08-11 14:16:03 -07:00
2025-08-11 14:16:04 -07:00
2022-10-25 15:44:19 -07:00
2026-01-21 08:26:00 -08:00
2025-01-21 12:56:06 -08:00
2025-12-05 14:49:56 +09:00
2023-05-10 10:23:29 -07:00
2025-11-19 15:00:42 -08:00
2025-05-27 07:51:00 -07:00
2026-03-02 17:06:52 -08:00
2026-02-13 13:39:26 -08:00
2025-06-25 14:07:35 -07:00
2025-01-21 12:56:06 -08:00
2025-09-19 10:02:56 -07:00
2026-03-23 13:06:58 -07:00
2025-10-05 16:10:53 -07:00
2025-11-24 10:55:48 -08:00
2025-01-21 12:56:06 -08:00
2026-02-05 21:14:05 -08:00
2026-02-10 12:27:07 -08:00
2025-07-07 13:45:00 -07:00
2026-02-25 11:54:17 -08:00
2025-01-21 12:56:06 -08:00
2025-01-21 12:56:06 -08:00
2025-12-16 09:42:44 +09:00
2025-01-21 12:56:06 -08:00
2025-12-19 21:51:01 +09:00
2026-03-19 09:54:56 -07:00
2025-03-10 09:58:06 -07:00
2025-01-21 12:56:06 -08:00
2025-01-21 12:56:06 -08:00
2025-11-19 15:00:42 -08:00
2025-01-21 12:56:06 -08:00
2026-03-24 12:31:32 -07:00