aboutsummaryrefslogtreecommitdiff
path: root/sbin/ipfw
Commit message (Expand)AuthorAgeFilesLines
* Support for IPFW based transparent forwarding.Julian Elischer1998-07-062-3/+56
* Reminded by: Alex NashDaniel O'Callaghan1998-05-191-3/+3
* Typo fix.Masafumi Max NAKANE1998-05-191-1/+1
* PR: 6641Daniel O'Callaghan1998-05-151-2/+2
* When ipfw reads its rules from an input file, the optind variable isPoul-Henning Kamp1998-04-221-1/+5
* (evil) hackers -> crackersMartin Cracauer1998-04-081-3/+3
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.Philippe Charnier1998-03-191-5/+7
* Get the arguments to show_usage right (like the MFC'ed code in -stable).Alexander Langer1998-03-131-3/+3
* Alter ipfw's behavior with respect to fragmented packets when the packetAlexander Langer1998-02-122-2/+27
* Bump up packet and byte counters to 64-bit unsigned ints. As aAlexander Langer1998-01-081-14/+32
* Format mismatch in error message.Alexander Langer1998-01-081-2/+2
* Support listing/showing specific rules supplied on the command line.Alexander Langer1998-01-072-29/+74
* Display a better error message and use a non-zero exit code whenAlexander Langer1998-01-061-5/+16
* Put the return value of getopt into an int, not a char.Alexander Langer1997-12-261-5/+4
* Allow ipfw to accept comments and blank lines.Julian Elischer1997-12-052-1/+7
* Sort cross refereces in section SEE ALSO.Wolfram Schneider1997-09-291-3/+3
* Mention the IPFIREWALL_DEFAULT_TO_ACCEPT option and it's effect onPeter Wemm1997-09-101-2/+14
* Fix typo (65434 -> 65534)Peter Wemm1997-09-101-1/+1
* Bring comment on '-a' flag in line with reality.Daniel O'Callaghan1997-08-211-2/+1
* Support interface names up to 15 characters in length. In order toAlexander Langer1997-08-081-4/+4
* Allow service names as the divert/tee arg.Brian Somers1997-07-251-5/+19
* Allow ipfw to look up service names from /etc/services (or NIS if turned on)Julian Elischer1997-06-232-15/+47
* Remove __progname. Cosmetic in usage string.Philippe Charnier1997-06-131-11/+6
* Submitted by: Whistle Communications (archie Cobbs)Julian Elischer1997-06-023-250/+557
* Typo.Masafumi Max NAKANE1997-05-151-1/+1
* Minor rewording of the examples section.Alexander Langer1997-05-151-2/+3
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-2/+2
* Force null termination after 2 errant strncpy()s.Bruce Evans1997-03-051-1/+3
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Add '-q' quiet flag for flush/add/zero commands; add 'show' command asDaniel O'Callaghan1997-02-102-8/+50
* Adjust spelling of `fw_flg' so this thing compiles again.Jordan K. Hubbard1997-01-171-2/+2
* implement "not" keyword for inverting the address logicAdam David1997-01-162-12/+23
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Minor mdoc/style fixes.Mike Pritchard1996-12-231-48/+39
* Fix up programs which expect <net/if.h> to include <sys/time.h> to insteadGarrett Wollman1996-12-101-9/+13
* Fix a spelling error.John Polstra1996-11-051-1/+1
* Issue a warning if the user specifies an invalid interface in a rule.Alexander Langer1996-10-171-1/+25
* Note that -N is only effective when ipfw is displaying chain entries.Alexander Langer1996-09-151-1/+1
* Because 'ipfw flush' is such a dangerous command (given that mostNate Williams1996-08-312-8/+42
* Use the .Fx macro where appropriate.Mike Pritchard1996-08-231-1/+2
* Completely rewrite handling of protocol field for firewalls, things arePaul Traina1996-08-132-130/+72
* Fix tcp/udp port rangesPaul Traina1996-08-131-3/+3
* Filter by IP protocol.Alexander Langer1996-08-052-28/+72
* Adding changes to ipfw and the kernel to support ip packet diversion..Julian Elischer1996-07-102-32/+80
* Correct definition of 'established' keyword.Alexander Langer1996-07-021-1/+1
* Formatting fixes for 'in' and 'out' while listing.Alexander Langer1996-06-291-22/+32
* Fix port specification syntax.Alexander Langer1996-06-291-1/+1
* Fix address mask calculation when using ':' syntax. Allow a maskAlexander Langer1996-06-231-13/+23
* Set the program name before trying to use it.Alexander Langer1996-06-181-3/+3
* Fix a typo in the view accounting records example.Alexander Langer1996-06-151-1/+1