Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-08-02 | RFC 1918 obsoletes 1597 | Niels Provos | |
2000-08-01 | fix netmask notation; pr1343 | Hugh Graham | |
2000-07-26 | open /dev/ipl rdonly on non-destructive operations | Michael Shalayeff | |
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-13 | Add a note regarding bimap and ipnat's "First Match" policy. | Kjell Wooding | |
This question comes up fairly regularly. from mep@netsec.net | |||
2000-03-18 | Remove hard sentence breaks, and some other cleanup along the way. | Aaron Campbell | |
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-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-21 | use net/mask notation for the private networks | Theo de Raadt | |
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-10-12 | fix ipfilter url for ipnat pages also | Eric Jackson | |
1999-10-05 | Better NAT documentation. | Aaron Campbell | |
1999-08-10 | must be external interface. Why do people keep adding stuff to the FAQ | Theo de Raadt | |
and not putting it into the man pages? What's the point of that? | |||
1999-07-25 | fix ipnat to not require -v | Hugh Graham | |
1999-07-23 | fix -n to work with verbose mode. ipnat -nvf will now show the parsed rules | Kjell Wooding | |
without processing them. | |||
1999-07-21 | describe the -f flag in the options list | Aaron Campbell | |
1999-07-09 | - remove all trailing whitespace | Aaron Campbell | |
* except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it... | |||
1999-07-08 | stupid kmem snooping programs! | Theo de Raadt | |
1999-07-07 | The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os. | Aaron Campbell | |
Out of the approximately 1450 man pages, only about 90 of them were wrong. Thanks to kwesterback@home.com for coming up with a script and patch to repair this. The patch also inserted a .Os macro in the few man pages that were missing one. | |||
1999-07-07 | First REAL cut at documenting bimap. | Kjell Wooding | |
1999-07-06 | first cut at documenting bimap | Theo de Raadt | |
1999-07-02 | consistent .Dd usage; proper format is: .Dd Month DD, YYYY | Aaron Campbell | |
1999-06-18 | whoops | Aaron Campbell | |
1999-06-18 | new ipnat(4) and ipnat(5) mdoc-style man pages; kwesterback@home.com | Aaron Campbell | |
1999-06-11 | <netinets/ip_proxy.h> -> <netinet/ip_proxy.h>; ryker@ugrad.cs.ualberta.ca | Aaron Campbell | |
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-06-03 | check for interface names before hostnames | Theo de Raadt | |
1999-05-28 | more .El madness | Aaron Campbell | |
1999-05-15 | ethernet -> Ethernet, other repairs | Aaron Campbell | |
1999-02-25 | Moved to section 8. Changed title and incorrect reference to ipf(1). | Kjell Wooding | |
1999-02-24 | 172.16/12 -- fix end of range; hugh | Theo de Raadt | |
1999-02-10 | Xr repairs | Theo de Raadt | |
1999-02-07 | tweak | 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-10-11 | NAT_MAP is now a flag; garath@code.ridgefield.org | Theo de Raadt | |
1998-10-11 | flesh out and -mandoc, much nicer; garath@code.ridgefield.org | Theo de Raadt | |
1998-10-06 | fix the SIOCGIFCONF code; bug found by markc@ | Theo de Raadt | |
1998-09-26 | NAT in_redir flags changed; garath@code.ridgefield.org | Theo de Raadt | |
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-03-22 | updated example for current nat syntax, i.e. was ppp0/32 now says 0/32 ... | johns | |