]> git.ipfire.org Git - thirdparty/squid.git/commit
SourceLayout: move NTLM helpers to src/auth/ntlm/
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 29 Jan 2016 18:16:17 +0000 (07:16 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 29 Jan 2016 18:16:17 +0000 (07:16 +1300)
commitb817c20fe424a2632976683e32d08558359f85db
treec13f2ed5fd78873478526b3a353c56b88c23c452
parent4d5dd85a6c94dae8be49bc4a0ac61ec90d28e260
SourceLayout: move NTLM helpers to src/auth/ntlm/
15 files changed:
configure.ac
doc/release-notes/release-4.sgml
src/auth/ntlm/Makefile.am
src/auth/ntlm/SMB_LM/Makefile.am [moved from helpers/ntlm_auth/smb_lm/Makefile.am with 94% similarity]
src/auth/ntlm/SMB_LM/ntlm_smb_lm_auth.cc [moved from helpers/ntlm_auth/smb_lm/ntlm_smb_lm_auth.cc with 100% similarity]
src/auth/ntlm/SMB_LM/required.m4 [moved from helpers/ntlm_auth/smb_lm/required.m4 with 95% similarity]
src/auth/ntlm/SSPI/Makefile.am [moved from helpers/ntlm_auth/SSPI/Makefile.am with 74% similarity]
src/auth/ntlm/SSPI/ntlm_sspi_auth.8 [moved from helpers/ntlm_auth/SSPI/ntlm_sspi_auth.8 with 100% similarity]
src/auth/ntlm/SSPI/ntlm_sspi_auth.cc [moved from helpers/ntlm_auth/SSPI/ntlm_sspi_auth.cc with 100% similarity]
src/auth/ntlm/SSPI/required.m4 [moved from helpers/ntlm_auth/SSPI/required.m4 with 100% similarity]
src/auth/ntlm/fake/Makefile.am [moved from helpers/ntlm_auth/fake/Makefile.am with 74% similarity]
src/auth/ntlm/fake/ntlm_fake_auth.cc [moved from helpers/ntlm_auth/fake/ntlm_fake_auth.cc with 100% similarity]
src/auth/ntlm/fake/ntlm_fake_auth.pl.in [moved from helpers/ntlm_auth/fake/ntlm_fake_auth.pl.in with 100% similarity]
src/auth/ntlm/fake/required.m4 [moved from helpers/ntlm_auth/fake/required.m4 with 100% similarity]
src/auth/ntlm/helpers.m4 [moved from helpers/ntlm_auth/modules.m4 with 87% similarity]