OpenBSD CVS

CVS log for src/sbin/ipnat/Attic/ipnat.5


[BACK] Up to [local] / src / sbin / ipnat

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.19, Wed May 30 02:11:48 2001 UTC (23 years ago) by deraadt
Branch: MAIN
CVS Tags: HEAD
Changes since 1.18: +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.18 / (download) - annotate - [select for diffs], Fri Mar 9 18:16:44 2001 UTC (23 years, 3 months ago) by marc
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9
Changes since 1.17: +2 -1 lines
Diff to previous 1.17 (colored)

add missing sub-header

Revision 1.17 / (download) - annotate - [select for diffs], Sat Jan 20 20:16:10 2001 UTC (23 years, 4 months ago) by fgsch
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

fix cut & pasto error from previous commit.

Revision 1.16 / (download) - annotate - [select for diffs], Wed Jan 17 07:43:33 2001 UTC (23 years, 4 months ago) by fgsch
Branch: MAIN
Changes since 1.15: +56 -6 lines
Diff to previous 1.15 (colored)

nice page to start with; load balancing added here.

Revision 1.15 / (download) - annotate - [select for diffs], Wed Apr 26 21:04:00 2000 UTC (24 years, 1 month ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_8_BASE, OPENBSD_2_8, OPENBSD_2_7_BASE, OPENBSD_2_7
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

no, that is wrong

Revision 1.14 / (download) - annotate - [select for diffs], Thu Apr 13 19:59:39 2000 UTC (24 years, 2 months ago) by kjell
Branch: MAIN
Changes since 1.13: +155 -148 lines
Diff to previous 1.13 (colored)

Long overdue documentation update for IPFilter. These
are taken directly from the ipf distribution, and are
not mandoc'ed. ipf(8), ipfstat(8), and ipnat(8) are yet
to go and must be done manually. (sigh)

Revision 1.13 / (download) - annotate - [select for diffs], Sat Mar 18 22:55:59 2000 UTC (24 years, 2 months ago) by aaron
Branch: MAIN
Changes since 1.12: +17 -12 lines
Diff to previous 1.12 (colored)

Remove hard sentence breaks, and some other cleanup along the way.

Revision 1.12 / (download) - annotate - [select for diffs], Mon Jan 24 07:27:02 2000 UTC (24 years, 4 months ago) by kjell
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

Correct Xrs. marc@snafu.org

Revision 1.11 / (download) - annotate - [select for diffs], Tue Oct 12 05:07:42 1999 UTC (24 years, 8 months ago) by ericj
Branch: MAIN
CVS Tags: OPENBSD_2_6_BASE, OPENBSD_2_6
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

fix ipfilter url for ipnat pages also

Revision 1.10 / (download) - annotate - [select for diffs], Fri Jul 9 13:35:49 1999 UTC (24 years, 11 months ago) by aaron
Branch: MAIN
Changes since 1.9: +7 -7 lines
Diff to previous 1.9 (colored)

- remove all trailing whitespace
     * except when it is escaped with a `\' at the end of the line
- fix remaining .Nm usage as well
- this is from a patch I received from kwesterback@home.com, who has been
  working on some scripts for fixing formatting errors in mdoc'd man pages

Ok, so there could be a cost/benefit debate with this commit, but since I have
the patch we might as well commit it...

Revision 1.9 / (download) - annotate - [select for diffs], Wed Jul 7 10:50:11 1999 UTC (24 years, 11 months ago) by aaron
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os.
Out of the approximately 1450 man pages, only about 90 of them were wrong.
Thanks to kwesterback@home.com for coming up with a script and patch to repair
this. The patch also inserted a .Os macro in the few man pages that were
missing one.

Revision 1.8 / (download) - annotate - [select for diffs], Fri Jul 2 20:11:46 1999 UTC (24 years, 11 months ago) by aaron
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

consistent .Dd usage; proper format is: .Dd Month DD, YYYY

Revision 1.7 / (download) - annotate - [select for diffs], Fri Jun 18 01:44:19 1999 UTC (24 years, 11 months ago) by aaron
Branch: MAIN
Changes since 1.6: +141 -68 lines
Diff to previous 1.6 (colored)

new ipnat(4) and ipnat(5) mdoc-style man pages; kwesterback@home.com

Revision 1.6 / (download) - annotate - [select for diffs], Tue Sep 15 09:57:29 1998 UTC (25 years, 8 months ago) by pattonme
Branch: MAIN
CVS Tags: OPENBSD_2_5_BASE, OPENBSD_2_5, OPENBSD_2_4_BASE, OPENBSD_2_4
Changes since 1.5: +12 -8 lines
Diff to previous 1.5 (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.5 / (download) - annotate - [select for diffs], Mon Jan 26 04:13:48 1998 UTC (26 years, 4 months ago) by dgregor
Branch: MAIN
CVS Tags: OPENBSD_2_3_BASE, OPENBSD_2_3
Changes since 1.4: +1 -0 lines
Diff to previous 1.4 (colored)

IPF 3.2.3

Revision 1.4 / (download) - annotate - [select for diffs], Tue Feb 11 22:24:18 1997 UTC (27 years, 4 months ago) by kstailey
Branch: MAIN
CVS Tags: OPENBSD_2_2_BASE, OPENBSD_2_2, OPENBSD_2_1_BASE, OPENBSD_2_1
Changes since 1.3: +3 -3 lines
Diff to previous 1.3 (colored)

IPF 1.3.7

Revision 1.3 / (download) - annotate - [select for diffs], Thu Jul 18 05:08:38 1996 UTC (27 years, 10 months ago) by dm
Branch: MAIN
CVS Tags: OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.2: +0 -2 lines
Diff to previous 1.2 (colored)

ipfilter 3.1.0

Revision 1.2 / (download) - annotate - [select for diffs], Sun Jun 23 14:31:01 1996 UTC (27 years, 11 months ago) by deraadt
Branch: MAIN
Changes since 1.1: +2 -0 lines
Diff to previous 1.1 (colored)

update rcsid

Revision 1.1 / (download) - annotate - [select for diffs], Fri May 10 21:39:55 1996 UTC (28 years, 1 month ago) by dm
Branch: MAIN

ipfilter 3.0.4

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.