Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-02-19 | Re-order SEE ALSO entries. | Aaron Campbell | |
2000-02-16 | Import IPFilter 3.3.9. Primarily, bugfixes since 3.3.8. See sbin/ipf/HISTORY | Kjell Wooding | |
for details. | |||
2000-02-01 | Update to IPFilter 3.3.8. Man pages still to go. See sbin/ipf/HISTORY | Kjell Wooding | |
for details. | |||
2000-01-24 | correct Xrs. marc@snafu.org. | Kjell Wooding | |
2000-01-18 | Repair duplicate word occurences; (as found by a Perl script sent to us from | Aaron Campbell | |
Tom Christiansen <tchrist@perl.com>). | |||
2000-01-07 | Update documentation to reflect 3.3.6 | Kjell Wooding | |
2000-01-07 | Update documentation to reflect 3.3.6 changes. | Kjell Wooding | |
1999-12-28 | ipf could dump core when fed unfinished rules. Inspired by pr/995. | Kjell Wooding | |
1999-12-28 | Update to ipfilter 3.3.6. See src/sbin/ipf/HISTORY for details. | Kjell Wooding | |
1999-12-28 | Darren Reed's ipfilter HISTORY file. This should satisfy the hordes | Kjell 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-17 | Update to Darren Reed's IPFilter 3.3.5 | Kjell Wooding | |
Fixes: realaudio proxy issues, "log level" printing, and source address for icmp replies (was reversed). Thoughtfully submitted by techs@obfuscation.org | |||
1999-12-16 | Add the ability to use interface names in place of addresses | Kjell 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-15 | Import 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-14 | New ipfilter files. Preparing for merge of ipfilter 3.3.4. | Kjell Wooding | |
1999-11-23 | fix typo; jwk@lords.com | Theo de Raadt | |
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 | |