From 74ab8d1068d7fda8e7cc8aa85aa50eeff5d5f4f8 Mon Sep 17 00:00:00 2001 From: hno <> Date: Sun, 19 Mar 2006 08:30:30 +0000 Subject: [PATCH] Session acl helper for trackig user sessions --- configure.in | 5 +++-- helpers/external_acl/Makefile.am | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/configure.in b/configure.in index 499f2960fe..78ef82834b 100644 --- a/configure.in +++ b/configure.in @@ -3,7 +3,7 @@ dnl Configuration input file for Squid dnl dnl Duane Wessels, wessels@nlanr.net, February 1996 (autoconf v2.9) dnl -dnl $Id: configure.in,v 1.396 2005/12/29 02:48:23 hno Exp $ +dnl $Id: configure.in,v 1.397 2006/03/19 01:30:30 hno Exp $ dnl dnl dnl @@ -13,7 +13,7 @@ AC_CONFIG_SRCDIR([src/main.cc]) AC_CONFIG_AUX_DIR(cfgaux) AM_INIT_AUTOMAKE(squid, 3.0-PRE3-CVS) AM_CONFIG_HEADER(include/autoconf.h) -AC_REVISION($Revision: 1.396 $)dnl +AC_REVISION($Revision: 1.397 $)dnl AC_PREFIX_DEFAULT(/usr/local/squid) AM_MAINTAINER_MODE @@ -3007,6 +3007,7 @@ AC_CONFIG_FILES([\ helpers/external_acl/Makefile \ helpers/external_acl/ip_user/Makefile \ helpers/external_acl/ldap_group/Makefile \ + helpers/external_acl/session/Makefile \ helpers/external_acl/unix_group/Makefile \ helpers/external_acl/wbinfo_group/Makefile \ helpers/external_acl/mswin_lm_group/Makefile diff --git a/helpers/external_acl/Makefile.am b/helpers/external_acl/Makefile.am index 6471ea6397..f0cb571920 100644 --- a/helpers/external_acl/Makefile.am +++ b/helpers/external_acl/Makefile.am @@ -1,7 +1,7 @@ # Makefile for storage modules in the Squid Object Cache server # -# $Id: Makefile.am,v 1.5 2005/10/31 16:29:45 serassio Exp $ +# $Id: Makefile.am,v 1.6 2006/03/19 01:30:30 hno Exp $ # -DIST_SUBDIRS = ip_user ldap_group unix_group wbinfo_group mswin_lm_group +DIST_SUBDIRS = ip_user ldap_group session unix_group wbinfo_group mswin_lm_group SUBDIRS = @EXTERNAL_ACL_HELPERS@ -- 2.47.2