/*
- * $Id: acl.cc,v 1.138 1998/02/08 17:43:03 wessels Exp $
+ * $Id: acl.cc,v 1.139 1998/02/11 03:14:36 wessels Exp $
*
* DEBUG: section 28 Access Control
* AUTHOR: Duane Wessels
static wordlist *aclDumpProtoList(void *data);
static wordlist *aclDumpMethodList(void *data);
static wordlist *aclDumpProxyAuth(void *data);
-static wordlist * aclDumpUnimplemented(void);
+static wordlist *aclDumpUnimplemented(void);
#if USE_ARP_ACL
static int checkARP(u_long ip, char *eth);
+
/*
- * $Id: client.cc,v 1.54 1998/02/06 17:50:20 wessels Exp $
+ * $Id: client.cc,v 1.55 1998/02/11 03:14:37 wessels Exp $
*
* DEBUG: section 0 WWW Client
* AUTHOR: Harvest Derived
if (theInIcpConnection < 0)
return;
if (theInIcpConnection != theOutIcpConnection) {
- debug(12, 1) ("FD %d Closing ICP connection\n", theInIcpConnection);
+ debug(12, 1) ("FD %d Closing ICP connection\n", theInIcpConnection);
comm_close(theInIcpConnection);
}
/*
{
icpConnectionShutdown();
if (theOutIcpConnection > -1) {
- debug(12, 1) ("FD %d Closing ICP connection\n", theOutIcpConnection);
+ debug(12, 1) ("FD %d Closing ICP connection\n", theOutIcpConnection);
comm_close(theOutIcpConnection);
}
}
/*
- * $Id: store_dir.cc,v 1.51 1998/02/10 18:06:22 wessels Exp $
+ * $Id: store_dir.cc,v 1.52 1998/02/11 03:14:39 wessels Exp $
*
* DEBUG: section 47 Store Directory Routines
* AUTHOR: Duane Wessels
return fullpath;
}
-static void
+static void
storeCreateDirectory(const char *path, int lvl)
{
struct stat st;
+
struct _acl_ip_data {
struct in_addr addr1; /* if addr2 non-zero then its a range */
struct in_addr addr2;