]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Rename bundled ntlm_auth helper to ntlm_smb_lm_auth
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 27 Oct 2008 02:20:02 +0000 (15:20 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 27 Oct 2008 02:20:02 +0000 (15:20 +1300)
To reduce confusion with the similarly named but more useful Samba helper.

ntlm_smb_lm_auth is chosen to fit planned naming schema for auth helpers.

Helper binary name is constructed from its type (NTLM), actions (SMB LanManager),
and usage (Authentication) ::  ntlm_smb_lm_auth


Trivial merge