summaryrefslogtreecommitdiff
path: root/sbin/ipf
AgeCommit message (Collapse)Author
2000-02-19Re-order SEE ALSO entries.Aaron Campbell
2000-02-16Import IPFilter 3.3.9. Primarily, bugfixes since 3.3.8. See sbin/ipf/HISTORYKjell Wooding
for details.
2000-02-01Update to IPFilter 3.3.8. Man pages still to go. See sbin/ipf/HISTORYKjell Wooding
for details.
2000-01-24correct Xrs. marc@snafu.org.Kjell Wooding
2000-01-18Repair duplicate word occurences; (as found by a Perl script sent to us fromAaron Campbell
Tom Christiansen <tchrist@perl.com>).
2000-01-07Update documentation to reflect 3.3.6Kjell Wooding
2000-01-07Update documentation to reflect 3.3.6 changes.Kjell Wooding
1999-12-28ipf could dump core when fed unfinished rules. Inspired by pr/995.Kjell Wooding
1999-12-28Update to ipfilter 3.3.6. See src/sbin/ipf/HISTORY for details.Kjell Wooding
1999-12-28Darren Reed's ipfilter HISTORY file. This should satisfy the hordesKjell Wooding
who have been asking what features are included in the latest ipf import, while keeping the size of the commit messages down.
1999-12-17Update to Darren Reed's IPFilter 3.3.5Kjell Wooding
Fixes: realaudio proxy issues, "log level" printing, and source address for icmp replies (was reversed). Thoughtfully submitted by techs@obfuscation.org
1999-12-16Add the ability to use interface names in place of addressesKjell Wooding
in firewall rules. i.e. block return-rst in quick on fxp0 proto tcp from any to fxp0 port = 9999 This will make things like DHCP much easier to deal with in the future.
1999-12-15Import of Darren Reed's IPFilter 3.3.4, including OpenBSD patches.Kjell Wooding
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.
1999-12-14New ipfilter files. Preparing for merge of ipfilter 3.3.4.Kjell Wooding
1999-11-23fix typo; jwk@lords.comTheo de Raadt
1999-10-12correct ipfilter urlEric Jackson
1999-09-23Typo fixes.Alex Feldman
1999-09-09typo: inbould -> inbound; mason@netbsd.orgAaron Campbell
1999-07-09First cut at mdoc'ing this one. More cleanup and content changes coming ↵Kjell Wooding
after defcon.
1999-07-08whoops, forgot -E flag in an exampleAaron Campbell
1999-07-08There can be only one "HEAD" rule per group.Kjell Wooding
1999-07-08clarify what we mean by firewallAaron Campbell
1999-07-08complete SYNOPSIS and document -l optionAaron Campbell
1999-07-08complete rewrite; this man page is now usefulAaron Campbell
1999-07-06Whoops. Missed man page. removed -UKjell Wooding
1999-07-06Option -U is solaris only. Pointed out by theo.Kjell Wooding
1999-07-06gethostname() is safeTheo de Raadt
1999-07-05Big cleanup of the userland ipf parsing code.Kjell Wooding
inet_addr() was replaced with inet_aton. atoi() tests were replaced by range-checked strtol calls. Error checking of ipf.rules input should be vastly improved now.
1999-06-06use inet_aton() instead of inet_addr()Theo de Raadt
1999-06-04start to remove non-escaped trailing whitespace, it can confuse troff; pjanzen@Aaron Campbell
1999-05-28more .El madnessAaron Campbell
1999-05-16Cleanup xrefs under SEE ALSO. Specifically:Alex Feldman
- Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries.
1999-04-29Unfortunate side effect of the mandoc macros:Marc Espie
.Nd takes at most 9 arguments. Hence, if the description is longer than that, you lose. Unless you get it to be just one argument, by quoting it. Automated search of other such manpages to do, or a way to fix .Nd if someone knows enough troff...
1999-04-02.Pp macros do not belong immiedately after .Sh section header linesAaron Campbell
1999-03-06match usage and man pageTheo de Raadt
1999-02-25Moved to section 8. change title.Kjell Wooding
1999-02-10Xr repairsTheo de Raadt
1999-02-08back out last change, there was a reason for the dual getopt, ugly as it is...Todd C. Miller
1999-02-08no real point in calling getopt() twiceTodd C. Miller
1999-02-08If you are going to set optreset, you need to set optind to 1 as well.Todd C. Miller
1999-02-07convert to mdocTodd C. Miller
1999-02-07add usage() support using optresetTheo de Raadt
1999-02-07man pages belong in section 8Theo de Raadt
1999-02-05ipf 3.2.10; work by kjellTheo de Raadt
1998-11-24Bail out instead of core-dumping if we don't understand the port range ↵Theo de Raadt
operator; ws@netbsd
1998-09-15Updated to v3.2.9 of Darren's codebase. His code reimplements variablepattonme
locking, replaces u_long's with u_32_t to properly handle 64bit archs. Wrapped OpenBSD specific preprocessor logic.
1998-09-01more man page fixes; aaron@ug.cs.dal.caTheo de Raadt
1998-08-29man page repairs; aaron@ug.cs.dal.caTheo de Raadt
1998-07-20typo repair; garath@garath.static.dialin.ntplx.comTheo de Raadt
1998-07-09MAXHOSTNAMELENTheo de Raadt