| Commit message (Expand) | Author | Age | Files | Lines |
* | o Pass a correct argument to errx(3). | maxim | 2004-01-24 | 1 | -1/+1 |
* | o Legitimate -f (force) flags for -p (preprocessor) case. | maxim | 2003-12-24 | 1 | -3/+8 |
* | Add a -b flag to /sbin/ipfw to print only action and comment for each | luigi | 2003-12-12 | 1 | -2/+20 |
* | Replace the if_name and if_unit members of struct ifnet with new members | brooks | 2003-10-31 | 1 | -15/+5 |
* | remove include of route.h now that ip_dummynet.h no longer exposes | sam | 2003-10-03 | 1 | -1/+0 |
* | Apply a bandaid to get this working on sparc64 again; the introduction | tmm | 2003-09-04 | 1 | -4/+4 |
* | Check an arguments count before proceed in sysctl_handler(). | maxim | 2003-09-02 | 1 | -1/+1 |
* | o Initialize do_pipe before command parsing. | maxim | 2003-07-21 | 1 | -0/+1 |
* | Userland side of: | luigi | 2003-07-15 | 1 | -9/+9 |
* | 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 | 1 | -2/+8 |
* | In random order: | luigi | 2003-07-12 | 1 | -218/+277 |
* | 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 | 1 | -0/+10 |
* | remove extra whitespace and blank lines | luigi | 2003-06-27 | 1 | -5/+2 |
* | 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 |
* | Add support for multiple values and ranges for the "iplen", "ipttl", | luigi | 2003-06-22 | 1 | -11/+59 |
* | 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 | 1 | -0/+10 |
* | o Partially revert rev. 1.103, fix 'ipfw show': dynamically adjust a | maxim | 2003-03-13 | 1 | -11/+39 |
* | It turns out that we do not need to add a new ioctl to unbreak a | dillon | 2003-01-12 | 1 | -0/+27 |
* | 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 | 1 | -21/+14 |
* | 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 |
* | 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 |
* | Fix ipfw2 panics on 64-bit platforms. | mux | 2002-10-24 | 1 | -5/+5 |
* | Store the port number in "fwd" rules in host format, same as ipfw1 | luigi | 2002-09-12 | 1 | -2/+2 |
* | One more (hopefully the last one) step in cleaning up the syntax, | luigi | 2002-08-19 | 1 | -6/+18 |
* | Major cleanup of the parser and printing routines in an attempt to | luigi | 2002-08-19 | 1 | -134/+285 |
* | sys/netinet/ip_fw2.c: | luigi | 2002-08-16 | 1 | -49/+156 |
* | Fix one parsing bug introduced by last commit, and correct parsing | luigi | 2002-08-10 | 1 | -18/+63 |
* | 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 |
* | A bunch of minor fixes: | luigi | 2002-07-13 | 1 | -8/+11 |
* | Fixed some world breakage caused by not updating clients when <timeconv.h> | bde | 2002-07-08 | 1 | -0/+1 |
* | Implement the last 2-3 missing instructions for ipfw, | luigi | 2002-07-05 | 1 | -124/+108 |
* | The new ipfw code. | luigi | 2002-06-27 | 1 | -0/+3178 |