]> git.ipfire.org Git - thirdparty/squid.git/commit - src/auth/basic/Config.h
SourceLayout: namespace for Auth::Config children
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 10 Apr 2011 01:31:59 +0000 (19:31 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 10 Apr 2011 01:31:59 +0000 (19:31 -0600)
commit372fccd60ef4f2fc14b0a0282f8fe0e717b35196
treee0e37f808791f3f27ccbf7777043bdd352442df7
parenta762951e75769875cc3dd267a4d59e66dc42690f
SourceLayout: namespace for Auth::Config children

No Logic changes.

Also, no code shuffling which should normally have been done with namespace.
Config children are currently too intwined with UserRequest children and
helper management. Logic changes are required before that can be done.
16 files changed:
src/auth/basic/Scheme.cc
src/auth/basic/UserRequest.cc
src/auth/basic/auth_basic.cc
src/auth/basic/auth_basic.h
src/auth/digest/Scheme.cc
src/auth/digest/UserRequest.cc
src/auth/digest/auth_digest.cc
src/auth/digest/auth_digest.h
src/auth/negotiate/Scheme.cc
src/auth/negotiate/UserRequest.cc
src/auth/negotiate/auth_negotiate.cc
src/auth/negotiate/auth_negotiate.h
src/auth/ntlm/Scheme.cc
src/auth/ntlm/UserRequest.cc
src/auth/ntlm/auth_ntlm.cc
src/auth/ntlm/auth_ntlm.h