summaryrefslogtreecommitdiff
path: root/sbin/ipnat
AgeCommit message (Collapse)Author
2000-08-10Import 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-02RFC 1918 obsoletes 1597Niels Provos
2000-08-01fix netmask notation; pr1343Hugh Graham
2000-07-26open /dev/ipl rdonly on non-destructive operationsMichael Shalayeff
2000-05-01Update 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-26no, that is wrongTheo de Raadt
2000-04-26Missing links.Marc Espie
2000-04-13Long overdue documentation update for IPFilter. TheseKjell 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-13Add a note regarding bimap and ipnat's "First Match" policy.Kjell Wooding
This question comes up fairly regularly. from mep@netsec.net
2000-03-18Remove hard sentence breaks, and some other cleanup along the way.Aaron Campbell
2000-03-13Import of Darren Reed's IPFilter 3.3.11. See sbin/ipf/HISTORY for detailedKjell Wooding
changelog. Documentation changes are now way behind. Volunteers?
2000-02-16Import IPFilter 3.3.9. Primarily, bugfixes since 3.3.8. See sbin/ipf/HISTORYKjell Wooding
for details.
2000-02-01Update to IPFilter 3.3.8. Man pages still to go. See sbin/ipf/HISTORYKjell Wooding
for details.
2000-01-24Correct Xrs. marc@snafu.orgKjell Wooding
2000-01-21use net/mask notation for the private networksTheo de Raadt
1999-12-16Add the ability to use interface names in place of addressesKjell 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-15Import 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-14New ipfilter files. Preparing for merge of ipfilter 3.3.4.Kjell Wooding
1999-10-12fix ipfilter url for ipnat pages alsoEric Jackson
1999-10-05Better NAT documentation.Aaron Campbell
1999-08-10must be external interface. Why do people keep adding stuff to the FAQTheo de Raadt
and not putting it into the man pages? What's the point of that?
1999-07-25fix ipnat to not require -vHugh Graham
1999-07-23fix -n to work with verbose mode. ipnat -nvf will now show the parsed rulesKjell Wooding
without processing them.
1999-07-21describe the -f flag in the options listAaron Campbell
1999-07-09- remove all trailing whitespaceAaron 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-08stupid kmem snooping programs!Theo de Raadt
1999-07-07The 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-07First REAL cut at documenting bimap.Kjell Wooding
1999-07-06first cut at documenting bimapTheo de Raadt
1999-07-02consistent .Dd usage; proper format is: .Dd Month DD, YYYYAaron Campbell
1999-06-18whoopsAaron Campbell
1999-06-18new ipnat(4) and ipnat(5) mdoc-style man pages; kwesterback@home.comAaron Campbell
1999-06-11<netinets/ip_proxy.h> -> <netinet/ip_proxy.h>; ryker@ugrad.cs.ualberta.caAaron Campbell
1999-06-06use inet_aton() instead of inet_addr()Theo de Raadt
1999-06-04start to remove non-escaped trailing whitespace, it can confuse troff; pjanzen@Aaron Campbell
1999-06-03check for interface names before hostnamesTheo de Raadt
1999-05-28more .El madnessAaron Campbell
1999-05-15ethernet -> Ethernet, other repairsAaron Campbell
1999-02-25Moved to section 8. Changed title and incorrect reference to ipf(1).Kjell Wooding
1999-02-24172.16/12 -- fix end of range; hughTheo de Raadt
1999-02-10Xr repairsTheo de Raadt
1999-02-07tweakTheo de Raadt
1999-02-07man pages belong in section 8Theo de Raadt
1999-02-05ipf 3.2.10; work by kjellTheo de Raadt
1998-10-11NAT_MAP is now a flag; garath@code.ridgefield.orgTheo de Raadt
1998-10-11flesh out and -mandoc, much nicer; garath@code.ridgefield.orgTheo de Raadt
1998-10-06fix the SIOCGIFCONF code; bug found by markc@Theo de Raadt
1998-09-26NAT in_redir flags changed; garath@code.ridgefield.orgTheo de Raadt
1998-09-15Updated to v3.2.9 of Darren's codebase. His code reimplements variablepattonme
locking, replaces u_long's with u_32_t to properly handle 64bit archs. Wrapped OpenBSD specific preprocessor logic.
1998-03-22updated example for current nat syntax, i.e. was ppp0/32 now says 0/32 ...johns