~ubuntu-branches/ubuntu/natty/mason/natty

1 by Jeff Licquia
Import upstream version 0.13.0.92
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
2
<HTML>
3
<HEAD>
4
 <META NAME="GENERATOR" CONTENT="SGML-Tools 1.0.9">
1.1.1 by Thomas Scheffczyk
Import upstream version 1.0.0
5
 <TITLE>The Mason HOWTO: Version summary (out of date, sorry)</TITLE>
1 by Jeff Licquia
Import upstream version 0.13.0.92
6
 <LINK HREF="mason-8.html" REL=next>
7
 <LINK HREF="mason-6.html" REL=previous>
8
 <LINK HREF="mason.html#toc7" REL=contents>
9
</HEAD>
10
<BODY>
11
<A HREF="mason-8.html"><IMG SRC="next.gif" ALT="Next"></A>
12
<A HREF="mason-6.html"><IMG SRC="prev.gif" ALT="Previous"></A>
13
<A HREF="mason.html#toc7"><IMG SRC="toc.gif" ALT="Contents"></A>
14
<HR>
1.1.1 by Thomas Scheffczyk
Import upstream version 1.0.0
15
<H2><A NAME="s7">7. Version summary (out of date, sorry)</A></H2>
1 by Jeff Licquia
Import upstream version 0.13.0.92
16
17
<P>
18
<UL>
19
<LI>0.9.0
20
<P>     _Lots_ of good new stuff.  Mason handles log entries from 
21
ipchains or ipfwadm automatically.  The command it runs can be either
22
an ipchain or ipfwadm command, and it can output either an ipchain or 
23
ipfwadm command.  All independently.  See the ECHCOMMAND=... and
24
DOCOMMAND=... parameters, above.
25
<P>_Major_ speedup!  Keep reading lines until the 7th-13th fields
26
are different from the previous line; this probably quadruples Mason's
27
throughput or better.  Bonus points to the readers who can read morse 
28
code from the heartbeat output...  Oh, and I added heartbeat output to 
29
show that Mason hasn't just crashed. :-)
30
<P>Mason handles interfaces whose IP address changes automatically;
31
see the DYNIF=... parameter, above.
32
<P>Note:  additional ipchains fields are:
33
<PRE>
34
L=Total length
35
S=TOS
36
I=ip->id?
37
F=Fragment offset
38
T=TTL
39
</PRE>
40
<P>
41
</LI>
42
<LI>0.8.0
43
<P>     -k added to control the direction in which connections are made.
44
Unfortunately, the ftp-data port doesn't honor the simple rule for -k; I
45
suspect this is a consequence of PASV vs. "active?" ftp opening the data
46
connection in one direction of the other.  Hmmm... This was released to 
47
the world as 0.7.9.
48
<P>
49
</LI>
50
<LI>0.7.0
51
<P> (6/21/98) 20% speed improvement by changing read command.  Local
52
name cache added.  On the fly policy changing.  Comments.  Major
53
documentation updates.  Another 20% performance improvement by replacing
54
some sed's with bash internal pattern deletion.  6% more by using ${#..}
55
instead of wc --bytes to size strings.  Cut time necessary to process
56
non-firewall lines in third by using &amp;&amp; instead of -a.
57
<P>
58
</LI>
59
<LI>0.6.0
60
<P>     (6/4/98) Documentation added
61
<P>
62
</LI>
63
<LI>0.5.0
64
<P>     (6/2/98) Bare code, almost no documentation, ipfwadm support only.
65
</LI>
66
</UL>
67
<P>
68
<P>
69
<HR>
70
<A HREF="mason-8.html"><IMG SRC="next.gif" ALT="Next"></A>
71
<A HREF="mason-6.html"><IMG SRC="prev.gif" ALT="Previous"></A>
72
<A HREF="mason.html#toc7"><IMG SRC="toc.gif" ALT="Contents"></A>
73
</BODY>
74
</HTML>