]> git.ipfire.org Git - thirdparty/squid.git/commit
basic_msnt_auth: rename to basic_smb_lm_auth and deprecate
authorAmos Jeffries <squid3@treenet.co.nz>
Tue, 30 Dec 2014 10:05:05 +0000 (02:05 -0800)
committerAmos Jeffries <squid3@treenet.co.nz>
Tue, 30 Dec 2014 10:05:05 +0000 (02:05 -0800)
commit8f0e29d259332e0adfa27bb365851df7866e3453
treeb3a390a40a2d2858f6f8e42605eb836c668eb43b
parentaadbbd7d080ef1662bfd7ea568edbb29f25fdd72
basic_msnt_auth: rename to basic_smb_lm_auth and deprecate
13 files changed:
CREDITS
configure.ac
doc/release-notes/release-3.6.sgml
helpers/basic_auth/Makefile.am
helpers/basic_auth/SMB_LM/Makefile.am [moved from helpers/basic_auth/MSNT/Makefile.am with 91% similarity]
helpers/basic_auth/SMB_LM/README.html [moved from helpers/basic_auth/MSNT/README.html with 100% similarity]
helpers/basic_auth/SMB_LM/msntauth-v2.0.lsm [moved from helpers/basic_auth/MSNT/msntauth-v2.0.lsm with 100% similarity]
helpers/basic_auth/SMB_LM/msntauth.cc [moved from helpers/basic_auth/MSNT/msntauth.cc with 98% similarity]
helpers/basic_auth/SMB_LM/msntauth.h [moved from helpers/basic_auth/MSNT/msntauth.h with 100% similarity]
helpers/basic_auth/SMB_LM/required.m4 [moved from helpers/basic_auth/MSNT/required.m4 with 94% similarity]
helpers/basic_auth/SMB_LM/valid.cc [moved from helpers/basic_auth/MSNT/valid.cc with 100% similarity]
helpers/basic_auth/SMB_LM/valid.h [moved from helpers/basic_auth/MSNT/valid.h with 100% similarity]
helpers/basic_auth/modules.m4