Selaa lähdekoodia

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 13 vuotta sitten
vanhempi
commit
6872844dd2

+ 2
- 2
SNF4CGP_Developer_Package/Doc/default.html.in Näytä tiedosto

@@ -168,7 +168,7 @@ CommuniGate Pro Server platform.</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 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>
<p>When upgrading the Plugin to a newer version, do the following:</p>
@@ -379,7 +379,7 @@ You can build the Sniffer Plugin from source:

<ul>
<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>
&nbsp;&nbsp;CGPSNF</tt><br>

+ 9
- 4
SNF4CGP_Developer_Package/config_files/snf_engine.xml.sample.in Näytä tiedosto

@@ -1,4 +1,9 @@
<!-- 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 -->
<snf>
@@ -143,13 +148,13 @@
<platform>
<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='1' comment='(1) White Rule/IP-Range' />
</ham>
<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' />
</spam>
</snf4cgp>

+ 1
- 1
SNF4CGP_Developer_Package/configure.ac Näytä tiedosto

@@ -13,7 +13,7 @@ dnl
dnl
AC_PREREQ(2.52)

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

Loading…
Peruuta
Tallenna