Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-01-30 | reimplement local ipf mods and import some missed patches | Kjell Wooding | |
2001-01-20 | Print the service name instead of the number if available. | Federico G. Schwindt | |
Similar to the problem found by millert@ (next thing to commit). | |||
2001-01-17 | IPF 3.4.16 userland. | Federico G. Schwindt | |
2001-01-17 | 1st part of ipf userland code. | Federico G. Schwindt | |
2000-08-10 | Import ipf 3.3.18. Fixes more problems with the in-kernel FTP proxy, | Kjell Wooding | |
some nat state bugs, and ups the default state table size. See sbin/ipf/HISTORY for details. | |||
2000-05-24 | Update to ipf 3.3.16. among other things, this addresses a security issue | Kjell Wooding | |
with certain rule configurations: * don't add TCP state if it is an RST packet and (attempt) to send out RST/ICMP packets in a manner that bypasses IP Filter. | |||
2000-05-01 | Update to ipfilter 3.3.13. This should be the last of the 3.3.x releases. | Kjell Wooding | |
This patch fixes mostly ICMP timeout problems, as the ftp proxy changes were imported previously. | |||
2000-04-26 | no, that is wrong | Theo de Raadt | |
2000-04-26 | Missing links. | Marc Espie | |
2000-04-13 | Long overdue documentation update for IPFilter. These | Kjell Wooding | |
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) | |||
2000-04-12 | remove unnecessary kernel dependency - mep@netsec.net | Kjell Wooding | |
2000-04-12 | Trailing whitespace begone! | Aaron Campbell | |
2000-04-05 | Update to ipf 3.3.12. Most fixes relate to hardening of | Kjell Wooding | |
in-kernel ftp proxy. See sbin/ipf/HISTORY for details. | |||
2000-03-18 | Remove hard sentence breaks, and some other cleanup along the way. | Aaron Campbell | |
2000-03-16 | Convert to mdoc, but it's still a pretty ugly man page. | Aaron Campbell | |
2000-03-14 | Suffix "i.e." and "e.g." with a comma. Just another really picky man page | Aaron Campbell | |
commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)). | |||
2000-03-13 | Import of Darren Reed's IPFilter 3.3.11. See sbin/ipf/HISTORY for detailed | Kjell Wooding | |
changelog. Documentation changes are now way behind. Volunteers? | |||
2000-03-06 | Do not leave `(' characters dangling at the end of lines; instead, use the | Aaron Campbell | |
appropriate mdoc macros to handle these cases. | |||
2000-03-05 | Finish standardizing options list introduction. | Aaron Campbell | |
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 | |