Deleted Added
full compact
HISTORY (24583) HISTORY (26119)
1#
2# NOTE: Quite a few patches and suggestions come from other sources, to whom
3# I'm greatly indebted, even if no names are mentioned.
4#
5# Thanks to Craig Bishop of connect.com.au and Sun Microsystems for the
6# loan of a machine to work on a Solaris 2.x port of this software.
7#
1#
2# NOTE: Quite a few patches and suggestions come from other sources, to whom
3# I'm greatly indebted, even if no names are mentioned.
4#
5# Thanks to Craig Bishop of connect.com.au and Sun Microsystems for the
6# loan of a machine to work on a Solaris 2.x port of this software.
7#
83.2alpha7 25/5/97 - Released
9
10add strlen for pre-2.2 kernels - Doug Kite <dkite@websgi.icomnet.com>
11
12setup bits and pieces for compiling into a FreeBSD-2.2 kernel.
13
14split up "bsd" targets. Now a separate netbsd/freebsd/bsd target.
15mln_ipl.c has been split up into itself and mlf_ipl.c (for freebsd).
16
17fix (negative) host matching in filtering.
18
19add sysctl interface for some variables when compiled into FreeBSD-2.2 kernels
20or later.
21
22make all the candidates for kernel compiling include "netinet/..." and build
23a subdirectory "netinet" when compiling and symlink all .h files into this.
24
25add install make target to Makefile.ipsend
26
273.2alpha6 8/5/97 - Released
28
29Add "!" (not) to hostname/ip matching.
30
31Automatically add packet info to the fragment cache if it is a fragment
32and we're translating addreses for.
33
34Automatically add packet info to the fragment cache if it is a fragment
35and we're "keeping state" for the packet.
36
37Solaris2 patches - Anthony Baxter (arb@connect.com.au)
38
39change install procedure for FreeBSD 2.2 to allow building to a kernel
40which is different to the running kernel.
41
42add FIONREAD for Solaris2!
43
44when expiring NAT table entries, if we would set a time to fr_tcpclosed
45(which is 1), make it fr_tcplaskack(20) so that the state tables have a
46chance to clear up.
47
483.2alpha5
49
50add proxying skeleton support and sample ftp transparent proxy code.
51
52add printfs at startup to tell user what is happening.
53
54add packets & bytes for EXPIRE NAT log records.
55
56fix the "install-bsd" target in the root Makefile. Chris Williams
57<psion@mv.mv.com>
58
59Fixes for FreeBSD 2.2 (and later revs) to prevent panics. Julian Assange.
60
83.2alpha4 2/4/97 - Released
9
10Some compiler warnings cleaned up.
11
12FreeBSD-2.2 patches for LKM completed.
13
143.2alpha3 31/3/97 - Released
15

--- 635 unchanged lines hidden (view full) ---

651added code to check for port ranges - complete.
652rewrote to work as a loadable kernel module - complete.
653
6541.1
655added code for ouput filtering as well as input filtering and added support for logging to a simple character device of packet headers.
656
6571.0 22/04/93 - Released
658First release cut.
613.2alpha4 2/4/97 - Released
62
63Some compiler warnings cleaned up.
64
65FreeBSD-2.2 patches for LKM completed.
66
673.2alpha3 31/3/97 - Released
68

--- 635 unchanged lines hidden (view full) ---

704added code to check for port ranges - complete.
705rewrote to work as a loadable kernel module - complete.
706
7071.1
708added code for ouput filtering as well as input filtering and added support for logging to a simple character device of packet headers.
709
7101.0 22/04/93 - Released
711First release cut.
659