head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.36 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.34 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.32 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.30 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.28 pkgsrc-2009Q4-base:1.2 pkgsrc-2008Q4:1.2.0.26 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.24 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.22 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.20 pkgsrc-2008Q2-base:1.2 pkgsrc-2008Q1:1.2.0.18 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.16 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.14 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.12 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.10 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.8 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.2.0.6 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.2.0.4 pkgsrc-2006Q2-base:1.2 pkgsrc-2006Q1:1.2.0.2 pkgsrc-2006Q1-base:1.2 pkgsrc-2005Q4:1.1.1.1.0.14 pkgsrc-2005Q4-base:1.1.1.1 pkgsrc-2005Q3:1.1.1.1.0.12 pkgsrc-2005Q3-base:1.1.1.1 pkgsrc-2005Q2:1.1.1.1.0.10 pkgsrc-2005Q2-base:1.1.1.1 pkgsrc-2005Q1:1.1.1.1.0.8 pkgsrc-2005Q1-base:1.1.1.1 pkgsrc-2004Q4:1.1.1.1.0.6 pkgsrc-2004Q4-base:1.1.1.1 pkgsrc-2004Q3:1.1.1.1.0.4 pkgsrc-2004Q3-base:1.1.1.1 pkgsrc-2004Q2:1.1.1.1.0.2 pkgsrc-2004Q2-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.2 date 2006.01.03.21.13.37; author adrianp; state dead; branches; next 1.1; 1.1 date 2004.04.20.09.50.55; author xtraeme; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2004.04.20.09.50.55; author xtraeme; state Exp; branches; next ; desc @@ 1.2 log @databases/acid has now been replace by security/base. BASE is a fork of ACID that is under current developement where as ACID has not had an update for a number of years now and suffers from current security issues. @ text @$NetBSD: patch-aa,v 1.1 2004/04/20 09:50:55 xtraeme Exp $ --- acid_conf.php.orig Thu Jan 9 01:04:07 2003 +++ acid_conf.php Tue Jul 8 12:33:30 2003 @@@@ -9,7 +9,7 @@@@ * $foo = "c:\tmp" [OK] * $foo = "c:\tmp\" [WRONG] */ -$DBlib_path = ""; +$DBlib_path = "@@PREFIX@@/share/adodb"; /* The type of underlying alert database * @@@@ -17,7 +17,7 @@@@ * PostgresSQL : "postgres" * MS SQL Server : "mssql" */ -$DBtype = "mysql"; +$DBtype = "@@DBTYPE@@"; /* Alert DB connection parameters * - $alert_dbname : MySQL database name of Snort alert DB @@@@ -66,10 +66,10 @@@@ /* Path to the graphing library * (Note: DO NOT include a trailing backslash after the directory) */ -$ChartLib_path = ""; +$ChartLib_path = "@@PREFIX@@/share/php-jpgraph"; /* File format of charts ('png', 'jpeg', 'gif') */ -$chart_file_format = "png"; +$chart_file_format = "jpeg"; /* Chart default colors - (red, green, blue) * - $chart_bg_color_default : background color of chart @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ @ 1.1.1.1 log @Initial import of acid-0.9.6b23, from pkgsrc-wip packaged by Adrian Portelli, with minor changes by me. The Analysis Console for Intrusion Databases (ACID) is a PHP-based analysis engine to search and process a database of security events generated by various IDSes, firewalls, and network monitoring tools. ACID has the ability to analyze a wide variety of events which are post-processed into its database. Tools exist for the following formats: - Snort - logsnorter @ text @@