Date: Fri, 22 Dec 2006 16:40:56 GMT From: Denis Barov<dindin@freebsd.org.ua> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/107102: [NEW PORT] www/sams Squid Accounting and Management System Message-ID: <200612221640.kBMGeusL008083@www.freebsd.org> Resent-Message-ID: <200612221650.kBMGoGgG040211@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 107102 >Category: ports >Synopsis: [NEW PORT] www/sams Squid Accounting and Management System >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Dec 22 16:50:16 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Denis Barov >Release: FreeBSD 5.x, 6.x, 7.x >Organization: TBT >Environment: FreeBSD alpha.tvt 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #2: Tue Oct 10 12:50:53 MSD 2006 root@alpha.tvt:/usr/obj/usr/RELENG_6/src/sys/ALPHA i386 >Description: add Squid Accounting and Management System (http://sams.irc.perm.ru/) into ports tree >How-To-Repeat: -- >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # www/sams # www/sams/files # www/sams/files/pkg-message.in # www/sams/files/patch-sams.conf # www/sams/files/patch-configure # www/sams/files/patch-Makefile.in # www/sams/files/setup.sh # www/sams/files/sams.sh.in # www/sams/Makefile # www/sams/distinfo # www/sams/pkg-descr # www/sams/pkg-plist # echo c - www/sams mkdir -p www/sams > /dev/null 2>&1 echo c - www/sams/files mkdir -p www/sams/files > /dev/null 2>&1 echo x - www/sams/files/pkg-message.in sed 's/^X//' >www/sams/files/pkg-message.in << 'END-of-www/sams/files/pkg-message.in' X X X*********************************************************************** X* INSTALL COMPLETE * X*********************************************************************** X XIf you want setup SAMS database, copy X%%PREFIX%%/etc/sams.conf.sample to %%PREFIX%%/etc/sams.conf, Xrun: X X# make setup X Xand follow directions. X XDon't forget to add X Xsams_enable="YES X Xinto your /etc/rc.conf. X XAdditionaly you must configure your Apache. For example add: X XAlias /sams/ "%%PREFIX%%/share/sams/" X<Directory "%%PREFIX%%/share/sams/"> X AllowOverride AuthConfig X Options Indexes MultiViews X Order allow,deny X Allow from all X</Directory> X Xinto %%PREFIX%%/etc/apache/httpd.conf. X XNOTE: You need config SQUID with SQUID_DELAY_POOLS to use SAMS. X********************************************************************** X X END-of-www/sams/files/pkg-message.in echo x - www/sams/files/patch-sams.conf sed 's/^X//' >www/sams/files/patch-sams.conf << 'END-of-www/sams/files/patch-sams.conf' X--- etc/sams.conf.orig Mon Mar 6 14:59:58 2006 X+++ etc/sams.conf Fri Dec 22 11:17:39 2006 X@@ -4,19 +4,19 @@ X MYSQLHOSTNAME=localhost X MYSQLUSER=sams X MYSQLPASSWORD=samspasswd X-MYSQLVERSION=4.0 X+MYSQLVERSION=4.1 X SQUIDCACHEFILE=access.log X-SQUIDROOTDIR=/etc/squid X-SQUIDLOGDIR=/var/log/squid X+SQUIDROOTDIR=/usr/local/etc/squid X+SQUIDLOGDIR=/usr/local/squid/logs/ X SAMSPATH=/usr/local X-SQUIDPATH=/usr/sbin X+SQUIDPATH=/usr/local/sbin X SQUIDGUARDLOGPATH=/var/log X-SQUIDGUARDDBPATH=/var/db/squidguard X-RECODECOMMAND=iconv -f KOI8-R -t 866 %finp > %fout X+SQUIDGUARDDBPATH=/var/db/squidGuard X+RECODECOMMAND=/usr/local/bin/iconv -f KOI8-R -t 866 %finp > %fout X LDAPSERVER=servername_or_ipadress X LDAPBASEDN=your.domain X LDAPUSER=DomainAdministrator X LDAPUSERPASSWD=passwd X LDAPUSERSGROUP=Users X REJIKPATH=/usr/local/rejik X-SHUTDOWNCOMMAND=shutdown -h now X+SHUTDOWNCOMMAND=/sbin/shutdown -h now END-of-www/sams/files/patch-sams.conf echo x - www/sams/files/patch-configure sed 's/^X//' >www/sams/files/patch-configure << 'END-of-www/sams/files/patch-configure' X--- configure.orig Mon Apr 10 20:59:48 2006 X+++ configure Thu Dec 21 16:33:07 2006 X@@ -6701,21 +6701,29 @@ X $ac_cs_success || { (exit 1); exit 1; } X fi X X- X+CASHE_DIR=./tmp X+CASHE=${CASHE_DIR}/config.cashe X+[ -d ./tmp ] || mkdir ${CASHE_DIR} X+[ -f ./tmp/config.cashe ] && truncate ${CASHE} X+exec 7>> ${CASHE} X echo "$as_me:$LINENO: result: " >&5 X echo "${ECHO_T}" >&6 X echo "$as_me:$LINENO: result: ***** Options and locations *****" >&5 X echo "${ECHO_T}***** Options and locations *****" >&6 X echo "$as_me:$LINENO: result: system: $OS" >&5 X echo "${ECHO_T}system: $OS" >&6 X+echo "OS=$OS" >&7 X echo "$as_me:$LINENO: result: default path: $prefix" >&5 X-echo "${ECHO_T}default path: $prefix" >&6 X+echo "PREFIX=$prefix" >&7 X echo "$as_me:$LINENO: result: default runtime config file: $CONFIG_FILE" >&5 X echo "${ECHO_T}default runtime config file: $CONFIG_FILE" >&6 X+echo "CONFIG_FILE=$CONFIG_FILE" >&7 X echo "$as_me:$LINENO: result: location the SAMS startup script: $DST_RCD_LOC" >&5 X echo "${ECHO_T}location the SAMS startup script: $DST_RCD_LOC" >&6 X+echo "RC_FILE=$DST_RCD_LOC" >&7 X echo "$as_me:$LINENO: result: location HTTP server root directory: $DST_HTTPD_LOC" >&5 X echo "${ECHO_T}location HTTP server root directory: $DST_HTTPD_LOC" >&6 X+echo "DOCUMENT_ROOT=$DST_HTTPD_LOC" >&7 X echo "$as_me:$LINENO: result: location mysql includes: $DST_MYSQL_INC" >&5 X echo "${ECHO_T}location mysql includes: $DST_MYSQL_INC" >&6 X echo "$as_me:$LINENO: result: location mysql libraries: $DST_MYSQL_LIBS" >&5 END-of-www/sams/files/patch-configure echo x - www/sams/files/patch-Makefile.in sed 's/^X//' >www/sams/files/patch-Makefile.in << 'END-of-www/sams/files/patch-Makefile.in' X--- Makefile.in.orig Mon Apr 17 08:51:33 2006 X+++ Makefile.in Thu Dec 21 17:40:00 2006 X@@ -201,12 +201,11 @@ X echo "move old sams.conf to sams.conf.old"; \ X mv /etc/sams.conf /etc/sams.conf.old; \ X fi X- cp ./etc/sams.conf $(sysconfdir); X+ cp ./etc/sams.conf $(sysconfdir).sample; X cp ./sams $(bindir); X cp ./samsf $(bindir); X cp ./samsredir $(bindir); X cp ./samsdaemon $(bindir); X- cp ./etc/samsd $(RCDPATH); X cp ./mysql/recover_admin_passwd $(bindir); X -@if test ! -d $(datadir); then \ X echo "creating $(datadir)"; \ END-of-www/sams/files/patch-Makefile.in echo x - www/sams/files/setup.sh sed 's/^X//' >www/sams/files/setup.sh << 'END-of-www/sams/files/setup.sh' X#!/bin/sh X#$FreeBSD$ X#SAMS database setup script XTMP=./tmp X X. ${TMP}/config.cashe X X CONFIGFILEPATH="${CONFIG_FILE}" X if [ ! -f ${CONFIG_FILE} -a -f ${CONFIG_FILE}.sample ]; then X echo "You must copy ${CONFIG_FILE}.sample into ${CONFIG_FILE} first" X exit X fi X X if [ ! -f ${CONFIG_FILE} -a ! -f ${CONFIG_FILE}.sample ]; then X echo "Install SAMS (type \"make install\") before setup it" X exit X fi X X################################################################## X# X# Create SAMS user and databases X# X################################################################## XCreateSAMSDatabases() X{ X# Some defaults XMYSQLHOSTNAME="localhost" XMYSQLPASSWORD="samspasswd" XMYSQLVERSION="4.0" XSQUIDCACHEFILE="access.log" X Xstty_orig=`stty -g` Xclear Xecho "This master will help you to setup SAMS database and configuration" Xecho "Enter mysql-server hostname:" Xecho -n "[${MYSQLHOSTNAME}]: " Xread var X[ "$var" != "" ] && MYSQLHOSTNAME=$var Xecho "Hostname is ${MYSQLHOSTNAME}" Xecho "" Xecho "Print MySQL root password." Xecho -n "[]: " Xstty -echo Xread var Xstty $stty_orig Xecho "" X Xif [ "$var" != "" ]; then X ROOTPASS=$var Xfi X Xunset var X Xwhile [ "$var" != "yes" -a "$var" != "no" ]; do X echo "Create SAMS user for MySQL database (yes/no)?" X echo -n "[yes]: " X read var X if [ "$var" = "yes" -o "$var" = "" ]; then X SAMSUSER=1 X var="yes" X else if [ "$var" = "no" ]; then X SAMSUSER=0 X fi; fi Xdone X Xecho "Create MySQL SAMS user" Xpass1="a" X Xwhile [ "$pass1" != "$pass2" ]; do Xecho "Enter NEW password for SAMS MySQL user." Xecho -n "[]: " Xstty -echo Xread pass1 Xstty $stty_orig Xecho "Retype password." Xecho -n "[]: " Xstty -echo Xread pass2 Xstty $stty_orig X X [ "$pass1" != "$pass2" ] && echo "Passwords don't match" Xdone XMYSQLPASSWORD=${pass1} X Xunset var X Xwhile [ "$var" != "yes" -a "$var" != "no" ]; do X echo "Create SAMS database (yes/no)?" X echo -n "[yes]: " X read var X if [ "$var" = "yes" -o "$var" = "" ]; then X SAMSBASE=1 X var="yes" X else if [ "$var" = "no" ]; then X SAMSBASE=0 X fi; fi Xdone X Xunset var X Xwhile [ "$var" != "yes" -a "$var" != "no" ]; do Xecho -e "Insert parameters into \n$CONFIGFILEPATH?" X echo -n "[yes]: " X read var X if [ "$var" = "yes" -o "$var" = "" ]; then X EDITCONF=1 X var="yes" X else if [ "$var" = "no" ]; then X EDITCONF=0 Xfi; fi Xdone X Xif [ ${SAMSUSER} -eq 1 ]; then X mysql -u root --password="$ROOTPASS" \ X--execute="GRANT ALL ON squidctrl.* TO sams@localhost IDENTIFIED BY \"${MYSQLPASSWORD}\";" X mysql -u root --password="$ROOTPASS" \ X--execute="GRANT ALL ON squidlog.* TO sams@localhost IDENTIFIED BY \"${MYSQLPASSWORD}\";" Xfi X Xif [ ${SAMSBASE} -eq 1 ]; then X mysql -u root -h ${MYSQLHOSTNAME} \ X --password="$ROOTPASS" <./mysql/sams_db.sql X mysql -u root -h ${MYSQLHOSTNAME} \ X --password="$ROOTPASS" <./mysql/squid_db.sql Xfi X Xif [ ${EDITCONF} -eq 1 ]; then X echo "MYSQLUSER=sams" >> $CONFIGFILEPATH X echo "MYSQLPASSWORD=${MYSQLPASSWORD}" >> $CONFIGFILEPATH X echo "MYSQLHOSTNAME=${MYSQLHOSTNAME}" >> $CONFIGFILEPATH Xfi Xreturn X} X X XCreateSAMSDatabases X X Xecho "Basic setup done. Don't forget to edit" Xecho "$CONFIGFILEPATH manually for detailed configuration" END-of-www/sams/files/setup.sh echo x - www/sams/files/sams.sh.in sed 's/^X//' >www/sams/files/sams.sh.in << 'END-of-www/sams/files/sams.sh.in' X#!/bin/sh X# $FreeBSD$ X X# PROVIDE: sams X# REQUIRE: LOGIN cleanvar X# KEYWORD: shutdown X X# Define these sams_* variables in one of these files: X# /etc/rc.conf X# /etc/rc.conf.local X# /etc/rc.conf.d/sams X# X# DO NOT CHANGE THESE DEFAULT VALUES HERE X# Xsams_enable=${sams_enable-"NO"} Xsams_flags=${sams_flags-""} Xsams_pidfile=${sams_pidfile-"/var/run/samsdaemon.pid"} X X. %%RC_SUBR%% X Xname="sams" Xrcvar=`set_rcvar` Xcommand="%%PREFIX%%/bin/samsdaemon" X Xload_rc_config $name X Xpidfile="${sams_pidfile}" X Xrun_rc_command "$1" END-of-www/sams/files/sams.sh.in echo x - www/sams/Makefile sed 's/^X//' >www/sams/Makefile << 'END-of-www/sams/Makefile' X# New ports collection makefile for: flamerobin X# Date created: 12 December 2006 X# Whom: dindin X# X# $FreeBSD$ X# X XPORTNAME= sams XPORTVERSION= 20060417 XCATEGORIES= www XMASTER_SITES= http://sams.irc.perm.ru/downloads/ XDISTNAME= ${PORTNAME}-${PORTVERSION} X XMAINTAINER= dindin@FreeBSD.org.ua XCOMMENT= Squid Accounting Management System X XLIB_DEPENDS= mysqlclient:${PORTSDIR}/databases/mysql41-client XLIB_DEPENDS+= pcre:${PORTSDIR}/devel/pcre X XWRKSRC= ${WRKDIR}/${PORTNAME} X XUSE_RC_SUBR= sams.sh X XUSE_PHP= gd mysql ldap X XOPTIONS= NTLM "NTLM autorization/ActiveDirectory support" off \ X APACHE2 "Use apache version 2" off X XOPTIONSFILE?= ${PORT_DBDIR}/${PORTNAME}/options X X.if exists(${OPTIONSFILE}) X.include "${OPTIONSFILE}" X.endif X XUSE_GMAKE= yes XGNU_CONFIGURE= yes X XCONFIGURE_TARGET=--build=${ARCH}-portbld-freebsd${OSREL} XCONFIGURE_ARGS=--with-configfile=${LOCALBASE}/etc/sams.conf \ X --with-rcd-locations=${LOCALBASE}/etc/rc.d/ \ X --with-httpd-locations=${DOCUMENT_ROOT} X XSUB_FILES= pkg-message X X.include <bsd.port.pre.mk> X X.if defined(WITH_NTLM) XRUN_DEPENDS= ${LOCALBASE}/bin/ntlm_auth:${PORTSDIR}/net/samba3 X.endif X X.if defined(WITH_APACHE2) XRUN_DEPENDS+= ${LOCALBASE}/sbin/httpd:${PORTSDIR}/www/apache13 X.else XRUN_DEPENDS+= ${LOCALBASE}/sbin/httpd:${PORTSDIR}/www/apache22 X.endif X Xpost-extract: X ${INSTALL_SCRIPT} ${FILESDIR}/setup.sh ${WRKSRC}/ X Xpost-install: X @${CAT} ${PKGMESSAGE} X Xsetup: X @cd ${WRKSRC}; ${WRKSRC}/setup.sh X X.include <bsd.port.post.mk> END-of-www/sams/Makefile echo x - www/sams/distinfo sed 's/^X//' >www/sams/distinfo << 'END-of-www/sams/distinfo' XMD5 (sams-20060417.tar.gz) = 30334c8369ab59648f5f3047055bc8b1 XSHA256 (sams-20060417.tar.gz) = dfb01904205489bf1e2e2d99d4548f3470c4b35faa2c9b45cee2465ab28b4a2b XSIZE (sams-20060417.tar.gz) = 1635262 END-of-www/sams/distinfo echo x - www/sams/pkg-descr sed 's/^X//' >www/sams/pkg-descr << 'END-of-www/sams/pkg-descr' XSAMS (Squid Account Management System) is a WEB-based interface and tool to Xmanage users of SQUID proxy server. Main features are: X X *) manage users access to SQUID - proxy with NTLM, NCSA authorization X or IP address X *) manage prohibition of users to access to URL X *) manage to rewrite requested URL to graphical resources (banners, X counters) X *) save and build reports of users statistic X *) switch of users access to SQUID proxy if his traffic quota is off X *) manage a delay pools for users groups X XWWW: http://sams.irc.perm.ru/ X X- Dindin Xdindin@freebsd.org.ua END-of-www/sams/pkg-descr echo x - www/sams/pkg-plist sed 's/^X//' >www/sams/pkg-plist << 'END-of-www/sams/pkg-plist' Xbin/recover_admin_passwd Xbin/sams Xbin/samsdaemon Xbin/samsf Xbin/samsredir Xetc/rc.d/sams Xshare/nls/POSIX Xshare/nls/en_US.US-ASCII Xshare/sams/admin.php Xshare/sams/config.php Xshare/sams/createpdf.php Xshare/sams/defaultpassword.php Xshare/sams/doc/EN/admin.html Xshare/sams/doc/EN/apache.html Xshare/sams/doc/EN/faq.html Xshare/sams/doc/EN/index.html Xshare/sams/doc/EN/install.html Xshare/sams/doc/EN/mysqlview.html Xshare/sams/doc/EN/redirect.html Xshare/sams/doc/EN/redirector.html Xshare/sams/doc/EN/remote.html Xshare/sams/doc/EN/samba.html Xshare/sams/doc/EN/sams_conf.html Xshare/sams/doc/EN/squid.html Xshare/sams/doc/EN/upgrade.html Xshare/sams/doc/KOI8-R/about.html Xshare/sams/doc/KOI8-R/addusers.html Xshare/sams/doc/KOI8-R/adldap.html Xshare/sams/doc/KOI8-R/apache.html Xshare/sams/doc/KOI8-R/backup.html Xshare/sams/doc/KOI8-R/faq.html Xshare/sams/doc/KOI8-R/groups.html Xshare/sams/doc/KOI8-R/gui.html Xshare/sams/doc/KOI8-R/index.html Xshare/sams/doc/KOI8-R/index.html.2966.backup Xshare/sams/doc/KOI8-R/install.html Xshare/sams/doc/KOI8-R/localhost.html Xshare/sams/doc/KOI8-R/log.html Xshare/sams/doc/KOI8-R/mysql.html Xshare/sams/doc/KOI8-R/mysql_install.html Xshare/sams/doc/KOI8-R/osandsoft.html Xshare/sams/doc/KOI8-R/pdfreport.html Xshare/sams/doc/KOI8-R/redirector.html Xshare/sams/doc/KOI8-R/samba.html Xshare/sams/doc/KOI8-R/samba3.html Xshare/sams/doc/KOI8-R/sams_conf.html Xshare/sams/doc/KOI8-R/script.html Xshare/sams/doc/KOI8-R/settings.html Xshare/sams/doc/KOI8-R/shablons.html Xshare/sams/doc/KOI8-R/soft.html Xshare/sams/doc/KOI8-R/squid.html Xshare/sams/doc/KOI8-R/upgrade.html Xshare/sams/doc/KOI8-R/urllists.html Xshare/sams/doc/KOI8-R/users.html Xshare/sams/doc/KOI8-R/weather.php Xshare/sams/doc/img/10.jpg Xshare/sams/doc/img/11.jpg Xshare/sams/doc/img/12.jpg Xshare/sams/doc/img/12_small.jpg Xshare/sams/doc/img/15.jpg Xshare/sams/doc/img/17.jpg Xshare/sams/doc/img/18.jpg Xshare/sams/doc/img/19.jpg Xshare/sams/doc/img/2.jpg Xshare/sams/doc/img/20.jpg Xshare/sams/doc/img/21.jpg Xshare/sams/doc/img/22.jpg Xshare/sams/doc/img/23.jpg Xshare/sams/doc/img/24.jpg Xshare/sams/doc/img/25.jpg Xshare/sams/doc/img/26.jpg Xshare/sams/doc/img/27.jpg Xshare/sams/doc/img/27_small.jpg Xshare/sams/doc/img/29.jpg Xshare/sams/doc/img/3.jpg Xshare/sams/doc/img/30.jpg Xshare/sams/doc/img/31.jpg Xshare/sams/doc/img/32.jpg Xshare/sams/doc/img/33.jpg Xshare/sams/doc/img/34.jpg Xshare/sams/doc/img/34_small.jpg Xshare/sams/doc/img/3_small.jpg Xshare/sams/doc/img/6.jpg Xshare/sams/doc/img/adduserdialog.jpg Xshare/sams/doc/img/chname_32.jpg Xshare/sams/doc/img/chuserdata.jpg Xshare/sams/doc/img/clear.jpg Xshare/sams/doc/img/config_20.jpg Xshare/sams/doc/img/config_32.jpg Xshare/sams/doc/img/config_48.jpg Xshare/sams/doc/img/db.gif Xshare/sams/doc/img/dbcheck_32.jpg Xshare/sams/doc/img/dbcheck_48.jpg Xshare/sams/doc/img/domain-32.jpg Xshare/sams/doc/img/export_32.jpg Xshare/sams/doc/img/export_48.jpg Xshare/sams/doc/img/floppy.gif Xshare/sams/doc/img/grouplog-32.gif Xshare/sams/doc/img/gui.jpg Xshare/sams/doc/img/help.jpg Xshare/sams/doc/img/import_32.jpg Xshare/sams/doc/img/import_48.jpg Xshare/sams/doc/img/lframe.jpg Xshare/sams/doc/img/loadbase_32.jpg Xshare/sams/doc/img/log.gif Xshare/sams/doc/img/logs_squid_32.gif Xshare/sams/doc/img/monit.gif Xshare/sams/doc/img/nomysql.jpg Xshare/sams/doc/img/nomysql_big.jpg Xshare/sams/doc/img/nophp.jpg Xshare/sams/doc/img/nophp_big.jpg Xshare/sams/doc/img/nophpvars.jpg Xshare/sams/doc/img/nophpvars_big.jpg Xshare/sams/doc/img/paddressbook.gif Xshare/sams/doc/img/pdf_32.jpg Xshare/sams/doc/img/pfile.gif Xshare/sams/doc/img/pobject.gif Xshare/sams/doc/img/reconfig.jpg Xshare/sams/doc/img/redir.jpg Xshare/sams/doc/img/redirect.gif Xshare/sams/doc/img/sams_work.gif Xshare/sams/doc/img/samssettings.jpg Xshare/sams/doc/img/savebase-32.jpg Xshare/sams/doc/img/savebase_32.jpg Xshare/sams/doc/img/shablon.jpg Xshare/sams/doc/img/shutdown_32.jpg Xshare/sams/doc/img/squidlog-32.gif Xshare/sams/doc/img/stat_32.jpg Xshare/sams/doc/img/stat_48.jpg Xshare/sams/doc/img/stop.gif Xshare/sams/doc/img/stop.jpg Xshare/sams/doc/img/trafmon-c-48.jpg Xshare/sams/doc/img/trash.jpg Xshare/sams/doc/img/trash_32.jpg Xshare/sams/doc/img/useradd_32.jpg Xshare/sams/doc/img/usergroup_32.jpg Xshare/sams/doc/img/userlog-32.gif Xshare/sams/doc/img/websettings.jpg Xshare/sams/icon/bumper/adir.gif Xshare/sams/icon/bumper/allow_48.jpg Xshare/sams/icon/bumper/backup_48.jpg Xshare/sams/icon/bumper/chname_32.jpg Xshare/sams/icon/bumper/chname_48.jpg Xshare/sams/icon/bumper/computer.gif Xshare/sams/icon/bumper/config_20.jpg Xshare/sams/icon/bumper/config_32.jpg Xshare/sams/icon/bumper/config_48.jpg Xshare/sams/icon/bumper/db.gif Xshare/sams/icon/bumper/db_48.jpg Xshare/sams/icon/bumper/dbcheck_32.jpg Xshare/sams/icon/bumper/dbcheck_48.jpg Xshare/sams/icon/bumper/denied.gif Xshare/sams/icon/bumper/denied_48.jpg Xshare/sams/icon/bumper/denied_rus.gif Xshare/sams/icon/bumper/domain-32.jpg Xshare/sams/icon/bumper/domain-48.jpg Xshare/sams/icon/bumper/dpersonal.gif Xshare/sams/icon/bumper/duserd.gif Xshare/sams/icon/bumper/earth.gif Xshare/sams/icon/bumper/erase_32.jpg Xshare/sams/icon/bumper/erase_48.jpg Xshare/sams/icon/bumper/export_32.jpg Xshare/sams/icon/bumper/export_48.jpg Xshare/sams/icon/bumper/floppy.gif Xshare/sams/icon/bumper/ftraffic_32.jpg Xshare/sams/icon/bumper/ftraffic_48.jpg Xshare/sams/icon/bumper/ftv2blank.gif Xshare/sams/icon/bumper/ftv2doc.gif Xshare/sams/icon/bumper/ftv2folderclosed.gif Xshare/sams/icon/bumper/ftv2folderopen.gif Xshare/sams/icon/bumper/ftv2lastnode.gif Xshare/sams/icon/bumper/ftv2link.gif Xshare/sams/icon/bumper/ftv2mlastnode.gif Xshare/sams/icon/bumper/ftv2mnode.gif Xshare/sams/icon/bumper/ftv2node.gif Xshare/sams/icon/bumper/ftv2plastnode.gif Xshare/sams/icon/bumper/ftv2pnode.gif Xshare/sams/icon/bumper/ftv2vertline.gif Xshare/sams/icon/bumper/getpassword.jpg Xshare/sams/icon/bumper/grouplog-32.gif Xshare/sams/icon/bumper/grouplog.gif Xshare/sams/icon/bumper/help.jpg Xshare/sams/icon/bumper/ident.gif Xshare/sams/icon/bumper/import_32.jpg Xshare/sams/icon/bumper/import_48.jpg Xshare/sams/icon/bumper/lframe.jpg Xshare/sams/icon/bumper/liststat_32.jpg Xshare/sams/icon/bumper/liststat_48.jpg Xshare/sams/icon/bumper/loadbase_32.jpg Xshare/sams/icon/bumper/loadbase_48.jpg Xshare/sams/icon/bumper/log.gif Xshare/sams/icon/bumper/log_48.jpg Xshare/sams/icon/bumper/logoff_20.gif Xshare/sams/icon/bumper/logoff_32.jpg Xshare/sams/icon/bumper/logoff_48.jpg Xshare/sams/icon/bumper/logs-32.gif Xshare/sams/icon/bumper/logs.gif Xshare/sams/icon/bumper/logs_squid-32.gif Xshare/sams/icon/bumper/logs_squid.gif Xshare/sams/icon/bumper/logs_squid_32.gif Xshare/sams/icon/bumper/monit.gif Xshare/sams/icon/bumper/paddressbook.gif Xshare/sams/icon/bumper/pdf_32.jpg Xshare/sams/icon/bumper/pdf_48.jpg Xshare/sams/icon/bumper/persent_32.jpg Xshare/sams/icon/bumper/persent_48.jpg Xshare/sams/icon/bumper/personal.gif Xshare/sams/icon/bumper/pfile.gif Xshare/sams/icon/bumper/pgroup.gif Xshare/sams/icon/bumper/pobject.gif Xshare/sams/icon/bumper/proxy.gif Xshare/sams/icon/bumper/proxy_big.gif Xshare/sams/icon/bumper/puser.gif Xshare/sams/icon/bumper/puserd.gif Xshare/sams/icon/bumper/quote_alarm.gif Xshare/sams/icon/bumper/recalc_32.jpg Xshare/sams/icon/bumper/recalc_48.jpg Xshare/sams/icon/bumper/reconfig_48.jpg Xshare/sams/icon/bumper/recsquid_32.jpg Xshare/sams/icon/bumper/recsquid_48.jpg Xshare/sams/icon/bumper/redir.jpg Xshare/sams/icon/bumper/redirect.gif Xshare/sams/icon/bumper/redirect_48.jpg Xshare/sams/icon/bumper/sams.gif Xshare/sams/icon/bumper/sams_icon.zip Xshare/sams/icon/bumper/sams_old.gif Xshare/sams/icon/bumper/savebase_32.jpg Xshare/sams/icon/bumper/savebase_48.jpg Xshare/sams/icon/bumper/shablon.jpg Xshare/sams/icon/bumper/shutdown_32.jpg Xshare/sams/icon/bumper/shutdown_48.jpg Xshare/sams/icon/bumper/squidlog-32.gif Xshare/sams/icon/bumper/squidlog.gif Xshare/sams/icon/bumper/stat_32.jpg Xshare/sams/icon/bumper/stat_48.jpg Xshare/sams/icon/bumper/stop.gif Xshare/sams/icon/bumper/stop.jpg Xshare/sams/icon/bumper/straffic_32.jpg Xshare/sams/icon/bumper/straffic_48.jpg Xshare/sams/icon/bumper/traffic_32.jpg Xshare/sams/icon/bumper/traffic_48.jpg Xshare/sams/icon/bumper/trafmon-32.jpg Xshare/sams/icon/bumper/trafmon-48.jpg Xshare/sams/icon/bumper/trafmon-c-32.jpg Xshare/sams/icon/bumper/trafmon-c-48.jpg Xshare/sams/icon/bumper/trash_32.jpg Xshare/sams/icon/bumper/trash_48.jpg Xshare/sams/icon/bumper/tree.css Xshare/sams/icon/bumper/ttraffic_32.jpg Xshare/sams/icon/bumper/ttraffic_48.jpg Xshare/sams/icon/bumper/user.jpg Xshare/sams/icon/bumper/user_32.jpg Xshare/sams/icon/bumper/user_48.jpg Xshare/sams/icon/bumper/useradd_32.jpg Xshare/sams/icon/bumper/useradd_48.jpg Xshare/sams/icon/bumper/usergroup_32.jpg Xshare/sams/icon/bumper/usergroup_48.jpg Xshare/sams/icon/bumper/userlog-32.gif Xshare/sams/icon/bumper/userlog.gif Xshare/sams/icon/bumper/usermon-32.jpg Xshare/sams/icon/bumper/usermon-48.jpg Xshare/sams/icon/bumper/usermon-c-32.jpg Xshare/sams/icon/bumper/usermon-c-48.jpg Xshare/sams/icon/bumper/userpasswd_32.jpg Xshare/sams/icon/bumper/userpasswd_48.jpg Xshare/sams/icon/bumper/webinterface.gif Xshare/sams/icon/classic/adir.gif Xshare/sams/icon/classic/admin_48.jpg Xshare/sams/icon/classic/alllog.gif Xshare/sams/icon/classic/allow_48.jpg Xshare/sams/icon/classic/ark_48.jpg Xshare/sams/icon/classic/backup_48.jpg Xshare/sams/icon/classic/blank.gif Xshare/sams/icon/classic/chname_32.jpg Xshare/sams/icon/classic/chname_48.jpg Xshare/sams/icon/classic/config_20.jpg Xshare/sams/icon/classic/config_32.jpg Xshare/sams/icon/classic/config_48.jpg Xshare/sams/icon/classic/db.gif Xshare/sams/icon/classic/db_48.jpg Xshare/sams/icon/classic/dbcheck_32.jpg Xshare/sams/icon/classic/dbcheck_48.jpg Xshare/sams/icon/classic/denied.gif Xshare/sams/icon/classic/denied_48.jpg Xshare/sams/icon/classic/denied_big.gif Xshare/sams/icon/classic/diffDoc.gif Xshare/sams/icon/classic/diffFolder.gif Xshare/sams/icon/classic/domain-32.jpg Xshare/sams/icon/classic/domain-48.jpg Xshare/sams/icon/classic/domain_32.jpg Xshare/sams/icon/classic/dpersonal.gif Xshare/sams/icon/classic/duserd.gif Xshare/sams/icon/classic/earth.gif Xshare/sams/icon/classic/empty.gif Xshare/sams/icon/classic/erase_32.jpg Xshare/sams/icon/classic/erase_48.jpg Xshare/sams/icon/classic/error.gif Xshare/sams/icon/classic/export.jpg Xshare/sams/icon/classic/export_32.jpg Xshare/sams/icon/classic/export_48.jpg Xshare/sams/icon/classic/floppy.gif Xshare/sams/icon/classic/floppy_big.gif Xshare/sams/icon/classic/ftraffic_32.jpg Xshare/sams/icon/classic/ftraffic_48.jpg Xshare/sams/icon/classic/ftv2blank.gif Xshare/sams/icon/classic/ftv2doc.gif Xshare/sams/icon/classic/ftv2folderclosed.gif Xshare/sams/icon/classic/ftv2folderopen.gif Xshare/sams/icon/classic/ftv2lastnode.gif Xshare/sams/icon/classic/ftv2link.gif Xshare/sams/icon/classic/ftv2mlastnode.gif Xshare/sams/icon/classic/ftv2mnode.gif Xshare/sams/icon/classic/ftv2node.gif Xshare/sams/icon/classic/ftv2plastnode.gif Xshare/sams/icon/classic/ftv2pnode.gif Xshare/sams/icon/classic/ftv2vertline.gif Xshare/sams/icon/classic/getpassword.jpg Xshare/sams/icon/classic/grouplog-32.gif Xshare/sams/icon/classic/grouplog.gif Xshare/sams/icon/classic/help.jpg Xshare/sams/icon/classic/ident.gif Xshare/sams/icon/classic/import.jpg Xshare/sams/icon/classic/import_32.jpg Xshare/sams/icon/classic/import_48.jpg Xshare/sams/icon/classic/input.jpg Xshare/sams/icon/classic/join.gif Xshare/sams/icon/classic/joinbottom.gif Xshare/sams/icon/classic/lframe.jpg Xshare/sams/icon/classic/line.gif Xshare/sams/icon/classic/liststat_32.jpg Xshare/sams/icon/classic/liststat_48.jpg Xshare/sams/icon/classic/loadbackup_48.jpg Xshare/sams/icon/classic/loadbase-32.jpg Xshare/sams/icon/classic/loadbase.jpg Xshare/sams/icon/classic/loadbase_32.jpg Xshare/sams/icon/classic/loadbase_48.jpg Xshare/sams/icon/classic/log.gif Xshare/sams/icon/classic/log_48.jpg Xshare/sams/icon/classic/logoff.gif Xshare/sams/icon/classic/logoff_20.gif Xshare/sams/icon/classic/logoff_20.jpg Xshare/sams/icon/classic/logoff_32.jpg Xshare/sams/icon/classic/logoff_48.jpg Xshare/sams/icon/classic/logs-32.gif Xshare/sams/icon/classic/logs.gif Xshare/sams/icon/classic/logs_squid.gif Xshare/sams/icon/classic/logs_squid_32.gif Xshare/sams/icon/classic/minus.gif Xshare/sams/icon/classic/minusbottom.gif Xshare/sams/icon/classic/monit.gif Xshare/sams/icon/classic/output.jpg Xshare/sams/icon/classic/paddressbook.gif Xshare/sams/icon/classic/passwd.gif Xshare/sams/icon/classic/password.gif Xshare/sams/icon/classic/pdf_32.jpg Xshare/sams/icon/classic/pdf_48.jpg Xshare/sams/icon/classic/pdir.gif Xshare/sams/icon/classic/pdir_002.gif Xshare/sams/icon/classic/persent_32.jpg Xshare/sams/icon/classic/persent_48.jpg Xshare/sams/icon/classic/personal.gif Xshare/sams/icon/classic/pfile.gif Xshare/sams/icon/classic/pgroup.gif Xshare/sams/icon/classic/pgroup_open.gif Xshare/sams/icon/classic/plus.gif Xshare/sams/icon/classic/plusbottom.gif Xshare/sams/icon/classic/plustop.gif Xshare/sams/icon/classic/pobject.gif Xshare/sams/icon/classic/pobject_open.gif Xshare/sams/icon/classic/porganization.gif Xshare/sams/icon/classic/printer.gif Xshare/sams/icon/classic/proxy.gif Xshare/sams/icon/classic/proxy_big.gif Xshare/sams/icon/classic/psite.gif Xshare/sams/icon/classic/puser.gif Xshare/sams/icon/classic/puser_open.gif Xshare/sams/icon/classic/puserd.gif Xshare/sams/icon/classic/quote_alarm.gif Xshare/sams/icon/classic/reark_48.jpg Xshare/sams/icon/classic/recalc_32.jpg Xshare/sams/icon/classic/recalc_48.jpg Xshare/sams/icon/classic/reconfig_48.jpg Xshare/sams/icon/classic/recsquid_32.jpg Xshare/sams/icon/classic/recsquid_48.jpg Xshare/sams/icon/classic/redir.jpg Xshare/sams/icon/classic/redirect.gif Xshare/sams/icon/classic/redirect_48.jpg Xshare/sams/icon/classic/redirect_big.gif Xshare/sams/icon/classic/roll.gif Xshare/sams/icon/classic/sams.gif Xshare/sams/icon/classic/savebase-32.jpg Xshare/sams/icon/classic/savebase.jpg Xshare/sams/icon/classic/savebase_32.jpg Xshare/sams/icon/classic/savebase_48.jpg Xshare/sams/icon/classic/shablon.jpg Xshare/sams/icon/classic/shutdown_32.jpg Xshare/sams/icon/classic/shutdown_48.jpg Xshare/sams/icon/classic/squidlog-32.gif Xshare/sams/icon/classic/squidlog.gif Xshare/sams/icon/classic/stat_32.jpg Xshare/sams/icon/classic/stat_48.jpg Xshare/sams/icon/classic/stop.gif Xshare/sams/icon/classic/stop.jpg Xshare/sams/icon/classic/stop_32.jpg Xshare/sams/icon/classic/straffic_32.jpg Xshare/sams/icon/classic/straffic_48.jpg Xshare/sams/icon/classic/switch_32.jpg Xshare/sams/icon/classic/switch_48.jpg Xshare/sams/icon/classic/tr_input.gif Xshare/sams/icon/classic/tr_input_32.jpg Xshare/sams/icon/classic/tr_input_48.jpg Xshare/sams/icon/classic/tr_output.gif Xshare/sams/icon/classic/tr_output_32.jpg Xshare/sams/icon/classic/tr_output_48.jpg Xshare/sams/icon/classic/tr_user_input_32.jpg Xshare/sams/icon/classic/tr_user_input_48.jpg Xshare/sams/icon/classic/tr_user_output_32.jpg Xshare/sams/icon/classic/tr_user_output_48.jpg Xshare/sams/icon/classic/tr_userport_input_32.jpg Xshare/sams/icon/classic/tr_userport_input_48.jpg Xshare/sams/icon/classic/tr_userport_output_32.jpg Xshare/sams/icon/classic/tr_userport_output_48.jpg Xshare/sams/icon/classic/traffic-16.jpg Xshare/sams/icon/classic/traffic-16.png Xshare/sams/icon/classic/traffic-32.jpg Xshare/sams/icon/classic/traffic.gif Xshare/sams/icon/classic/traffic.jpg Xshare/sams/icon/classic/traffic_32.jpg Xshare/sams/icon/classic/traffic_48.jpg Xshare/sams/icon/classic/trafmon-32.jpg Xshare/sams/icon/classic/trafmon-48.jpg Xshare/sams/icon/classic/trafmon-c-32.jpg Xshare/sams/icon/classic/trafmon-c-48.jpg Xshare/sams/icon/classic/trash-16.png Xshare/sams/icon/classic/trash_32.jpg Xshare/sams/icon/classic/trash_48.jpg Xshare/sams/icon/classic/tree.css Xshare/sams/icon/classic/ttraffic_32.jpg Xshare/sams/icon/classic/ttraffic_48.jpg Xshare/sams/icon/classic/user.jpg Xshare/sams/icon/classic/user_32.jpg Xshare/sams/icon/classic/user_48.jpg Xshare/sams/icon/classic/useradd.jpg Xshare/sams/icon/classic/useradd_32.jpg Xshare/sams/icon/classic/useradd_48.jpg Xshare/sams/icon/classic/usergroup_32.jpg Xshare/sams/icon/classic/usergroup_48.jpg Xshare/sams/icon/classic/userlog-32.gif Xshare/sams/icon/classic/userlog.gif Xshare/sams/icon/classic/usermon-32.jpg Xshare/sams/icon/classic/usermon-48.jpg Xshare/sams/icon/classic/usermon-c-32.jpg Xshare/sams/icon/classic/usermon-c-48.jpg Xshare/sams/icon/classic/userpasswd_32.jpg Xshare/sams/icon/classic/userpasswd_48.jpg Xshare/sams/icon/classic/warning.jpg Xshare/sams/icon/classic/web.gif Xshare/sams/icon/classic/webinterface.gif Xshare/sams/index.html Xshare/sams/lang/koi8r-2-win1251 Xshare/sams/lang/koi8r-2-win1251.php Xshare/sams/lang/lang.EN Xshare/sams/lang/lang.KOI8-R Xshare/sams/lang/lang.WIN1251 Xshare/sams/lframe.php Xshare/sams/lframe_0ident.php Xshare/sams/lframe_1webconf.php Xshare/sams/lframe_sams.php Xshare/sams/lframe_users.php Xshare/sams/lib/chart.php Xshare/sams/lib/createfont.php Xshare/sams/lib/font/Nimbus.php Xshare/sams/lib/font/Nimbus.ttf Xshare/sams/lib/font/Nimbus.z Xshare/sams/lib/font/courier.php Xshare/sams/lib/font/helvetica.php Xshare/sams/lib/font/helveticab.php Xshare/sams/lib/font/helveticabi.php Xshare/sams/lib/font/helveticai.php Xshare/sams/lib/font/makefont/cp1250.map Xshare/sams/lib/font/makefont/cp1251.map Xshare/sams/lib/font/makefont/cp1252.map Xshare/sams/lib/font/makefont/cp1253.map Xshare/sams/lib/font/makefont/cp1254.map Xshare/sams/lib/font/makefont/cp1255.map Xshare/sams/lib/font/makefont/cp1257.map Xshare/sams/lib/font/makefont/cp1258.map Xshare/sams/lib/font/makefont/cp874.map Xshare/sams/lib/font/makefont/iso-8859-1.map Xshare/sams/lib/font/makefont/iso-8859-11.map Xshare/sams/lib/font/makefont/iso-8859-15.map Xshare/sams/lib/font/makefont/iso-8859-16.map Xshare/sams/lib/font/makefont/iso-8859-2.map Xshare/sams/lib/font/makefont/iso-8859-4.map Xshare/sams/lib/font/makefont/iso-8859-5.map Xshare/sams/lib/font/makefont/iso-8859-7.map Xshare/sams/lib/font/makefont/iso-8859-9.map Xshare/sams/lib/font/makefont/koi8-r.map Xshare/sams/lib/font/makefont/koi8-u.map Xshare/sams/lib/font/makefont/makefont.php Xshare/sams/lib/font/symbol.php Xshare/sams/lib/font/times.php Xshare/sams/lib/font/timesb.php Xshare/sams/lib/font/timesbi.php Xshare/sams/lib/font/timesi.php Xshare/sams/lib/font/zapfdingbats.php Xshare/sams/lib/fpdf.php Xshare/sams/lib/rgb.php Xshare/sams/main.php Xshare/sams/menu/CVS/Entries Xshare/sams/menu/CVS/Entries.Extra Xshare/sams/menu/CVS/Repository Xshare/sams/menu/CVS/Root Xshare/sams/menu/ftiens4.js Xshare/sams/menu/ftiens4.js.work Xshare/sams/menu/menu.js Xshare/sams/menu/script.js Xshare/sams/menu/ua.js Xshare/sams/messages/EN/blocked.php Xshare/sams/messages/EN/config.php Xshare/sams/messages/KOI8-R/blocked.php Xshare/sams/messages/KOI8-R/config.php Xshare/sams/messages/WIN1251/blocked.php Xshare/sams/messages/WIN1251/config.php Xshare/sams/messages/denied.gif Xshare/sams/messages/denied.html Xshare/sams/messages/koi8r-win1251 Xshare/sams/messages/urldenied.html Xshare/sams/mysqltools.php Xshare/sams/rgb.php Xshare/sams/setpassword.php Xshare/sams/src/_lffolder_6_users.php Xshare/sams/src/_usersbuttom_1_ldap.php Xshare/sams/src/adldap.php Xshare/sams/src/adminbuttom_2_chuser.php Xshare/sams/src/adminbuttom_3_addadm.php Xshare/sams/src/adminbuttom_4_chpasswd.php Xshare/sams/src/adminbuttom_5_deladmin.php Xshare/sams/src/adminbuttom_9_logoff.php Xshare/sams/src/admintray.php Xshare/sams/src/allowbuttom_1_loadlist.php Xshare/sams/src/allowbuttom_2_savelist.php Xshare/sams/src/allowbuttom_3_deletelist.php Xshare/sams/src/allowlisttray.php Xshare/sams/src/auth.php Xshare/sams/src/backupbuttom_1_savebase.php Xshare/sams/src/backupbuttom_2_loadbase.php Xshare/sams/src/backuptray.php Xshare/sams/src/configbuttom_1_prop.php Xshare/sams/src/configtray.php Xshare/sams/src/contextbuttom_1_loadlist.php Xshare/sams/src/contextbuttom_2_savelist.php Xshare/sams/src/contextbuttom_3_deletelist.php Xshare/sams/src/contextlisttray.php Xshare/sams/src/createpdf.ph2 Xshare/sams/src/dbbuttom_1_dbcheck.php Xshare/sams/src/dbbuttom_6_statdb.php Xshare/sams/src/dbbuttom_7_chname.php Xshare/sams/src/dbtray.php Xshare/sams/src/deniedbuttom_1_loadlist.php Xshare/sams/src/deniedbuttom_2_savelist.php Xshare/sams/src/deniedbuttom_3_deletelist.php Xshare/sams/src/deniedlisttray.php Xshare/sams/src/groupbuttom_0_prop.php Xshare/sams/src/groupbuttom_1_traffic.php Xshare/sams/src/groupbuttom_2_file.php Xshare/sams/src/groupbuttom_3_site.php Xshare/sams/src/groupbuttom_9_delete.php Xshare/sams/src/grouptray.php Xshare/sams/src/lffolder_1_config.php Xshare/sams/src/lffolder_2_squid.php Xshare/sams/src/lffolder_3_mysql.php Xshare/sams/src/lffolder_4_redirect.php Xshare/sams/src/lffolder_4_z1_urldenied.php Xshare/sams/src/lffolder_4_z2_url.php Xshare/sams/src/lffolder_4_z3_urlallow.php Xshare/sams/src/lffolder_4_z4_local.php Xshare/sams/src/lffolder_5_z1_shablon.php Xshare/sams/src/lffolder_5_z2_groups.php Xshare/sams/src/lffolder_7_z1_monitor.php Xshare/sams/src/lffolder_7_z2_log.php Xshare/sams/src/lffolder_7_z3_backup.php Xshare/sams/src/lffolder_9_help.php Xshare/sams/src/localbuttom_1_savelist.php Xshare/sams/src/localbuttom_2_loadlist.php Xshare/sams/src/locallisttray.php Xshare/sams/src/logbuttom_1.php Xshare/sams/src/logbuttom_2.php Xshare/sams/src/logbuttom_3.php Xshare/sams/src/logbuttom_4.php Xshare/sams/src/logbuttom_5.php Xshare/sams/src/logbuttom_9_delete.php Xshare/sams/src/logfunction.php Xshare/sams/src/logtray.php Xshare/sams/src/monitorbuttom_1.php Xshare/sams/src/monitorbuttom_2.php Xshare/sams/src/monitortray.php Xshare/sams/src/newgrpbuttom_1_adldap.php Xshare/sams/src/newgrpbuttom_5_addgroup.php Xshare/sams/src/newgrptray.php Xshare/sams/src/newshablon.php Xshare/sams/src/proxybuttom_1_down.php Xshare/sams/src/proxytray.php Xshare/sams/src/redirbuttom_1_loadlist.php Xshare/sams/src/redirbuttom_2_savelist.php Xshare/sams/src/redirbuttom_3_deletelist.php Xshare/sams/src/redirbuttom_4_redirstat.php Xshare/sams/src/redirlisttray.php Xshare/sams/src/script/send_email_message Xshare/sams/src/script/send_winpopup_message Xshare/sams/src/script/test_script Xshare/sams/src/shablonbuttom_1_prop.php Xshare/sams/src/shablonbuttom_9_delete.php Xshare/sams/src/shablonnew.php Xshare/sams/src/shablontray.php Xshare/sams/src/squidbuttom_0_reconfig.php Xshare/sams/src/squidbuttom_1_savebase.php Xshare/sams/src/squidbuttom_2_loadbase.php Xshare/sams/src/squidbuttom_3_delete.php Xshare/sams/src/squidtray.php Xshare/sams/src/urllistfunction.php Xshare/sams/src/user.php Xshare/sams/src/userbuttom_1_prop.php Xshare/sams/src/userbuttom_2_traffic.php Xshare/sams/src/userbuttom_3_file.php Xshare/sams/src/userbuttom_4_site.php Xshare/sams/src/userbuttom_4_time.php Xshare/sams/src/userbuttom_5_clear.php Xshare/sams/src/userbuttom_6_chpasswd.php Xshare/sams/src/userbuttom_9_delete.php Xshare/sams/src/userbuttom_9_logoff.php Xshare/sams/src/usersbuttom_0_switch.php Xshare/sams/src/usersbuttom_1_adldap.php Xshare/sams/src/usersbuttom_1_domain.php Xshare/sams/src/usersbuttom_1_ncsa.php Xshare/sams/src/usersbuttom_1_useradd.php Xshare/sams/src/usersbuttom_2_traffic.php Xshare/sams/src/usersbuttom_3_file.php Xshare/sams/src/usersbuttom_4_percent.php Xshare/sams/src/usersbuttom_5_recalc.php Xshare/sams/src/usersbuttom_6_clear.php Xshare/sams/src/usersbuttom_7_pdf.php Xshare/sams/src/userstray.php Xshare/sams/src/usertray.php Xshare/sams/src/webconfigbuttom_1_prop.php Xshare/sams/src/webconfigtray.php Xshare/sams/test_redirector.php Xshare/sams/tray.php X@dirrm share/sams/src/script X@dirrm share/sams/src X@dirrm share/sams/messages/WIN1251 X@dirrm share/sams/messages/KOI8-R X@dirrm share/sams/messages/EN X@dirrm share/sams/messages X@dirrm share/sams/menu/CVS X@dirrm share/sams/menu X@dirrm share/sams/lib/font/makefont X@dirrm share/sams/lib/font X@dirrm share/sams/lib X@dirrm share/sams/lang X@dirrm share/sams/icon/classic X@dirrm share/sams/icon/bumper X@dirrm share/sams/icon X@dirrm share/sams/doc/img X@dirrm share/sams/doc/KOI8-R X@dirrm share/sams/doc/EN X@dirrm share/sams/doc X@dirrm share/sams/data X@dirrm share/sams/backup X@dirrm share/sams END-of-www/sams/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612221640.kBMGeusL008083>