forked from extern/shorewall_code
Oh that Sourceforge could get their f**king act together
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5409 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
542fd1b08b
commit
ebd715283a
128
web/Banner.html
128
web/Banner.html
@ -1,79 +1,55 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<meta name="generator" content=
|
||||
"HTML Tidy for Linux (vers 1st April 2002), see www.w3.org">
|
||||
<meta http-equiv="content-type" content=
|
||||
"text/html; charset=UTF-8">
|
||||
|
||||
<title>Banner</title>
|
||||
<meta name="author" content="Tom Eastep">
|
||||
<base target="_top">
|
||||
</head>
|
||||
|
||||
<body style=
|
||||
"color: rgb(0, 0, 0); background-color: rgb(51, 102, 255);"
|
||||
alink="#000099" link="#000099" vlink="#990099">
|
||||
<table id="AutoNumber3" style=
|
||||
"border-collapse: collapse; background-color: rgb(51, 102, 255); width: 1020px; height: 102px;"
|
||||
cellpadding="0">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td style=
|
||||
"text-align: center; width: 34%; vertical-align: top;">
|
||||
<div align="center">
|
||||
<img src="images/Logo1.png" alt="(Shorewall Logo)"
|
||||
style="width: 430px; height: 90px;" title="" align=
|
||||
"middle">
|
||||
</div>
|
||||
</td>
|
||||
|
||||
<td style="vertical-align: middle;">
|
||||
<!-- Search Google -->
|
||||
|
||||
<center>
|
||||
<form method="get" action=
|
||||
"http://www.google.com/search">
|
||||
<input name="ie" value="UTF-8" type="hidden">
|
||||
<input name="oe" value="UTF-8" type="hidden">
|
||||
<input name="as_sitesearch" value=
|
||||
"www.shorewall.net" type="hidden">
|
||||
|
||||
<table style=
|
||||
"background-color: rgb(255, 255, 240);" border="0"
|
||||
cellspacing="0">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><a href="http://www.google.com/"><img
|
||||
src=
|
||||
"http://www.google.com/logos/Logo_40wht.gif"
|
||||
alt="Google" align="middle" border="0"></a>
|
||||
<input name="q" size="25" maxlength="255"
|
||||
value="" type="text"> <input name="btnG"
|
||||
value="Site Search by Google" type=
|
||||
"submit"></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td bgcolor="#3366FF">
|
||||
<p style=
|
||||
"text-align: center; font-weight: bold;"><a
|
||||
href=
|
||||
"http://sourceforge.net/search/index.php?type_of_search=mlists&group_id=22587">
|
||||
<font color="#ffffff">Mailing List Archive
|
||||
Search</font></a></p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</form>
|
||||
</center>
|
||||
<!-- Search Google -->
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
<head>
|
||||
<meta name="generator"
|
||||
content="HTML Tidy for Linux (vers 1st April 2002), see www.w3.org">
|
||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||
<title>Banner</title>
|
||||
<meta name="author" content="Tom Eastep">
|
||||
<base target="_top">
|
||||
</head>
|
||||
<body style="color: rgb(0, 0, 0); background-color: rgb(51, 102, 255);"
|
||||
alink="#000099" link="#000099" vlink="#990099">
|
||||
<table id="AutoNumber3"
|
||||
style="border-collapse: collapse; background-color: rgb(51, 102, 255); width: 1020px; height: 102px;"
|
||||
cellpadding="0">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td style="text-align: center; width: 34%; vertical-align: top;">
|
||||
<div align="center"> <img src="images/Logo1.png"
|
||||
alt="(Shorewall Logo)" style="width: 430px; height: 90px;" title=""
|
||||
align="middle"> </div>
|
||||
</td>
|
||||
<td style="vertical-align: middle;"><!-- Search Google -->
|
||||
<center>
|
||||
<form method="get" action="http://www.google.com/search"> <input
|
||||
name="ie" value="UTF-8" type="hidden"> <input name="oe" value="UTF-8"
|
||||
type="hidden"> <input name="as_sitesearch" value="www.shorewall.net"
|
||||
type="hidden">
|
||||
<table style="background-color: rgb(255, 255, 240);" border="0"
|
||||
cellspacing="0">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><a href="http://www.google.com/"><img
|
||||
src="http://www.google.com/logos/Logo_40wht.gif" alt="Google"
|
||||
align="middle" border="0"></a> <input name="q" size="25"
|
||||
maxlength="255" value="" type="text"> <input name="btnG"
|
||||
value="Site Search by Google" type="submit"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td bgcolor="#3366ff">
|
||||
<p style="text-align: center; font-weight: bold;"><a
|
||||
href="http://dir.gmane.org/gmane.comp.security.shorewall"> <font
|
||||
color="#ffffff">Mailing List Archive Search</font></a></p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</form>
|
||||
</center>
|
||||
<!-- Search Google --> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
@ -20,11 +20,16 @@ Texts. A copy of the license is included in the section entitled “<span
|
||||
class="quote"><a href="GnuCopyright.htm" target="_self">GNU Free
|
||||
Documentation License</a></span>”.<br>
|
||||
</p>
|
||||
<p>January 16, 2007<br>
|
||||
<p>February 10, 2007<br>
|
||||
</p>
|
||||
<hr style="width: 100%; height: 2px;">
|
||||
<p></p>
|
||||
<!-- Shorewall Release 3.0.5 --> <span style="font-weight: bold;">2007-01-16
|
||||
Shorewall 3.2.9<br>
|
||||
</span><span style="font-weight: bold;"></span>
|
||||
<pre>Problems Corrected in 3.2.9<br><br>1) While most distributions store the Shorewall Lite compiled program<br> in /var/lib/shorewall-lite/, Shorewall includes features that allow<br> that location to be changed on a per-distribution basis. The<br> default for a particular distribution may be determined by the<br> command "shorewall[-lite] show config".<br><br> teastep@lists:~/shorewall/trunk$ shorewall show config<br> Default CONFIG_PATH is /etc/shorewall:/usr/share/shorewall<br> LITEDIR is /var/lib/shorewall-lite<br> teastep@lists:~/shorewall/trunk$<br><br> The LITEDIR setting is the location where the compiled script<br> should be placed. Unfortunately, the "shorewall [re]load" command<br> previously used the setting on the administrative system rather<br> than the one from the firewall system so it was possible for that<br> command to upload the compiled script to the wrong directory.<br><br> To work around this problem, Shorewall now determines the LITEDIR<br> setting on the firewall system and uses that setting for uploading<br> the compiled script and its companion .conf file.<br><br>2) Previously, IP ranges and ipset names were handled incorrectly in<br> the last column of the maclist file with the result that run-time<br> errors occured.<br><br>3) The new SIP and H323 Netfilter helper modules were not being<br> automatically loaded by Shorewall. They have now been added to the<br> /usr/share/shorewall[-lite]/modules files.<br><br>Other Changes in 3.2.9<br><br>1) Previously, 'ipsecnat' tunnels allowed AH traffic by default<br> (unless 'isecnat:noah' was given). Given that AH is incompatible<br> with nat-traversal, 'ipsecnat' now implies 'ipsecnat:noah'.<br><br>2) A macro that handles SixXS has been contributed by Christian<br> Roessner.<br><br>3) It is rather difficult to code a 'params' file that assigns other<br> than constant values such that it works correctly with Shorewall<br> Lite. To work around this problem, a new EXPORTPARAMS option<br> has been added to shorewall.conf. When EXPORTPARAMS=No, the<br> 'params' file is no longer copied to the compiler output.<br><br> With EXPORTPARAMS=No, if you need to set environmental variables on<br> the firewall system for use by your extension scripts, then do so<br> in the init extension script.<br><br> The default is EXPORTPARAMS=Yes to retain the current behavior. So<br> if you are happy with the current behavior, you need make no change<br> to your shorewall.conf file.<br></pre>
|
||||
<hr style="width: 100%; height: 2px;"><span style="font-weight: bold;"></span><span
|
||||
style="font-weight: bold;">2007-01-16
|
||||
Shorewall 3.2.8<br>
|
||||
</span><span style="font-weight: bold;"></span>
|
||||
<pre>Problems Corrected in 3.2.8<br><br>1) The 'ash' shell produced an error when processing an entry with a<br> log tag from /etc/shorewall/rules.<br><br>2) If the file /etc/shorewall/init did not exist, then the compiler<br> would incorrectly copy /usr/share/shorewall/init into the<br> compiled script. /usr/share/shorewall/init is a symbolic link<br> to the Shorewall init script (usually /etc/init.d/shorewall).<br><br>3) Previously, "ipp2p:udp" was incorrectly rejected in the PROTO<br> column of an action definition.<br><br>Other Changes in 3.2.8.<br><br>1) New macros for network printing protocols have been added,<br> courtesy of Tuomo Soini. Tuomo also provided a macro for TFTP.<br><br> The print-oriented macros are:<br><br> macro.IPP<br> macro.Jetdirect<br> macro.Printer<br></pre>
|
||||
|
@ -20,7 +20,7 @@ Foundation; with no Invariant Sections, with no Front-Cover, and with
|
||||
no Back-Cover Texts. A copy of the license is included in the section
|
||||
entitled “<a href="GnuCopyright.htm" target="_self">GNU Free
|
||||
Documentation License</a>”.</p>
|
||||
<p>2007-02-01</p>
|
||||
<p>2007-02-10</p>
|
||||
<hr>
|
||||
<h2>Table of Contents</h2>
|
||||
<p style="margin-left: 0.42in; margin-bottom: 0in;"><a href="#Intro">Introduction
|
||||
@ -104,17 +104,17 @@ Features page</a>.<br>
|
||||
<h3><a name="Releases"></a>Current Shorewall Versions</h3>
|
||||
<p style="margin-left: 40px;">The <span style="font-weight: bold;">current
|
||||
Stable Release</span> version
|
||||
is 3.2.8<br>
|
||||
is 3.2.9<br>
|
||||
</p>
|
||||
<ul style="margin-left: 40px;">
|
||||
<li>Here are the <a
|
||||
href="http://www1.shorewall.net/pub/shorewall/3.2/shorewall-3.2.8/releasenotes.txt">release
|
||||
href="http://www1.shorewall.net/pub/shorewall/3.2/shorewall-3.2.9/releasenotes.txt">release
|
||||
notes</a> <br>
|
||||
</li>
|
||||
<li>Here are the <a
|
||||
href="http://www1.shorewall.net/pub/shorewall/3.2/shorewall-3.2.8/known_problems.txt">known
|
||||
href="http://www1.shorewall.net/pub/shorewall/3.2/shorewall-3.2.9/known_problems.txt">known
|
||||
problems</a> and <a
|
||||
href="http://www1.shorewall.net/pub/shorewall/3.2/shorewall-3.2.8/errata/">updates</a>.</li>
|
||||
href="http://www1.shorewall.net/pub/shorewall/3.2/shorewall-3.2.9/errata/">updates</a>.</li>
|
||||
</ul>
|
||||
<div style="margin-left: 40px;">The <span style="font-weight: bold;">previous
|
||||
Stable Release</span> version is 3.0.9<br>
|
||||
@ -130,17 +130,17 @@ problems</a> and <a
|
||||
</ul>
|
||||
The <span style="font-weight: bold;">current Development Release</span>
|
||||
version
|
||||
is 3.4.0 RC1<br>
|
||||
is 3.4.0 RC2<br>
|
||||
</div>
|
||||
<ul style="margin-left: 40px;">
|
||||
<li>Here are the <a
|
||||
href="http://www1.shorewall.net/pub/shorewall/development/3.4/shorewall-3.4.0-RC1/releasenotes.txt">release
|
||||
href="http://www1.shorewall.net/pub/shorewall/development/3.4/shorewall-3.4.0-RC2/releasenotes.txt">release
|
||||
notes</a> <br>
|
||||
</li>
|
||||
<li>Here are the <a
|
||||
href="http://www1.shorewall.net/pub/shorewall/development/3.4/shorewall-3.4.0-RC1/known_problems.txt">known
|
||||
href="http://www1.shorewall.net/pub/shorewall/development/3.4/shorewall-3.4.0-RC2/known_problems.txt">known
|
||||
problems</a> and <a
|
||||
href="http://www1.shorewall.net/pub/shorewall/development/3.4/shorewall-3.4.0-RC1/errata/">updates</a>.</li>
|
||||
href="http://www1.shorewall.net/pub/shorewall/development/3.4/shorewall-3.4.0-RC2/errata/">updates</a>.</li>
|
||||
</ul>
|
||||
<div style="margin-left: 40px;">Get them from the <a
|
||||
href="download.htm">download sites</a></div>
|
||||
|
Loading…
Reference in New Issue
Block a user