Browse Source

Propagated snf_engine.xml.sample in WIN package to

snf_engine.xml.sample.in.

Changed version from 0.1.2 to 0.1.3 in configure.ac.

Changed Sniffer engine version to 3.0.12 in default.html.in.


git-svn-id: https://svn.microneil.com/svn/PKG-SNF4CGP-NIX/trunk@52 7ef522f6-be79-40a8-b7df-0a85b3383509
master
adeniz 14 years ago
parent
commit
6872844dd2

+ 2
- 2
SNF4CGP_Developer_Package/Doc/default.html.in View File



<p>Downloads by ftp are not available</p> <p>Downloads by ftp are not available</p>
<p>The current version of the Plugin is VERSION.</p> <p>The current version of the Plugin is VERSION.</p>
<p>The current version of the ARM Research Labs Sniffer Engine is 3.0.11.</p>
<p>The current version of the ARM Research Labs Sniffer Engine is 3.0.12.</p>


<h3><hr/><a name=Upgrading></a>Upgrading to a newer version.</h3> <h3><hr/><a name=Upgrading></a>Upgrading to a newer version.</h3>
<p>When upgrading the Plugin to a newer version, do the following:</p> <p>When upgrading the Plugin to a newer version, do the following:</p>


<ul> <ul>
<li> Change to the module directory:<tt><br> <li> Change to the module directory:<tt><br>
&nbsp;&nbsp;cd \CommuniGatePro\CGPSNF</tt><br>
&nbsp;&nbsp;cd C:\CommuniGatePro\CGPSNF</tt><br>


<li>Launch the <tt>CGPSNF.exe</tt> application by typing:<tt><br> <li>Launch the <tt>CGPSNF.exe</tt> application by typing:<tt><br>
&nbsp;&nbsp;CGPSNF</tt><br> &nbsp;&nbsp;CGPSNF</tt><br>

+ 9
- 4
SNF4CGP_Developer_Package/config_files/snf_engine.xml.sample.in View File

<!-- SNFMulti V3.0 Configuration File, Setup: Typical of CGPSNF -->
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl"
href="snf-configuration.xsl"?>
<!-- SNFMulti V3.0 Configuration File, Setup: Typical of SNF4CGP -->
<!-- http://www.armresearch.com/support/articles/software/snfServer/config/snfEngine.jsp --> <!-- http://www.armresearch.com/support/articles/software/snfServer/config/snfEngine.jsp -->
<snf> <snf>
<platform> <platform>
<snf4cgp> <snf4cgp>
<ham action='Allow' reason='Message OK' comment='Message OK' headers='yes' xml='yes'>
<ham action='Allow' reason='Message OK' comment='Message OK' headers='no' classic='no' xml='no'>
<result code='0' comment='(0) Not Spam/Malware' /> <result code='0' comment='(0) Not Spam/Malware' />
<result code='1' comment='(1) White Rule/IP-Range' /> <result code='1' comment='(1) White Rule/IP-Range' />
</ham> </ham>
<spam action='Allow' reason='Spam/Malware' comment='Spam/Malware' headers='yes' classic='no' xml='no' hold-path='quarantine'> <spam action='Allow' reason='Spam/Malware' comment='Spam/Malware' headers='yes' classic='no' xml='no' hold-path='quarantine'>
<result code='40' comment='(40) Caution' />
<result code='63' action='Reject' reason='Source IP black listed (GBUdb/black)' comment='(63) Black' />
<result code='40' action='Postpone' reason='Source IP suspect (GBUdb/caution)' comment='(40) Caution' />
<result code='63' action='Postpone' reason='Source IP suspect (GBUdb/black)' comment='(63) Black' />
<result code='20' action='Reject' reason='Source IP black listed (GBUdb/truncate)' comment='(20) Truncate' /> <result code='20' action='Reject' reason='Source IP black listed (GBUdb/truncate)' comment='(20) Truncate' />
</spam> </spam>
</snf4cgp> </snf4cgp>

+ 1
- 1
SNF4CGP_Developer_Package/configure.ac View File

dnl dnl
AC_PREREQ(2.52) AC_PREREQ(2.52)


AC_INIT(snf4cgp, 0.1.2)
AC_INIT(snf4cgp, 0.1.3)
AC_CONFIG_SRCDIR(SNF4CGP/OutputProcessor.cpp) AC_CONFIG_SRCDIR(SNF4CGP/OutputProcessor.cpp)
AC_CONFIG_AUX_DIR(config) AC_CONFIG_AUX_DIR(config)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)

Loading…
Cancel
Save