Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
1998-03-21 | Print the devicename in the error message when it cannot be opened | Todd C. Miller | |
since it is not obvious from the source. | |||
1998-03-07 | n_net is host byte order; pattonme@gnpr.pae.osd.mil | Theo de Raadt | |
1998-02-24 | put back support for ppp0/32 | dgregor | |
1998-02-19 | Refer to /etc/ipnat.rules not nat.rules in examples. | gene | |
1998-01-26 | IPF 3.2.3 | dgregor | |
1997-12-02 | rewrite using mandoc macros; add an examples section. | Niels Provos | |
1997-09-22 | Change some longs to ints for alpha. | Todd C. Miller | |
1997-07-08 | countbits() uses network byte order, not host byte order; enami tsugutomo, ↵ | kstailey | |
NetBSD PR 3830 | |||
1997-06-23 | use masks | kstailey | |