| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: Bring back full packet destination manipulation for 'ipfw fwd' | Andre Oppermann | 2005-03-02 | 1 | -1/+14 |
| * | MFC 1.68: | Gleb Smirnoff | 2005-01-25 | 1 | -4/+6 |
| * | MFC v1.160 | Christian S.J. Peron | 2005-01-07 | 1 | -10/+0 |
| * | MFC r1.159: | Ceri Davies | 2004-11-08 | 1 | -1/+2 |
| * | Log: | Christian S.J. Peron | 2004-10-10 | 1 | -0/+10 |
| * | MFC: 1.152: Get ready for 5.x becoming -STABLE soon. | Ruslan Ermilov | 2004-09-21 | 1 | -8/+8 |
| * | MFC v1.58 | Christian S.J. Peron | 2004-09-17 | 1 | -3/+3 |
| * | MFC: Make 'ipfw tee' behave as intended and designed. | Andre Oppermann | 2004-09-16 | 1 | -13/+2 |
| * | Fix 'show' command for pipes and queues. | Pawel Jakub Dawidek | 2004-09-14 | 1 | -1/+7 |
| * | MFC rev. 1.56: restore a historical ipfw1 logamount behaviour: rules | Maxim Konovalov | 2004-09-07 | 1 | -0/+7 |
| * | Remove trailing whitespace and change "prisoniD" to "prisonID". | Christian S.J. Peron | 2004-08-13 | 1 | -2/+2 |
| * | Add the ability to associate ipfw rules with a specific prison ID. | Christian S.J. Peron | 2004-08-12 | 2 | -0/+26 |
| * | New ipfw option "antispoof": | Andre Oppermann | 2004-08-09 | 2 | -3/+49 |
| * | Extend versrcreach by checking against the rt_flags for RTF_REJECT and | Andre Oppermann | 2004-07-21 | 1 | -2/+2 |
| * | Mechanically kill hard sentence breaks. | Ruslan Ermilov | 2004-07-02 | 1 | -38/+56 |
| * | Fixed a bug spotted by compiling with -Wall. | Ruslan Ermilov | 2004-06-10 | 1 | -1/+1 |
| * | Introduce a new feature to IPFW2: lookup tables. These are useful | Ruslan Ermilov | 2004-06-09 | 2 | -4/+169 |
| * | o Move NEED1 macro to the top of the source file. | Christian S.J. Peron | 2004-06-02 | 1 | -6/+6 |
| * | o Fix usage example. | Maxim Konovalov | 2004-05-23 | 1 | -1/+1 |
| * | Remove spurious semicolons. | Stefan Farfeleder | 2004-05-18 | 1 | -2/+2 |
| * | Remove redundant sanity check before add_mac() when adding | Christian S.J. Peron | 2004-05-09 | 1 | -2/+0 |
| * | Add the option versrcreach to verify that a valid route to the | Andre Oppermann | 2004-04-23 | 2 | -2/+28 |
| * | o Fix an incorrect parsing of 0.0.0.0/0 expression. | Maxim Konovalov | 2004-04-09 | 1 | -1/+1 |
| * | Backout revision 1.140; it seems that the previous version is clear | Ceri Davies | 2004-03-27 | 1 | -2/+1 |
| * | o The lenght of the port list is limited to 30 entries in ipfw2 not to 15. | Maxim Konovalov | 2004-03-26 | 1 | -1/+1 |
| * | Clarify the description of the "established" option. | Ceri Davies | 2004-03-22 | 1 | -1/+2 |
| * | o Pass a correct argument to errx(3). | Maxim Konovalov | 2004-01-24 | 1 | -1/+1 |
| * | grammar | Mike Makonnen | 2004-01-23 | 1 | -6/+6 |
| * | o -c (compact) flag is ipfw2 feature. | Maxim Konovalov | 2004-01-15 | 1 | -0/+2 |
| * | o -f (force) in conjunction with -p (preprocessor) is ipfw2 feature. | Maxim Konovalov | 2004-01-15 | 1 | -0/+3 |
| * | o Legitimate -f (force) flags for -p (preprocessor) case. | Maxim Konovalov | 2003-12-24 | 2 | -4/+9 |
| * | Add a -b flag to /sbin/ipfw to print only action and comment for each | Luigi Rizzo | 2003-12-12 | 2 | -2/+24 |
| * | Include opt_ipsec.h so IPSEC/FAST_IPSEC is defined and the appropriate | Sam Leffler | 2003-12-02 | 1 | -1/+8 |
| * | Replace the if_name and if_unit members of struct ifnet with new members | Brooks Davis | 2003-10-31 | 1 | -15/+5 |
| * | remove include of route.h now that ip_dummynet.h no longer exposes | Sam Leffler | 2003-10-03 | 1 | -1/+0 |
| * | fix typo: s/sytem/system/ | Ralf S. Engelschall | 2003-09-26 | 1 | -1/+1 |
| * | Document the alternate way of matching MAC addresses: by a bitmask. | Peter Pentchev | 2003-09-10 | 1 | -2/+22 |
| * | Apply a bandaid to get this working on sparc64 again; the introduction | Thomas Moestl | 2003-09-04 | 1 | -4/+4 |
| * | Check an arguments count before proceed in sysctl_handler(). | Maxim Konovalov | 2003-09-02 | 1 | -1/+1 |
| * | Add a note that net.inet.ip.fw.autoinc_step is ipfw2-specific | Luigi Rizzo | 2003-07-22 | 1 | -0/+4 |
| * | o Initialize do_pipe before command parsing. | Maxim Konovalov | 2003-07-21 | 1 | -0/+1 |
| * | Userland side of: | Luigi Rizzo | 2003-07-15 | 2 | -14/+22 |
| * | Make sure that comments are printed at the end of a rule. | Luigi Rizzo | 2003-07-15 | 1 | -2/+4 |
| * | Fix one typo in help() string, remove whitespace at end of line and | Luigi Rizzo | 2003-07-14 | 1 | -24/+23 |
| * | ccept of empty lines when reading from a file (this fixes a bug | Luigi Rizzo | 2003-07-14 | 1 | -25/+52 |
| * | Add a '-T' flag to print the timestamp as numeric value instead | Luigi Rizzo | 2003-07-12 | 2 | -5/+14 |
| * | Document the existence of comments in ipfw rules, | Luigi Rizzo | 2003-07-12 | 1 | -4/+11 |
| * | In random order: | Luigi Rizzo | 2003-07-12 | 1 | -218/+277 |
| * | Correct to match reality regarding interface names. | Daniel Harris | 2003-07-08 | 1 | -3/+7 |
| * | * introduce a section on SYNTAX to document the handling | Luigi Rizzo | 2003-07-08 | 1 | -44/+77 |