]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Moved src/ACL* and a few related files into src/acl/.
authorAlex Rousskov <rousskov@measurement-factory.com>
Sun, 8 Mar 2009 21:19:10 +0000 (15:19 -0600)
committerAlex Rousskov <rousskov@measurement-factory.com>
Sun, 8 Mar 2009 21:19:10 +0000 (15:19 -0600)
Renamed ACL source files from ACLFoo.{cc,cci,h} to Foo.{cc,cci,h}.

Many targets in src/Makefile.am depended on selected ACL ACL*cc and related
sources.  These targets depend on acl/* libraries now. As a part of this
cleanup and reorganization, the number of ufsdump sources went from about 160
to about 20.

Context: SourceLayout: acl/, take 1

src/auth/Gadgets.h [moved from src/authenticate.h with 93% similarity]

similarity index 93%
rename from src/authenticate.h
rename to src/auth/Gadgets.h
index b6937fec716959dc346b53b68cdbcdfd151dc972..77b08b595645e35a1be661e4c1ad2595c5cf67f2 100644 (file)
  *
  */
 
-#ifndef SQUID_AUTHENTICATE_H
-#define SQUID_AUTHENTICATE_H
+#ifndef SQUID_AUTH_GADGETS_H
+#define SQUID_AUTH_GADGETS_H
 
-#include "client_side.h"
+#include "hash.h"
+#include "MemPool.h"
+#include "typedefs.h" /* for authConfig */
 
 class AuthUser;
 
@@ -65,6 +67,7 @@ MEMPROXY_CLASS_INLINE(AuthUserHashPointer);
 
 class ConnStateData;
 class AuthScheme;
+class StoreEntry;
 
 /**
  \ingroup AuthAPI
@@ -98,4 +101,4 @@ extern void authenticateUserCacheRestart(void);
 /// \ingroup AuthAPI
 extern void authenticateOnCloseConnection(ConnStateData * conn);
 
-#endif /* SQUID_AUTHENTICATE_H */
+#endif /* SQUID_AUTH_GADGETS_H */