| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge r258708, r258711, r260247, r261117. | melifaro | 2014-05-08 | 2 | -10/+37 |
* | Merge r258677. | melifaro | 2014-05-08 | 1 | -2/+13 |
* | Bulk sync of pf changes from head, in attempt to fixup broken build I | glebius | 2014-03-12 | 2 | -2/+13 |
* | Remove duplicated parapgraph. | se | 2013-07-24 | 1 | -10/+0 |
* | Fix ipfw(8) sets of ipv6 addresses handling. | melifaro | 2013-05-18 | 1 | -14/+24 |
* | Minor spelling and grammar fixes. | joel | 2013-04-11 | 1 | -1/+1 |
* | Remove EOL whitespace. | joel | 2013-03-21 | 1 | -1/+1 |
* | Remove unused variable. | melifaro | 2013-03-20 | 1 | -2/+1 |
* | Add ipfw support for setting/matching DiffServ codepoints (DSCP). | melifaro | 2013-03-20 | 3 | -0/+221 |
* | Do not suddenly fail on some rulesets if -n (syntax check only) is specified | melifaro | 2013-03-04 | 1 | -4/+13 |
* | Implement buffer size checking in ipfw(8) add cmd. | melifaro | 2013-03-03 | 3 | -62/+125 |
* | Fix ipfw table argument parsing/printing. | melifaro | 2013-03-02 | 1 | -54/+92 |
* | Remove the recently added sysctl variable net.pfil.forward. | ae | 2012-11-02 | 1 | -8/+0 |
* | Remove the IPFIREWALL_FORWARD kernel option and make possible to turn | ae | 2012-10-25 | 1 | -3/+6 |
* | Whitespace fixes | melifaro | 2012-09-24 | 1 | -13/+13 |
* | Permit table to be used as IPv6 address. | melifaro | 2012-09-24 | 1 | -2/+26 |
* | Fix grammar in the portion about FIBs. Also, cross-reference | bjk | 2012-09-18 | 1 | -9/+11 |
* | Whitespace cleanup for ipfw.8 -- start each sentence on a new line, | bjk | 2012-09-18 | 1 | -33/+58 |
* | Remove unused values | kevlo | 2012-09-11 | 1 | -3/+3 |
* | remove the last __unused instance in sbin/ipfw. | luigi | 2012-07-30 | 1 | -1/+2 |
* | Fix some compile errors at high WARNS, including one | luigi | 2012-07-30 | 3 | -8/+13 |
* | In ipfw(8), make the text about dynamic rules consistent. | issyl0 | 2012-07-16 | 1 | -3/+5 |
* | Make ipfw0 logging pseudo-interface clonable. It can be created automatically | hrs | 2012-07-09 | 1 | -2/+17 |
* | - Make ipfw's sched rules case insensitive, for user-friendliness. | issyl0 | 2012-07-03 | 1 | -5/+6 |
* | Update maximum number of tables available in ipfw to reflect | melifaro | 2012-06-09 | 1 | -2/+2 |
* | mdoc: use Po and Pc macros instead of parens. Also avoid starting a line | joel | 2012-05-12 | 1 | -2/+2 |
* | Remove trailing whitespace per mdoc lint warning | eadler | 2012-03-29 | 1 | -51/+51 |
* | - Permit number of ipfw tables to be changed in runtime. | melifaro | 2012-03-25 | 2 | -10/+4 |
* | Remove superfluous paragraph macro. | joel | 2012-03-25 | 1 | -11/+0 |
* | - Add ipfw eXtended tables permitting radix to be used for any kind of keys. | melifaro | 2012-03-12 | 2 | -80/+232 |
* | remove some write-only variables. | luigi | 2012-03-01 | 1 | -7/+2 |
* | Correct capitalization of "Hz" in user-visible text (manpages, printf(), | gavin | 2012-02-28 | 1 | -1/+1 |
* | Bump .Dd for r231076. | glebius | 2012-02-06 | 1 | -1/+1 |
* | Make the 'tcpwin' option of ipfw(8) accept ranges and lists. | glebius | 2012-02-06 | 2 | -7/+18 |
* | Spelling fixes for sbin/ | uqs | 2012-01-07 | 2 | -5/+5 |
* | Replace index() and rindex() calls with strchr() and strrchr(). | ed | 2012-01-03 | 1 | -5/+5 |
* | - Add fallthrough comment | eadler | 2011-12-24 | 1 | -0/+1 |
* | Fix parsing of redirect_addr argument. | glebius | 2011-11-23 | 1 | -1/+2 |
* | - fix duplicate "a a" in some comments | eadler | 2011-11-13 | 1 | -1/+1 |
* | Note that NAT instance argument can be tablearg. | glebius | 2011-11-10 | 1 | -2/+2 |
* | Add support for IPv6 to ipfw fwd: | bz | 2011-08-20 | 2 | -22/+90 |
* | Fix a regression where a rule containing a source port option after a | jhb | 2011-08-17 | 1 | -0/+2 |
* | Add new rule actions "call" and "return" to ipfw. They make | ae | 2011-06-29 | 3 | -1/+106 |
* | Improve error reporting. Use corresponding error message when file to be | ae | 2011-06-29 | 1 | -4/+11 |
* | Actually, if code had followed style(9), there would be less stupid errors | glebius | 2011-06-24 | 1 | -15/+30 |
* | One more braino from me. | glebius | 2011-06-22 | 1 | -3/+6 |
* | Fix clang warnings. | benl | 2011-06-18 | 1 | -1/+2 |
* | - Fix my braino in the 220835, when I used strtok(). It isn't | glebius | 2011-06-17 | 1 | -14/+32 |
* | Implement "global" mode for ipfw nat. It is similar to natd(8) | ae | 2011-06-14 | 4 | -7/+45 |
* | Check nat id a bit more strictly. | ae | 2011-06-14 | 1 | -6/+7 |