Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-10-12 | correct ipfilter url | Eric Jackson | |
1999-09-23 | Typo fixes. | Alex Feldman | |
1999-09-09 | typo: inbould -> inbound; mason@netbsd.org | Aaron Campbell | |
1999-07-09 | First cut at mdoc'ing this one. More cleanup and content changes coming ↵ | Kjell Wooding | |
after defcon. | |||
1999-07-08 | whoops, forgot -E flag in an example | Aaron Campbell | |
1999-07-08 | There can be only one "HEAD" rule per group. | Kjell Wooding | |
1999-07-08 | clarify what we mean by firewall | Aaron Campbell | |
1999-07-08 | complete SYNOPSIS and document -l option | Aaron Campbell | |
1999-07-08 | complete rewrite; this man page is now useful | Aaron Campbell | |
1999-07-06 | Whoops. Missed man page. removed -U | Kjell Wooding | |
1999-07-06 | Option -U is solaris only. Pointed out by theo. | Kjell Wooding | |
1999-07-06 | gethostname() is safe | Theo de Raadt | |
1999-07-05 | Big 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-06 | use inet_aton() instead of inet_addr() | Theo de Raadt | |
1999-06-04 | start to remove non-escaped trailing whitespace, it can confuse troff; pjanzen@ | Aaron Campbell | |
1999-05-28 | more .El madness | Aaron Campbell | |
1999-05-16 | Cleanup 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-29 | Unfortunate 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 lines | Aaron Campbell | |
1999-03-06 | match usage and man page | Theo de Raadt | |
1999-02-25 | Moved to section 8. change title. | Kjell Wooding | |
1999-02-10 | Xr repairs | Theo de Raadt | |
1999-02-08 | back out last change, there was a reason for the dual getopt, ugly as it is... | Todd C. Miller | |
1999-02-08 | no real point in calling getopt() twice | Todd C. Miller | |
1999-02-08 | If you are going to set optreset, you need to set optind to 1 as well. | Todd C. Miller | |
1999-02-07 | convert to mdoc | Todd C. Miller | |
1999-02-07 | add usage() support using optreset | Theo de Raadt | |
1999-02-07 | man pages belong in section 8 | Theo de Raadt | |
1999-02-05 | ipf 3.2.10; work by kjell | Theo de Raadt | |
1998-11-24 | Bail out instead of core-dumping if we don't understand the port range ↵ | Theo de Raadt | |
operator; ws@netbsd | |||
1998-09-15 | Updated to v3.2.9 of Darren's codebase. His code reimplements variable | pattonme | |
locking, replaces u_long's with u_32_t to properly handle 64bit archs. Wrapped OpenBSD specific preprocessor logic. | |||
1998-09-01 | more man page fixes; aaron@ug.cs.dal.ca | Theo de Raadt | |
1998-08-29 | man page repairs; aaron@ug.cs.dal.ca | Theo de Raadt | |
1998-07-20 | typo repair; garath@garath.static.dialin.ntplx.com | Theo de Raadt | |
1998-07-09 | MAXHOSTNAMELEN | Theo de Raadt | |
1998-02-27 | network byte order; reed | Theo de Raadt | |
1998-01-26 | IPF 3.2.3 | dgregor | |
1997-11-24 | fix parsing of various arguments; felix@mamba.pond.sub.org | Theo de Raadt | |
1997-08-24 | 64bit fix, cast pointers to long, not int. | Todd C. Miller | |
1997-07-14 | Fixed typo (missing "any" in example rule). | Angelos D. Keromytis | |
1997-06-24 | Remove an errant line that got missed in the merge. | Todd C. Miller | |
1997-06-23 | merge in 3.1.11 | kstailey | |
1997-06-23 | fix tag | kstailey | |
1997-06-23 | sizeof(int) != sizeof(long) | Theo de Raadt | |
1997-04-19 | thorpej: | 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-09 | add tags | kstailey | |
1997-04-09 | correct paragraph fill | kstailey | |
1997-04-09 | spelling | kstailey | |
1997-04-09 | spelling | kstailey | |
1997-04-06 | Fix int vs. long problems | Todd C. Miller | |