]> git.ipfire.org Git - thirdparty/squid.git/commit
SourceLayout: src/auth, take 0
authorAlex Rousskov <rousskov@measurement-factory.com>
Tue, 24 Feb 2009 23:52:44 +0000 (16:52 -0700)
committerAlex Rousskov <rousskov@measurement-factory.com>
Tue, 24 Feb 2009 23:52:44 +0000 (16:52 -0700)
commit2d2b0bb74692cd9542750915021fc1cee26efa8b
treeccc87648a8cd4a352ccf05b48fb608828507036c
parentedb6d4af73b7df7a39ec49b2a4ac58dbd055cc12
SourceLayout: src/auth, take 0

Moved src/AuthFoo* to src/auth/Foo*
All auth libraries are built in auth/ now.

Simplified and documented AUTH_* autotools variables.

Auth sources are no longer added to executables directly.

TODO: Add Makefiles to specific auth modules.
TODO: Add Auth namespace and rename auth classes accordingnly.

These changes were triggered by a yet unfinished attempt to make
"make distclean" work.
38 files changed:
configure.in
src/ACLChecklist.cc
src/ACLMaxUserIP.cc
src/ACLProxyAuth.cc
src/DelayUser.cc
src/HttpRequest.cc
src/ICAP/ICAPModXact.cc
src/Makefile.am
src/auth/Config.cc [moved from src/AuthConfig.cc with 98% similarity]
src/auth/Config.h [moved from src/AuthConfig.h with 100% similarity]
src/auth/Makefile.am
src/auth/Scheme.cc [moved from src/AuthScheme.cc with 98% similarity]
src/auth/Scheme.h [moved from src/AuthScheme.h with 100% similarity]
src/auth/User.cc [moved from src/AuthUser.cc with 99% similarity]
src/auth/User.cci [moved from src/AuthUser.cci with 100% similarity]
src/auth/User.h [moved from src/AuthUser.h with 99% similarity]
src/auth/UserRequest.cc [moved from src/AuthUserRequest.cc with 99% similarity]
src/auth/UserRequest.h [moved from src/AuthUserRequest.h with 100% similarity]
src/auth/basic/auth_basic.h
src/auth/basic/basicScheme.h
src/auth/digest/auth_digest.h
src/auth/digest/digestScheme.h
src/auth/negotiate/auth_negotiate.h
src/auth/negotiate/negotiateScheme.h
src/auth/ntlm/auth_ntlm.h
src/auth/ntlm/ntlmScheme.h
src/authenticate.cc
src/cache_cf.cc
src/client_side.cc
src/client_side_reply.cc
src/client_side_request.cc
src/errorpage.cc
src/external_acl.cc
src/http.cc
src/peer_userhash.cc
src/redirect.cc
src/stat.cc
src/tests/testAuth.cc