Skip to content

Commit

Permalink
Remove ntlm_smb_lm_auth helper
Browse files Browse the repository at this point in the history
Our implementation of NTLM is based on an old snapshot
and adaptation of Samba code. It's more secure to rely
on the actively maintained tooling offered by Samba.
  • Loading branch information
kinkie committed Mar 5, 2025
1 parent c0e47f7 commit 91e7a09
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 745 deletions.
1 change: 0 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2547,7 +2547,6 @@ AC_CONFIG_FILES([
src/auth/negotiate/wrapper/Makefile
src/auth/ntlm/Makefile
src/auth/ntlm/fake/Makefile
src/auth/ntlm/SMB_LM/Makefile
src/auth/ntlm/SSPI/Makefile
src/base/Makefile
src/clients/Makefile
Expand Down
6 changes: 6 additions & 0 deletions doc/release-notes/release-8.sgml.in
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ The Squid-@SQUID_RELEASE@ change history can be <url url="https://github.com/squ
<p>Removed <em>ext_lm_group_acl</em> external acl helper. No product
currently on the market suports the LanManager protocol
in their default configuration.
<p>Removed <em>ntlm_smb_lm_auth</em> NTLM authentication helper.
Use the <em>html_auth</em> helper from the Samba project instead.

</descrip>

Expand Down Expand Up @@ -103,6 +105,10 @@ This section gives an account of those changes in three categories:
<p>Removed <em>LM_Group</em> helper. The LM protocol is
insecure and no longer supported on the market since 2008.

<tag>--enable-auth-ntlm=</tag>
<p>Removed <em>SMB_LM</em> helper, in favour of the <em>ntlm_auth</em>
alternative offered by the Samba project.

</descrip>
</p>

Expand Down
1 change: 0 additions & 1 deletion src/auth/ntlm/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ include $(top_srcdir)/src/Common.am

DIST_SUBDIRS = \
fake \
SMB_LM \
SSPI
SUBDIRS= $(NTLM_AUTH_HELPERS)
EXTRA_DIST= helpers.m4
Expand Down
23 changes: 0 additions & 23 deletions src/auth/ntlm/SMB_LM/Makefile.am

This file was deleted.

Loading

0 comments on commit 91e7a09

Please sign in to comment.