| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix generation of check-state rules, which i broke in last commit. | luigi | 2002-08-04 | 1 | -1/+1 |
* | Forgot this one: properly initialize an address set when the set | luigi | 2002-07-31 | 1 | -3/+1 |
* | Two bugfixes: | luigi | 2002-07-31 | 1 | -15/+26 |
* | Add SEE ALSO references to papers handling RED. | sheldonh | 2002-07-25 | 1 | -0/+26 |
* | A bunch of minor fixes: | luigi | 2002-07-13 | 1 | -8/+11 |
* | Uncommented WARNS=0. ipfw2.c is full of printf format errors that are | bde | 2002-07-11 | 1 | -1/+1 |
* | Fixed some world breakage caused by not updating clients when <timeconv.h> | bde | 2002-07-08 | 1 | -0/+1 |
* | The .Nm utility | charnier | 2002-07-06 | 1 | -1/+2 |
* | Implement the last 2-3 missing instructions for ipfw, | luigi | 2002-07-05 | 1 | -124/+108 |
* | The new ipfw code. | luigi | 2002-06-27 | 2 | -1/+3180 |
* | Handle symbolic names for common ethernet types (ip, arp etc.) | luigi | 2002-05-13 | 1 | -19/+85 |
* | Main functional change is the implementation of matching of MAC header | luigi | 2002-05-12 | 1 | -745/+706 |
* | Fix a couple of problems which could cause panics at runtime: | luigi | 2002-05-05 | 1 | -51/+56 |