| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a note that net.inet.ip.fw.autoinc_step is ipfw2-specific | luigi | 2003-07-22 | 1 | -0/+4 |
* | o Initialize do_pipe before command parsing. | maxim | 2003-07-21 | 1 | -0/+1 |
* | Userland side of: | luigi | 2003-07-15 | 2 | -14/+22 |
* | Make sure that comments are printed at the end of a rule. | luigi | 2003-07-15 | 1 | -2/+4 |
* | Fix one typo in help() string, remove whitespace at end of line and | luigi | 2003-07-14 | 1 | -24/+23 |
* | ccept of empty lines when reading from a file (this fixes a bug | luigi | 2003-07-14 | 1 | -25/+52 |
* | Add a '-T' flag to print the timestamp as numeric value instead | luigi | 2003-07-12 | 2 | -5/+14 |
* | Document the existence of comments in ipfw rules, | luigi | 2003-07-12 | 1 | -4/+11 |
* | In random order: | luigi | 2003-07-12 | 1 | -218/+277 |
* | Correct to match reality regarding interface names. | dannyboy | 2003-07-08 | 1 | -3/+7 |
* | * introduce a section on SYNTAX to document the handling | luigi | 2003-07-08 | 1 | -44/+77 |
* | A bunch of changes (mostly syntactic sugar, all backward compatible): | luigi | 2003-07-08 | 1 | -251/+383 |
* | Implement the 'ipsec' option to match packets coming out of an ipsec tunnel. | luigi | 2003-07-04 | 2 | -0/+22 |
* | remove extra whitespace and blank lines | luigi | 2003-06-27 | 1 | -5/+2 |
* | remove unused file (RELENG_5 and above use ipfw2, the old ipfw1 | luigi | 2003-06-24 | 1 | -2667/+0 |
* | Split some long lines to fit 80 columns (the code in RELENG_4 | luigi | 2003-06-23 | 1 | -5/+10 |
* | syntactic sugar: support range notation such as | luigi | 2003-06-23 | 1 | -5/+32 |
* | o Fix sets of rules usage example. | maxim | 2003-06-23 | 1 | -4/+4 |
* | Add support for multiple values and ranges for the "iplen", "ipttl", | luigi | 2003-06-22 | 2 | -29/+91 |
* | o Pass a correct argument to printf(3). | maxim | 2003-06-16 | 1 | -3/+4 |
* | Change handling to support strong alignment architectures such as alpha and | ticso | 2003-06-04 | 1 | -12/+34 |
* | Add a 'verrevpath' option that verifies the interface that a packet | cjc | 2003-03-15 | 2 | -0/+38 |
* | o Partially revert rev. 1.103, fix 'ipfw show': dynamically adjust a | maxim | 2003-03-13 | 1 | -11/+39 |
* | /modules is gone long ago, use the safe equivalents. | ru | 2003-03-03 | 1 | -2/+2 |
* | Correct examples for stateful inspection | brueffer | 2003-02-04 | 1 | -2/+2 |
* | It turns out that we do not need to add a new ioctl to unbreak a | dillon | 2003-01-12 | 2 | -0/+43 |
* | Fix a reference to the order of SYNOPSIS lines. | keramida | 2003-01-05 | 1 | -1/+1 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 1 | -1/+1 |
* | Make preprocessor support more generic by passing all command-line options | kbyanc | 2002-12-23 | 3 | -50/+32 |
* | Align timestamps when -t is used in ipfw and ipfw2. | keramida | 2002-11-26 | 1 | -3/+11 |
* | Fix a kernel panic with rules of the type | luigi | 2002-11-26 | 1 | -19/+31 |
* | Update documentation to match the behaviour of ipfw with respect | luigi | 2002-11-26 | 1 | -4/+6 |
* | Kill EOL whitespaces, style(9) fix. | maxim | 2002-11-06 | 1 | -13/+12 |
* | Fix UID/GID options parsing. | maxim | 2002-11-06 | 1 | -2/+2 |
* | Misc fixes from Chris Pepper, plus additional explainations on | luigi | 2002-10-28 | 1 | -186/+183 |
* | Fix ipfw2 panics on 64-bit platforms. | mux | 2002-10-24 | 1 | -5/+5 |
* | Increase the max dummynet hash size from 1024 to 65536. Default is still | seanc | 2002-10-12 | 1 | -1/+1 |
* | Do not dump core on 'ipfw add unreach': handling null strings in | maxim | 2002-09-25 | 1 | -0/+2 |
* | o Fix a typo. | maxim | 2002-09-22 | 1 | -3/+3 |
* | Store the port number in "fwd" rules in host format, same as ipfw1 | luigi | 2002-09-12 | 1 | -2/+2 |
* | Typo: s/o packet/on packet/ | blackend | 2002-09-08 | 1 | -1/+1 |
* | s/filesystem/file system/g as discussed on -developers | trhodes | 2002-08-21 | 1 | -1/+1 |
* | Whoops, the manpage lied... ipfw2 has always accepted addr:mask | luigi | 2002-08-21 | 1 | -11/+14 |
* | One more (hopefully the last one) step in cleaning up the syntax, | luigi | 2002-08-19 | 2 | -61/+102 |
* | Major cleanup of the parser and printing routines in an attempt to | luigi | 2002-08-19 | 2 | -209/+375 |
* | Complete list of differences between ipfw1 and ipfw2. | luigi | 2002-08-16 | 1 | -10/+93 |
* | sys/netinet/ip_fw2.c: | luigi | 2002-08-16 | 2 | -116/+526 |
* | Fix one parsing bug introduced by last commit, and correct parsing | luigi | 2002-08-10 | 1 | -18/+63 |
* | Major revision of the ipfw manpage, trying to make it up-to-date | luigi | 2002-08-10 | 1 | -518/+682 |
* | One bugfix and one new feature. | luigi | 2002-08-10 | 1 | -22/+85 |