]> git.ipfire.org Git - thirdparty/squid.git/commit
Added auth_schemes to control schemes presence and order in 401s/407s.
authorEduard Bagdasaryan <eduard.bagdasaryan@measurement-factory.com>
Sat, 10 Dec 2016 04:48:25 +0000 (21:48 -0700)
committerAlex Rousskov <rousskov@measurement-factory.com>
Sat, 10 Dec 2016 04:48:25 +0000 (21:48 -0700)
commit5bfc3dbd3b2f44d27b807a36ae94e063778e018a
tree3aaba54dfa0cf70a1987b5db15a4a11db0ec50bf
parentf42a85acfb06ac79dc7bbbe380d9464af9990d9d
Added auth_schemes to control schemes presence and order in 401s/407s.

The new squid.conf directive may be used to customize authentication
schemes presence and order in Squid's HTTP 401 (Unauthorized) and 407
(Proxy Authentication Required) responses. The defaults remain the same.
src/SquidConfig.h
src/auth/Config.cc
src/auth/Config.h
src/auth/Makefile.am
src/auth/SchemesConfig.cc [new file with mode: 0644]
src/auth/SchemesConfig.h [new file with mode: 0644]
src/auth/UserRequest.cc
src/cache_cf.cc
src/cf.data.depend
src/cf.data.pre
src/tests/stub_libauth.cc