summaryrefslogtreecommitdiffstats
path: root/sbin/ipfw
Commit message (Collapse)AuthorAgeFilesLines
* Correct minor nit - to filter out SYN packets, the keyword isgpalmer1995-08-311-1/+1
| | | | | `syn' not `tcpsyn' (which matches `tcp' which blocks all tcp packets)
* 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
| | | | | | | (while addf skipped) Reviewed by: Submitted by: Obtained from:
* Update manpage..BTW,if somebody wit good Englishugen1995-03-031-8/+21
| | | | would go through it and fix it would be a really good idea.
* Oops..remove some debugging leftover..ugen1995-03-031-1/+0
|
* Ok..so everybody picking on me that ipfw syntacsugen1995-03-031-106/+172
| | | | | | | | | | | is a pain in ...wel.. trying to fix this * from/to/via position indepenndant syntax * "any" for 0/0 host address * addf/addb default keyword in case you skip it.. * pass = accept new action, seems to be somewhat better in particular cases * on = via (as on ed0 instead of via ed0,loook at reject tcp on ed0 from hacker )
* Fixed manpage..ldeny,lreject and log options are thereugen1995-02-271-3/+2
| | | | | and others not.. Submitted by: torstenb@FreeBSD.ORG
* Change utility to accept interface nameugen1995-02-242-10/+59
| | | | along with IP as "via" argument
* ipfirewall.4 is obviously not here anymore! Adjust the Makefile.jkh1995-02-181-2/+0
|
* Finally document "via" feature..ugen1995-02-171-5/+9
|
* Ppl asked to make ipfw smarter..ok..ugen1995-02-141-3/+3
| | | | here it is..
* Fix for rather stupid bug by which you couldn't setugen1995-02-141-3/+4
| | | | | | ports for the destination IP addr/port. Nobody reported this btw , while a lot of other things reported- probably ppl does not use destination ports at all????
* Ok..at least this man page is up to date nowugen1995-02-091-67/+63
| | | | To be continued..
* Utility changes following the facility.ugen1995-01-121-53/+20
| | | | | | We have only one firewall chain and one accounting chain now. No blocking/forwarding so commands changed. Man pages are somewhat out of date and will be updated ASAP.
* Add interface to clear accounting entry option.ugen1994-12-131-82/+80
| | | | Reflect ip_fw structure changes.
* Add via option,minor changes to interface to reflectugen1994-12-121-16/+56
| | | | internal firewall changes.Check option disabled temporary.
* Changed a reboot(1) to a reboot(8).ats1994-12-111-1/+1
|
* Interface changes to support additions to firewall.ugen1994-11-281-31/+88
|
* G-d help me to do it right first time....ugen1994-11-201-2/+2
| | | | Minor patch to man page,test.
* New man pages from Ugen. Delete my old, first attempt. I only hopejkh1994-11-173-0/+338
| | | | | | | | that the english in Ugen's two replacement pages is not too impenetrable! :-) [Note: Poul - please pull these into the BETA branch along with the other firewall changes] Submitted by: ugen
* Latest from Ugen J.S.Antsilevich" <ugen@NetVision.net.il>. Poul, pleasejkh1994-11-161-842/+788
| | | | | take this into BETA. Submitted by: ugen
* More 12th hour fixes from Ugen.jkh1994-11-081-65/+66
| | | | Submitted by: ugen
* Latest changes from Uben.jkh1994-10-311-12/+26
| | | | Submitted by: uben
* Fix up the man page a little more, delete the README that crept injkh1994-10-281-0/+3
| | | | (but I'm actually just as happy to have in the attic, for reference).
* This commit was generated by cvs2svn to compensate for changes in r3965,jkh1994-10-282-0/+1134
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Add the ipfw command, for IP firewall construction.jkh1994-10-282-0/+1134
| | | | Submitted by: danny ugen
* Add the ipfw command, for IP firewall construction.jkh1994-10-282-0/+1011
Submitted by: danny ugen
OpenPOWER on IntegriCloud