| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Initialize co.use_set variable before parsing each new rule. | ae | 2011-06-06 | 1 | -0/+1 |
* | Increase buffer size for the command line. | ae | 2011-06-06 | 1 | -2/+2 |
* | Add tablearg support for ipfw setfib. | ae | 2011-05-30 | 2 | -11/+19 |
* | mdoc: | pluknet | 2011-05-17 | 1 | -2/+2 |
* | Rewrite NAT configuration parser, so that memory allocation size is | glebius | 2011-04-19 | 1 | -186/+189 |
* | More whitespace fixes. | glebius | 2011-04-18 | 4 | -41/+41 |
* | Whitespace fixes. | glebius | 2011-04-18 | 6 | -268/+266 |
* | The first customer of the SO_USER_COOKIE option: | luigi | 2010-11-12 | 3 | -0/+19 |
* | mdoc: make pages render with mandoc | uqs | 2010-10-21 | 1 | -2/+1 |
* | document logging through bpf | luigi | 2010-10-13 | 1 | -13/+18 |
* | mdoc: drop redundant .Pp and .LP calls | uqs | 2010-10-08 | 1 | -2/+0 |
* | Fix incorrect usage of 'assure' and 'insure'. | brucec | 2010-08-28 | 1 | -1/+1 |
* | expand_number(3) takes a uint64_t * now. | des | 2010-08-19 | 1 | -1/+1 |
* | Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki while | joel | 2010-08-16 | 1 | -2/+2 |
* | Document that the "ngtee" action no longer accepts packet, and | glebius | 2010-07-27 | 1 | -4/+2 |
* | better printing of headers when listing flows | luigi | 2010-07-15 | 1 | -8/+18 |
* | fix 64-bit build | luigi | 2010-04-19 | 1 | -2/+4 |
* | Slightly different handling of printf/snprintf for unaligned uint64_t, | luigi | 2010-04-19 | 3 | -36/+40 |
* | fix a buffer overflow with large (100k+) number of input lines. | luigi | 2010-04-12 | 1 | -2/+2 |
* | Set net.inet6.ip6.fw.enable as well. | ume | 2010-04-06 | 1 | -0/+2 |
* | fix another bug in "ipfw set N ..." | luigi | 2010-03-24 | 1 | -1/+1 |
* | Tweak language to make one point potentially clearer for non-native spekers | gavin | 2010-03-20 | 1 | -2/+2 |
* | accept lower case m as a synonym for Mega (bit/s or bytes/s). | luigi | 2010-03-15 | 1 | -1/+1 |
* | print correctly commands of the form | luigi | 2010-03-15 | 1 | -8/+17 |
* | + implement (two lines) the kernel side of 'lookup dscp N' to use the | luigi | 2010-03-15 | 1 | -4/+13 |
* | Implement "lookup dscp N" which does a lookup of the DSCP (top 6 bits | luigi | 2010-03-15 | 2 | -2/+4 |