------------------------------------------------------------ revno: 12284 revision-id: squid3@treenet.co.nz-20120814120416-wp3jik4ud3uwb4co parent: kinkie@squid-cache.org-20120814115307-npwzzackw0iu4k79 committer: Amos Jeffries branch nick: trunk timestamp: Tue 2012-08-14 06:04:16 -0600 message: Remove --enable-ntlm-fail-open This feature has been half missing for quite some time (10 years). The SMB helper sends the LD code back to Squid when the directive is compiled in, but there is no Squid code handling such responses, back as far as squid-2. ------------------------------------------------------------ # Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: squid3@treenet.co.nz-20120814120416-wp3jik4ud3uwb4co # target_branch: http://bzr.squid-cache.org/bzr/squid3/trunk/ # testament_sha1: 04b0a57b4b27f4da160195dde6677769aaca5c9f # timestamp: 2012-08-14 12:08:51 +0000 # source_branch: http://bzr.squid-cache.org/bzr/squid3/trunk/ # base_revision_id: kinkie@squid-cache.org-20120814115307-\ # npwzzackw0iu4k79 # # Begin patch === modified file 'configure.ac' --- configure.ac 2012-06-12 08:50:53 +0000 +++ configure.ac 2012-08-14 12:04:16 +0000 @@ -2013,19 +2013,6 @@ SQUID_STATE_ROLLBACK([krbsave]) AM_CONDITIONAL(HAVE_SPNEGO, test x"$squid_cv_have_spnego" = x"yes" ) -dnl Enable "NTLM fail open" -AC_ARG_ENABLE(ntlm-fail-open, - AS_HELP_STRING([--enable-ntlm-fail-open], - [Enable NTLM fail open, where a helper that fails one of the - Authentication steps can allow squid to still authenticate - the user. This has security implications, and is deprecated]), -[ - SQUID_YESNO([$enableval],[--enable-ntlm-fail-open takes no argument]) -]) -SQUID_DEFINE_BOOL(NTLM_FAIL_OPEN,${enable_ntlm_fail_open:=no}, - [Define if NTLM is allowed to fail gracefully when a helper has problems.]) -AC_MSG_NOTICE([ntlm-fail-open enabled: $enable_ntlm_fail_open]) - AC_ARG_ENABLE(external-acl-helpers, AS_HELP_STRING([--enable-external-acl-helpers="list of helpers"], [Enable external_acl helpers support and thelpers themselves. === modified file 'doc/release-notes/release-3.3.sgml' --- doc/release-notes/release-3.3.sgml 2011-05-29 12:59:25 +0000 +++ doc/release-notes/release-3.3.sgml 2012-08-14 12:04:16 +0000 @@ -105,6 +105,8 @@ Removed options