summaryrefslogtreecommitdiffstats
path: root/sbin/ipfw/ipfw.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Big sweep over ipfw, picking up where Poul left off:alex1996-06-091-23/+197
* Some cosmetics and some better error-checking.phk1996-05-111-46/+43
* recognize "allow", "accept" and "pass"phk1996-04-031-6/+8
* A couple of bug-fixes.phk1996-04-021-4/+4
* Update to match kernel code.phk1996-02-241-60/+58
* A new ipfw program that can set and control the new features.phk1996-02-241-969/+391
* Update -current ipfw program as well.phk1996-02-231-170/+27
* Support all the tcpflag options in firewall.ugen1995-10-231-33/+215
* Support IP Option smatching in grammar and listing.ugen1995-10-011-30/+130
* Add $Id$gpalmer1995-08-221-0/+3
* Remove trailing whitespace.rgrimes1995-05-301-38/+38
* make pass work also as the first keywordugen1995-03-301-1/+1
* Oops..remove some debugging leftover..ugen1995-03-031-1/+0
* Ok..so everybody picking on me that ipfw syntacsugen1995-03-031-106/+172
* Change utility to accept interface nameugen1995-02-241-5/+53
* Ppl asked to make ipfw smarter..ok..ugen1995-02-141-3/+3
* Fix for rather stupid bug by which you couldn't setugen1995-02-141-3/+4
* Utility changes following the facility.ugen1995-01-121-53/+20
* Add interface to clear accounting entry option.ugen1994-12-131-82/+80
* Add via option,minor changes to interface to reflectugen1994-12-121-16/+56
* Interface changes to support additions to firewall.ugen1994-11-281-31/+88
* Latest from Ugen J.S.Antsilevich" <ugen@NetVision.net.il>. Poul, pleasejkh1994-11-161-842/+788
* More 12th hour fixes from Ugen.jkh1994-11-081-65/+66
* Latest changes from Uben.jkh1994-10-311-12/+26
* Add the ipfw command, for IP firewall construction.jkh1994-10-281-0/+1006
OpenPOWER on IntegriCloud