summaryrefslogtreecommitdiff
path: root/sbin/ipf
AgeCommit message (Collapse)Author
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
1998-02-27network byte order; reedTheo de Raadt
1998-01-26IPF 3.2.3dgregor
1997-11-24fix parsing of various arguments; felix@mamba.pond.sub.orgTheo de Raadt
1997-08-2464bit fix, cast pointers to long, not int.Todd C. Miller
1997-07-14Fixed typo (missing "any" in example rule).Angelos D. Keromytis
1997-06-24Remove an errant line that got missed in the merge.Todd C. Miller
1997-06-23merge in 3.1.11kstailey
1997-06-23fix tagkstailey
1997-06-23sizeof(int) != sizeof(long)Theo de Raadt
1997-04-19thorpej:kstailey
icmpcode() returns an int, and, more importantly, -1 on failure. So, make this work on systems with unsigned chars by placing the return value of icmpcode() in a temporary variable, checking for failure, and then only setting fil.fr_icode (a char) upon success.
1997-04-09add tagskstailey
1997-04-09correct paragraph fillkstailey
1997-04-09spellingkstailey
1997-04-09spellingkstailey
1997-04-06Fix int vs. long problemsTodd C. Miller