]> git.ipfire.org Git - thirdparty/squid.git/commit
Make FTP and CacheMgr obey --disable-auth-basic
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 14 Jan 2011 14:10:21 +0000 (07:10 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 14 Jan 2011 14:10:21 +0000 (07:10 -0700)
commit9da6b59469979a9e9ed915108d563009e46e5dbc
tree12e79aaf1d99c0f83a021bb3a8ce1083b122bb7c
parentaed9a15b8fceabd8e4347b4fcca55c7fcafe3335
Make FTP and CacheMgr obey --disable-auth-basic

When teh proxy has been built with this auth module explicitly disabled
do not add headers indicating that it is available.

The side effect of not having Basic authentication support in the proxy
is that FTP is reduced to depending on URL logins and CacheMgr protected
actions cannot be used.
src/cache_manager.cc
src/ftp.cc