aboutsummaryrefslogtreecommitdiff
path: root/sbin/ipfw
Commit message (Expand)AuthorAgeFilesLines
* o Legitimate -f (force) flags for -p (preprocessor) case.Maxim Konovalov2003-12-242-4/+9
* Add a -b flag to /sbin/ipfw to print only action and comment for eachLuigi Rizzo2003-12-122-2/+24
* Include opt_ipsec.h so IPSEC/FAST_IPSEC is defined and the appropriateSam Leffler2003-12-021-1/+8
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-15/+5
* remove include of route.h now that ip_dummynet.h no longer exposesSam Leffler2003-10-031-1/+0
* fix typo: s/sytem/system/Ralf S. Engelschall2003-09-261-1/+1
* Document the alternate way of matching MAC addresses: by a bitmask.Peter Pentchev2003-09-101-2/+22
* Apply a bandaid to get this working on sparc64 again; the introductionThomas Moestl2003-09-041-4/+4
* Check an arguments count before proceed in sysctl_handler().Maxim Konovalov2003-09-021-1/+1
* Add a note that net.inet.ip.fw.autoinc_step is ipfw2-specificLuigi Rizzo2003-07-221-0/+4
* o Initialize do_pipe before command parsing.Maxim Konovalov2003-07-211-0/+1
* Userland side of:Luigi Rizzo2003-07-152-14/+22
* Make sure that comments are printed at the end of a rule.Luigi Rizzo2003-07-151-2/+4
* Fix one typo in help() string, remove whitespace at end of line andLuigi Rizzo2003-07-141-24/+23
* ccept of empty lines when reading from a file (this fixes a bugLuigi Rizzo2003-07-141-25/+52
* Add a '-T' flag to print the timestamp as numeric value insteadLuigi Rizzo2003-07-122-5/+14
* Document the existence of comments in ipfw rules,Luigi Rizzo2003-07-121-4/+11
* In random order:Luigi Rizzo2003-07-121-218/+277
* Correct to match reality regarding interface names.Daniel Harris2003-07-081-3/+7
* * introduce a section on SYNTAX to document the handlingLuigi Rizzo2003-07-081-44/+77
* A bunch of changes (mostly syntactic sugar, all backward compatible):Luigi Rizzo2003-07-081-251/+383
* Implement the 'ipsec' option to match packets coming out of an ipsec tunnel.Luigi Rizzo2003-07-042-0/+22
* remove extra whitespace and blank linesLuigi Rizzo2003-06-271-5/+2
* remove unused file (RELENG_5 and above use ipfw2, the old ipfw1Luigi Rizzo2003-06-241-2667/+0
* Split some long lines to fit 80 columns (the code in RELENG_4Luigi Rizzo2003-06-231-5/+10
* syntactic sugar: support range notation such asLuigi Rizzo2003-06-231-5/+32
* o Fix sets of rules usage example.Maxim Konovalov2003-06-231-4/+4
* Add support for multiple values and ranges for the "iplen", "ipttl",Luigi Rizzo2003-06-222-29/+91
* o Pass a correct argument to printf(3).Maxim Konovalov2003-06-161-3/+4
* Change handling to support strong alignment architectures such as alpha andBernd Walter2003-06-041-12/+34
* Add a 'verrevpath' option that verifies the interface that a packetCrist J. Clark2003-03-152-0/+38
* o Partially revert rev. 1.103, fix 'ipfw show': dynamically adjust aMaxim Konovalov2003-03-131-11/+39
* /modules is gone long ago, use the safe equivalents.Ruslan Ermilov2003-03-031-2/+2
* Correct examples for stateful inspectionChristian Brueffer2003-02-041-2/+2
* It turns out that we do not need to add a new ioctl to unbreak aMatthew Dillon2003-01-122-0/+43
* Fix a reference to the order of SYNOPSIS lines.Giorgos Keramidas2003-01-051-1/+1
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-1/+1
* Make preprocessor support more generic by passing all command-line optionsKelly Yancey2002-12-233-50/+32
* Align timestamps when -t is used in ipfw and ipfw2.Giorgos Keramidas2002-11-261-3/+11
* Fix a kernel panic with rules of the typeLuigi Rizzo2002-11-261-19/+31
* Update documentation to match the behaviour of ipfw with respectLuigi Rizzo2002-11-261-4/+6
* Kill EOL whitespaces, style(9) fix.Maxim Konovalov2002-11-061-13/+12
* Fix UID/GID options parsing.Maxim Konovalov2002-11-061-2/+2
* Misc fixes from Chris Pepper, plus additional explainations onLuigi Rizzo2002-10-281-186/+183
* Fix ipfw2 panics on 64-bit platforms.Maxime Henrion2002-10-241-5/+5
* Increase the max dummynet hash size from 1024 to 65536. Default is stillSean Chittenden2002-10-121-1/+1
* Do not dump core on 'ipfw add unreach': handling null strings inMaxim Konovalov2002-09-251-0/+2
* o Fix a typo.Maxim Konovalov2002-09-221-3/+3
* Store the port number in "fwd" rules in host format, same as ipfw1Luigi Rizzo2002-09-121-2/+2
* Typo: s/o packet/on packet/Marc Fonvieille2002-09-081-1/+1