OpenBSD CVS

CVS log for src/usr.sbin/ipmon/Attic/ipmon.c


[BACK] Up to [local] / src / usr.sbin / ipmon

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.28, Wed May 30 02:14:07 2001 UTC (23 years ago) by deraadt
Branch: MAIN
CVS Tags: HEAD
Changes since 1.27: +1 -1 lines
FILE REMOVED

Remove ipf.  Darren Reed has interpreted his (old, new, whichever)
licence in a way that makes ipf not free according to the rules we
established over 5 years ago, at www.openbsd.org/goals.html (and those
same basic rules govern the other *BSD projects too).  Specifically,
Darren says that modified versions are not permitted.  But software
which OpenBSD uses and redistributes must be free to all (be they
people or companies), for any purpose they wish to use it, including
modification, use, peeing on, or even integration into baby mulching
machines or atomic bombs to be dropped on Australia.  Furthermore, we
know of a number of companies using ipf with modification like us, who
are now in the same situation, and we hope that some of them will work
with us to fill this gap that now exists in OpenBSD (temporarily, we
hope).

Revision 1.27 / (download) - annotate - [select for diffs], Tue Jan 30 04:29:53 2001 UTC (23 years, 4 months ago) by kjell
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9
Changes since 1.26: +3 -2 lines
Diff to previous 1.26 (colored)

reimplement whacked ipmon change

Revision 1.26 / (download) - annotate - [select for diffs], Wed Jan 17 07:26:59 2001 UTC (23 years, 4 months ago) by fgsch
Branch: MAIN
Changes since 1.25: +11 -3 lines
Diff to previous 1.25 (colored)

IPF 3.4.16 userland.

Revision 1.25 / (download) - annotate - [select for diffs], Wed Jan 17 05:01:02 2001 UTC (23 years, 4 months ago) by fgsch
Branch: MAIN
Changes since 1.24: +127 -96 lines
Diff to previous 1.24 (colored)

1st part of ipf userland code.

Revision 1.24 / (download) - annotate - [select for diffs], Thu Aug 10 05:50:27 2000 UTC (23 years, 10 months ago) by kjell
Branch: MAIN
CVS Tags: OPENBSD_2_8_BASE, OPENBSD_2_8
Changes since 1.23: +53 -14 lines
Diff to previous 1.23 (colored)

Import ipf 3.3.18. Fixes more problems with the in-kernel FTP proxy,
some nat state bugs, and ups the default state table size.
See sbin/ipf/HISTORY for details.

Revision 1.23 / (download) - annotate - [select for diffs], Mon Mar 13 23:40:20 2000 UTC (24 years, 3 months ago) by kjell
Branch: MAIN
CVS Tags: OPENBSD_2_7_BASE, OPENBSD_2_7
Changes since 1.22: +4 -4 lines
Diff to previous 1.22 (colored)

Import of Darren Reed's IPFilter 3.3.11. See sbin/ipf/HISTORY for detailed
changelog. Documentation changes are now way behind. Volunteers?

Revision 1.22 / (download) - annotate - [select for diffs], Wed Feb 16 22:34:23 2000 UTC (24 years, 3 months ago) by kjell
Branch: MAIN
Changes since 1.21: +0 -0 lines
Diff to previous 1.21 (colored)

Import IPFilter 3.3.9. Primarily, bugfixes since 3.3.8. See sbin/ipf/HISTORY
for details.

Revision 1.21 / (download) - annotate - [select for diffs], Tue Feb 1 19:30:01 2000 UTC (24 years, 4 months ago) by kjell
Branch: MAIN
Changes since 1.20: +9 -5 lines
Diff to previous 1.20 (colored)

Update to IPFilter 3.3.8. Man pages still to go. See sbin/ipf/HISTORY
for details.

Revision 1.20 / (download) - annotate - [select for diffs], Wed Dec 15 05:20:25 1999 UTC (24 years, 6 months ago) by kjell
Branch: MAIN
Changes since 1.19: +177 -86 lines
Diff to previous 1.19 (colored)

Import of Darren Reed's IPFilter 3.3.4, including OpenBSD patches.

Many, many enhancements and improvements, including new in-kernel
proxies, enhancements to logging, and many bugfixes.

Note: Man pages have not yet been re-converted to mdoc.

Revision 1.19 / (download) - annotate - [select for diffs], Thu Nov 25 23:16:20 1999 UTC (24 years, 6 months ago) by deraadt
Branch: MAIN
Changes since 1.18: +3 -3 lines
Diff to previous 1.18 (colored)

incorrect icmp packet length printf; gluk@ptci.ru

Revision 1.18 / (download) - annotate - [select for diffs], Fri Feb 5 05:58:48 1999 UTC (25 years, 4 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_6_BASE, OPENBSD_2_6, OPENBSD_2_5_BASE, OPENBSD_2_5
Changes since 1.17: +87 -35 lines
Diff to previous 1.17 (colored)

ipf 3.2.10; work by kjell

Revision 1.17 / (download) - annotate - [select for diffs], Fri Nov 13 00:04:01 1998 UTC (25 years, 7 months ago) by deraadt
Branch: MAIN
Changes since 1.16: +3 -3 lines
Diff to previous 1.16 (colored)

put p option in getopt(); garath@code.ridgefield.org

Revision 1.16 / (download) - annotate - [select for diffs], Tue Nov 10 22:04:11 1998 UTC (25 years, 7 months ago) by deraadt
Branch: MAIN
Changes since 1.15: +28 -4 lines
Diff to previous 1.15 (colored)

hash & cache hostnames; garath@code.ridgefield.org

Revision 1.15 / (download) - annotate - [select for diffs], Thu Oct 29 02:15:21 1998 UTC (25 years, 7 months ago) by deraadt
Branch: MAIN
Changes since 1.14: +9 -4 lines
Diff to previous 1.14 (colored)

use correct ioctl for flushing; garath@code.ridgefield.org

Revision 1.14 / (download) - annotate - [select for diffs], Thu Sep 17 03:43:45 1998 UTC (25 years, 8 months ago) by pattonme
Branch: MAIN
CVS Tags: OPENBSD_2_4_BASE, OPENBSD_2_4
Changes since 1.13: +3 -2 lines
Diff to previous 1.13 (colored)

reset variable "log" so that it would properly detach from controlling terminal.

Revision 1.13 / (download) - annotate - [select for diffs], Tue Sep 15 10:01:39 1998 UTC (25 years, 9 months ago) by pattonme
Branch: MAIN
Changes since 1.12: +99 -32 lines
Diff to previous 1.12 (colored)

updated to v3.2.9 of Darren's codebase. His code reimplements variable
locking, replaces u_long's with u_32_t to properly handle 64bit archs.
Wrapped OpenBSD specific preprocessor logic.

Revision 1.12 / (download) - annotate - [select for diffs], Mon Mar 30 06:59:49 1998 UTC (26 years, 2 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_3_BASE, OPENBSD_2_3
Changes since 1.11: +14 -15 lines
Diff to previous 1.11 (colored)

Y2K fixes from Andreas.Gunnarsson@emw.ericsson.se; culled from various places

Revision 1.11 / (download) - annotate - [select for diffs], Mon Jan 26 04:16:47 1998 UTC (26 years, 4 months ago) by dgregor
Branch: MAIN
Changes since 1.10: +508 -258 lines
Diff to previous 1.10 (colored)

IPF 3.2.3

Revision 1.10 / (download) - annotate - [select for diffs], Tue Jul 22 17:00:05 1997 UTC (26 years, 10 months ago) by kstailey
Branch: MAIN
CVS Tags: OPENBSD_2_2_BASE, OPENBSD_2_2
Changes since 1.9: +3 -1 lines
Diff to previous 1.9 (colored)

daemonize if using syslog(3)

Revision 1.9 / (download) - annotate - [select for diffs], Mon Jun 23 16:53:59 1997 UTC (26 years, 11 months ago) by kstailey
Branch: MAIN
Changes since 1.8: +3 -2 lines
Diff to previous 1.8 (colored)

only flush log if not using syslog

Revision 1.8 / (download) - annotate - [select for diffs], Mon Jun 9 09:52:33 1997 UTC (27 years ago) by niklas
Branch: MAIN
Changes since 1.7: +4 -4 lines
Diff to previous 1.7 (colored)

Log packet contents to the specified logfile,
if they are wanted

Revision 1.7 / (download) - annotate - [select for diffs], Tue Feb 11 22:24:10 1997 UTC (27 years, 4 months ago) by kstailey
Branch: MAIN
CVS Tags: OPENBSD_2_1_BASE, OPENBSD_2_1
Changes since 1.6: +295 -66 lines
Diff to previous 1.6 (colored)

IPF 1.3.7

Revision 1.6 / (download) - annotate - [select for diffs], Tue Oct 8 07:33:38 1996 UTC (27 years, 8 months ago) by niklas
Branch: MAIN
CVS Tags: OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.5: +2 -1 lines
Diff to previous 1.5 (colored)

Prototype & Stylistic fixes for high -W gcc levels

Revision 1.5 / (download) - annotate - [select for diffs], Mon Sep 30 17:52:41 1996 UTC (27 years, 8 months ago) by deraadt
Branch: MAIN
Changes since 1.4: +3 -2 lines
Diff to previous 1.4 (colored)

OpenBSD

Revision 1.4 / (download) - annotate - [select for diffs], Thu Jul 18 04:58:47 1996 UTC (27 years, 10 months ago) by dm
Branch: MAIN
Changes since 1.3: +17 -9 lines
Diff to previous 1.3 (colored)

ipfilter 3.1.0

Revision 1.3 / (download) - annotate - [select for diffs], Fri May 10 21:40:00 1996 UTC (28 years, 1 month ago) by dm
Branch: MAIN
Changes since 1.2: +57 -9 lines
Diff to previous 1.2 (colored)

ipfilter 3.0.4

Revision 1.2 / (download) - annotate - [select for diffs], Thu Jan 25 05:41:38 1996 UTC (28 years, 4 months ago) by dm
Branch: MAIN
Changes since 1.1: +24 -10 lines
Diff to previous 1.1 (colored)

IP filter 3.0.1

Revision 1.1 / (download) - annotate - [select for diffs], Sun Jan 7 02:34:32 1996 UTC (28 years, 5 months ago) by dm
Branch: MAIN

from beurton@fnet.fr:  Darren Reed's IP filter

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.