summaryrefslogtreecommitdiffstats
path: root/sbin/ipfw/ipfw.c
Commit message (Expand)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Whoops, forgot one line in previous patch.luigi1999-08-121-1/+2
* Userland and manual page changes for probabilistic rule match.luigi1999-08-111-3/+19
* Make ipfw's logging more dynamic. Now, log will use the default limitgreen1999-08-011-3/+72
* This is the much-awaited cleaned up version of IPFW [ug]id support.green1999-06-191-1/+49
* Workaround the problem that the first (and only first) port nameru1999-06-111-9/+26
* Fix the parsing of ip addresses on a command line.ru1999-06-041-7/+7
* Spelling corrections for dummynet.ru1999-06-021-4/+5
* Manpage cleanup, move $Id$ to #ifndef lint, remove unused includes,kris1999-05-291-9/+10
* close pr 10889:luigi1999-05-241-13/+27
* Fix bug where 'ipfw list' would choke if there were a large number of rules.archie1999-01-221-79/+95
* Remove coredump when running "ipfw pipe" without more arguments.luigi1998-12-271-1/+4
* ipfw changes for dummynet. manpages still missingluigi1998-12-141-2/+155
* Disallow ipfw "tee" rules until it is actually implemented.archie1998-12-071-5/+8
* Preprocessor support for `ipfw [-q] ... file'.joerg1998-11-231-14/+113
* The flags type was recently changed from u_short to u_int, breakingalex1998-09-281-10/+10
* PR: 7475thepish1998-08-041-6/+9
* Support for IPFW based transparent forwarding.julian1998-07-061-2/+31
* PR: 6641danny1998-05-151-2/+2
* When ipfw reads its rules from an input file, the optind variable isphk1998-04-221-1/+5
* Get the arguments to show_usage right (like the MFC'ed code in -stable).alex1998-03-131-3/+3
* Alter ipfw's behavior with respect to fragmented packets when the packetalex1998-02-121-2/+11
* Bump up packet and byte counters to 64-bit unsigned ints. As aalex1998-01-081-14/+32
* Format mismatch in error message.alex1998-01-081-2/+2
* Support listing/showing specific rules supplied on the command line.alex1998-01-071-29/+72
* Display a better error message and use a non-zero exit code whenalex1998-01-061-5/+16
* Put the return value of getopt into an int, not a char.alex1997-12-261-5/+4
* Allow ipfw to accept comments and blank lines.julian1997-12-051-1/+5
* Support interface names up to 15 characters in length. In order toalex1997-08-081-4/+4
* Allow service names as the divert/tee arg.brian1997-07-251-5/+19
* Allow ipfw to look up service names from /etc/services (or NIS if turned on)julian1997-06-231-8/+39
* Remove __progname. Cosmetic in usage string.charnier1997-06-131-11/+6
* Submitted by: Whistle Communications (archie Cobbs)julian1997-06-021-217/+405
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-2/+2
* Force null termination after 2 errant strncpy()s.bde1997-03-051-1/+3
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Add '-q' quiet flag for flush/add/zero commands; add 'show' command asdanny1997-02-101-7/+21
* Adjust spelling of `fw_flg' so this thing compiles again.jkh1997-01-171-2/+2
* implement "not" keyword for inverting the address logicadam1997-01-161-2/+12
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Fix up programs which expect <net/if.h> to include <sys/time.h> to insteadwollman1996-12-101-9/+13
* Issue a warning if the user specifies an invalid interface in a rule.alex1996-10-171-1/+25
* Because 'ipfw flush' is such a dangerous command (given that mostnate1996-08-311-7/+36
* Completely rewrite handling of protocol field for firewalls, things arepst1996-08-131-105/+55
* Fix tcp/udp port rangespst1996-08-131-3/+3
* Filter by IP protocol.alex1996-08-051-20/+59
* Adding changes to ipfw and the kernel to support ip packet diversion..julian1996-07-101-20/+38
* Formatting fixes for 'in' and 'out' while listing.alex1996-06-291-22/+32
* Fix address mask calculation when using ':' syntax. Allow a maskalex1996-06-231-13/+23
* Set the program name before trying to use it.alex1996-06-181-3/+3
OpenPOWER on IntegriCloud