summaryrefslogtreecommitdiff
path: root/sbin/ipnat
AgeCommit message (Expand)Author
1999-07-07The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os.Aaron Campbell
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
1998-03-22updated example for current nat syntax, i.e. was ppp0/32 now says 0/32 ...johns
1998-03-21Print the devicename in the error message when it cannot be openedTodd C. Miller
1998-03-07n_net is host byte order; pattonme@gnpr.pae.osd.milTheo de Raadt
1998-02-24put back support for ppp0/32dgregor
1998-02-19Refer to /etc/ipnat.rules not nat.rules in examples.gene
1998-01-26IPF 3.2.3dgregor
1997-12-02rewrite using mandoc macros; add an examples section.Niels Provos
1997-09-22Change some longs to ints for alpha.Todd C. Miller
1997-07-08countbits() uses network byte order, not host byte order; enami tsugutomo, Ne...kstailey
1997-06-23use maskskstailey
1997-06-23sizeof(int) != sizeof(long)Theo de Raadt
1997-06-17dont coredump if the specified rule file does not existNiels Provos
1997-04-09the theTheo de Raadt
1997-02-26fix italicskstailey
1997-02-26add italicskstailey
1997-02-26mention /usr/share/ipf in FILES sectionkstailey
1997-02-1464-bit cleanNiklas Hallqvist
1997-02-13don't fail completely in if_addr() just because one interface won't SIOCGIFADDR.kstailey
1997-02-13Allow use of interface name in rules file. This way if you have a dynamickstailey
1997-02-11IPF 1.3.7kstailey
1997-02-07fixed order of tests in printnat() so that it catches tcp/udp firstkstailey
1997-02-07one more tcpudp->tcp/udpkstailey
1997-02-07make output look like input (and like docs)kstailey
1997-02-07fix tagskstailey
1997-02-07make protocol string be tcp/udp not tcpudp since this is how it is documented.kstailey
1997-02-07more SEE ALSO cross-refskstailey
1996-10-08Prototype & Stylistic fixes for high -W gcc levelsNiklas Hallqvist