summaryrefslogtreecommitdiff
path: root/sbin/ipnat/ipnat.c
AgeCommit message (Expand)Author
1998-10-11NAT_MAP is now a flag; garath@code.ridgefield.orgTheo de Raadt
1998-10-06fix the SIOCGIFCONF code; bug found by markc@Theo de Raadt
1998-09-15Updated to v3.2.9 of Darren's codebase. His code reimplements variablepattonme
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-01-26IPF 3.2.3dgregor
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-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
1996-10-08Prototype & Stylistic fixes for high -W gcc levelsNiklas Hallqvist
1996-07-18ipfilter 3.1.0dm
1996-06-23update rcsidTheo de Raadt
1996-05-10ipfilter 3.0.4dm