aboutsummaryrefslogtreecommitdiff
path: root/sbin/ipfw
Commit message (Expand)AuthorAgeFilesLines
* 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
* s/filesystem/file system/g as discussed on -developersTom Rhodes2002-08-211-1/+1
* Whoops, the manpage lied... ipfw2 has always accepted addr:maskLuigi Rizzo2002-08-211-11/+14
* One more (hopefully the last one) step in cleaning up the syntax,Luigi Rizzo2002-08-192-61/+102
* Major cleanup of the parser and printing routines in an attempt toLuigi Rizzo2002-08-192-209/+375
* Complete list of differences between ipfw1 and ipfw2.Luigi Rizzo2002-08-161-10/+93
* sys/netinet/ip_fw2.c:Luigi Rizzo2002-08-162-116/+526
* Fix one parsing bug introduced by last commit, and correct parsingLuigi Rizzo2002-08-101-18/+63
* Major revision of the ipfw manpage, trying to make it up-to-dateLuigi Rizzo2002-08-101-518/+682
* One bugfix and one new feature.Luigi Rizzo2002-08-101-22/+85