]> git.ipfire.org Git - thirdparty/squid.git/commit - src/tests/testAuth.cc
SourceLayout: namesapce for Auth::User children
authorAmos Jeffries <squid3@treenet.co.nz>
Thu, 14 Apr 2011 02:40:59 +0000 (20:40 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Thu, 14 Apr 2011 02:40:59 +0000 (20:40 -0600)
commitaa11061659296cfc4e5b431ba5581b39798e657e
treeda0f17f5abedc312bc064818592c07644b094f42
parentbb51d6a30c5830068c89628f8f3a565cbce452c8
SourceLayout: namesapce for Auth::User children

Also, shuffle the resulting classes into their own compilation units.

No Logic changes.
Have omitted shuffling or altering two Auth::Basic::User methods handling
the validation short-circuit since these shodul not be part of that class.
Followup patch will move them appropriately.
24 files changed:
src/auth/basic/Makefile.am
src/auth/basic/User.cc [new file with mode: 0644]
src/auth/basic/User.h [new file with mode: 0644]
src/auth/basic/UserRequest.cc
src/auth/basic/auth_basic.cc
src/auth/basic/auth_basic.h
src/auth/digest/Makefile.am
src/auth/digest/User.cc [new file with mode: 0644]
src/auth/digest/User.h [new file with mode: 0644]
src/auth/digest/UserRequest.cc
src/auth/digest/auth_digest.cc
src/auth/digest/auth_digest.h
src/auth/negotiate/Makefile.am
src/auth/negotiate/User.cc [new file with mode: 0644]
src/auth/negotiate/User.h [new file with mode: 0644]
src/auth/negotiate/UserRequest.cc
src/auth/negotiate/auth_negotiate.cc
src/auth/negotiate/auth_negotiate.h
src/auth/ntlm/Makefile.am
src/auth/ntlm/User.cc [new file with mode: 0644]
src/auth/ntlm/User.h [new file with mode: 0644]
src/auth/ntlm/auth_ntlm.cc
src/auth/ntlm/auth_ntlm.h
src/tests/testAuth.cc