Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove ntlm_smb_lm_auth helper #2012

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2548,7 +2548,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>ntlm_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/acl/external/helpers.m4
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ SQUID_HELPER_FEATURE_CHECK([external_acl_helpers],[yes],[acl/external],[
SQUID_CHECK_HELPER([LDAP_group],[acl/external])
SQUID_CHECK_HELPER([delayer],[acl/external])
SQUID_CHECK_HELPER([SQL_session],[acl/external])
SQUID_CHECK_HELPER([eDirectory_userip],[acl/external])
SQUID_CHECK_HELPER([file_userip],[acl/external])
SQUID_CHECK_HELPER([kerberos_ldap_group],[acl/external])
SQUID_CHECK_HELPER([kerberos_sid_group],[acl/external])
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