]> git.ipfire.org Git - thirdparty/squid.git/commit
Drop no_check.pl NTLM helper
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 14 Jun 2010 11:33:42 +0000 (23:33 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 14 Jun 2010 11:33:42 +0000 (23:33 +1200)
commit266d355edd939a9c5891a39ee238b6545d871338
tree36dc27119351a15ae0650c6ac8efce6de4aca41b
parenta80dfff0fb32ecabac32da1d58996893db6e44ed
Drop no_check.pl NTLM helper

It was a near duplicate of ntlm_fake_auth. But with some additional
cons:
 * predictable challenge nonce (BAD)
 * less configurable
 * required run-time perl infrastructure.

The original perl code is kept as ntlm_fake_auth.pl.in for now but does
not get built and installed.
doc/release-notes/release-3.2.sgml
helpers/ntlm_auth/fake/Makefile.am
helpers/ntlm_auth/fake/ntlm_fake_auth.pl.in [moved from helpers/ntlm_auth/no_check/no_check.pl with 93% similarity]
helpers/ntlm_auth/no_check/Makefile.am [deleted file]
helpers/ntlm_auth/no_check/README.no_check_ntlm_auth [deleted file]
helpers/ntlm_auth/no_check/config.test [deleted file]