1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<!-- $Id: ps-home.html,v 1.4.2.4 2005/01/11 13:03:07 mt Exp $ -->
<HTML>
<HEAD>
<TITLE>SuSE Proxy-Suite Homepage</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF">
<TABLE WIDTH="80%" BORDER="0" CELLSPACING="5" ALIGN=center>
<!-- Welcome -->
<TR>
<TD ALIGN=center><H1>Welcome to SuSE Proxy-Suite</H1></TD>
</TR>
<TR>
<TD ALIGN=center>
<STRONG>This is the Home of
<EM>SuSE Proxy-Suite</EM>, a set of programs to
enhance firewall security.
<BR>
The first (and currently only) component being
released is the FTP-Proxy.</STRONG>
<P>
</TD>
</TR>
<TR>
<TD><HR ALIGN=center></TD>
</TR>
<!-- FTP-Proxy -->
<TR>
<TD ALIGN=center><H2>FTP-Proxy</H2></TD>
</TR>
<TR>
<TD>
<UL>
<LI>Securely relays FTP connections between clients and servers
<LI>Can switch connections from active to passive and vice versa
<LI>Utilizes port ranges for both control and data connections
<LI>Provides extensive auditing (via syslog or rotating log files)
<LI>Can separate user related from system triggered audit events
<LI>Provides command restriction based on logged in user name
<LI>Allows command argument checking with regular expressions
<LI>Is able to retrieve configuration data from an LDAP directory
<LI>Has been thoroughly tested against buffer overflow attacks
<LI>Based on GNU AutoConf, supposed to run on many UNIX systems
<LI>Fully conforms to RFC 959 and 1123 (the basic FTP RFCs)
<!--
<p>
<LI>Planned to support RFC 1579 ("Firewall Friendly FTP")
<LI>Planned to support RFC 2428 (IPv6 Extensions for FTP)
-->
</UL>
<P>
</TD>
</TR>
<TR>
<TD><HR ALIGN=center></TD>
</TR>
<!-- Documentation -->
<TR>
<TD ALIGN=center><H2>Documentation</H2></TD>
</TR>
<TR>
<TD>
SuSE Proxy-Suite comes with a fairly comprehensive
documentation. We have created UNIX style Man-Pages and
some background information in the form of White Papers.
<UL>
<LI>Man-Page for <A HREF="ftp-proxy.8.html">ftp-proxy(8)</A>
<LI>Man-Page for <A HREF="ftp-proxy.conf.5.html">ftp-proxy.conf(5)</A>
<P>
<LI>White Paper on <A HREF="ftp-proxy.html">FTP-Proxy</A>
</UL>
<P>
</TD>
</TR>
<TR>
<TD><HR ALIGN=center></TD>
</TR>
<!-- Current Status -->
<TR>
<TD ALIGN=center><H2>Current Status</H2></TD>
</TR>
<TR>
<TD>
This software is <A HREF="http://www.opensource.org/">Open
Source </A> and released under the GPL
(<A HREF="http://www.gnu.org">GNU</A> General Public License).
The entire Proxy-Suite has been written from scratch by
Volker Wiegand, with active help from Jens-Gero Boehm, Marius
Tomaschewski and Pieter Hollants.
<P>
The FTP-Proxy is already in a usable state. The only features
that are announced but not implemented (yet) are the RFC
1579 and 2428 extensions.
<P>
Everyone is invited to download, test and use this software for
free. We believe that it is in a fairly complete and usable
shape. Of course we are also very much interested in discussing
enhancements and other components to include in the Proxy-Suite.
<P>
</TD>
</TR>
<TR>
<TD><HR ALIGN=center></TD>
</TR>
<!-- Download -->
<TR>
<TD ALIGN=center><H2>Download</H2></TD>
</TR>
<TR>
<TD>
The latest version is <A HREF="ftp://ftp.suse.com/pub/projects/proxy-suite/src/proxy-suite-1.9.2.4.tar.gz">1.9.2.4</A> as well as previous versions of the software can be downloaded from
<A HREF="ftp://ftp.suse.com/pub/projects/proxy-suite/">
ftp://ftp.suse.com/pub/projects/proxy-suite/</A>.
See also the <a href="ftp://ftp.suse.com/pub/projects/proxy-suite/src/NEWS">NEWS</a> file.
<P>
</TD>
</TR>
<TR>
<TD><HR ALIGN=center></TD>
</TR>
<!-- More Information -->
<TR>
<TD ALIGN=center><H2>More Information</H2></TD>
</TR>
<TR>
<TD>
We have created a mailing list to discuss Proxy-Suite.
To subscribe send an empty mail (the body is ignored) to
<A HREF="mailto:proxy-suite-subscribe@suse.com">
proxy-suite-subscribe@suse.com</A>.
<P>
A second mailing list has been installed where important
announcements are made. To subscribe to this second
list send a mail to
<A HREF="mailto:proxy-suite-announce-subscribe@suse.com">
proxy-suite-announce-subscribe@suse.com</A>.
<P>
If you find any bugs in the software or documentation, or
would like to suggest enhancements, feel free to send an
email to <A HREF="mailto:proxy-suite-bugs@suse.com">
proxy-suite-bugs@suse.com</A>.
<P>
Last but not least you are invited to contact the maintainer,
<A HREF="mailto:mt@suse.de">Marius Tomaschewski</A>.
</TD>
</TR>
</TABLE>
</BODY>
</HTML>
|