| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix minor resource leak in a function. | netchild | 2009-11-21 | 1 | -0/+2 |
* | Fix setfib(1) section number. | brueffer | 2009-09-18 | 1 | -1/+1 |
* | - 'burst' description rewritten. | oleg | 2009-06-26 | 1 | -5/+10 |
* | o Kill grammar nits. | maxim | 2009-06-26 | 1 | -2/+2 |
* | - fix dummynet 'fast' mode for WF2Q case. | oleg | 2009-06-24 | 4 | -7/+48 |
* | Permit the specification of bandwidth values within | luigi | 2009-06-08 | 2 | -40/+72 |
* | add a missing format in a printf | luigi | 2009-06-08 | 1 | -1/+1 |
* | Several ipfw options and actions use a 16-bit argument to indicate | luigi | 2009-06-05 | 1 | -3/+3 |
* | remove a printf that was only useful for debugging. | luigi | 2009-06-05 | 1 | -2/+0 |
* | Kill hard sentence break added in the previous revision. | trhodes | 2009-04-11 | 1 | -1/+4 |
* | Add emulation of delay profiles, which lets you model various | luigi | 2009-04-09 | 3 | -2/+403 |
* | o Grammar. | maxim | 2009-04-08 | 1 | -3/+3 |
* | Various cleanup of text, moving a couple of paragraphs | luigi | 2009-04-08 | 1 | -88/+99 |
* | Remove contractions, reword a sentence to avoid a double negative, | trhodes | 2009-04-07 | 1 | -3/+4 |
* | Improve a bit reass documentation: | piso | 2009-04-05 | 1 | -0/+25 |
* | Implement an ipfw action to reassemble ip packets: reass. | piso | 2009-04-01 | 4 | -1/+18 |
* | Mdoc style, spelling, grammar and wording fixes. This manpage needs more work. | brueffer | 2009-03-19 | 1 | -62/+68 |
* | move a variable declaration to the beginning of the block | luigi | 2009-03-05 | 1 | -1/+1 |
* | remove some signed/unsigned and one const/!const warning | luigi | 2009-03-05 | 1 | -5/+5 |
* | mark a function static, as it is | luigi | 2009-03-05 | 1 | -1/+1 |
* | Add SCTP NAT support. | piso | 2009-02-07 | 2 | -16/+218 |
|\ |
|
| * | Import sctp nat support in ipfw obtained from CAIA - http://caia.swin.edu.au. | piso | 2008-12-28 | 1 | -1/+49 |
* | | Explain that we assume AF_INET and only use the addr and port field | luigi | 2009-02-02 | 1 | -1/+4 |
* | | remove duplicate #include | luigi | 2009-02-02 | 1 | -1/+0 |
* | | put the altq-related functions into a separate file. | luigi | 2009-02-01 | 6 | -122/+167 |
* | | Avoid the use of duplicated typedefs -- see the comment for details. | luigi | 2009-01-28 | 1 | -15/+21 |
* | | fix printing of uint64_t values, so we can use WARNS=2 | luigi | 2009-01-27 | 4 | -11/+27 |
* | | fix wrong variable usage... | luigi | 2009-01-27 | 1 | -2/+1 |
* | | Put nat and ipv6 support in their own files. | luigi | 2009-01-27 | 5 | -1320/+1436 |
* | | Put dummynet-related code in a separate file. | luigi | 2009-01-27 | 3 | -785/+853 |
* | | never mind, for the time being let's stick with WARNS=0 until | luigi | 2009-01-27 | 1 | -2/+2 |
* | | Start splitting the monster file in smaller blocks. | luigi | 2009-01-27 | 4 | -589/+681 |
* | | put the usage() function inline, it was only 1 line and used once; | luigi | 2009-01-27 | 1 | -19/+10 |
* | | put all options in a single struct, and document them. | luigi | 2009-01-27 | 1 | -126/+146 |
* | | I believe this is safe to build with WARNS=2 now | luigi | 2009-01-27 | 1 | -1/+1 |
* | | remove a couple of rarely used #define; | luigi | 2009-01-27 | 1 | -13/+12 |
* | | wrap all malloc/calloc/realloc calls so they exit on failure | luigi | 2009-01-26 | 1 | -23/+33 |
* | | Some implementations of getopt() expect that argv[0] is always the | luigi | 2009-01-26 | 1 | -27/+42 |
* | | remove some useless #include, | luigi | 2009-01-22 | 1 | -8/+2 |
* | | Fix a number of (innocuous) warnings, and remove a useless test. | luigi | 2009-01-20 | 1 | -18/+18 |
|/ |
|
* | Update the ipfw man page to reflect last change (-q option with nat option). | piso | 2008-12-18 | 1 | -0/+2 |
* | Honor the quiet (-q) option while adding a nat rule. | piso | 2008-12-18 | 1 | -4/+6 |
* | o Remove a debug code and restore an accidentally deleted code | maxim | 2008-10-14 | 1 | -1/+8 |
* | o Do nothing in show_nat() for a test mode (-n). This prevents | maxim | 2008-10-14 | 1 | -8/+4 |
* | Fix the build. | rik | 2008-09-27 | 1 | -1/+1 |
* | * add all keyword for table list & flush actions. | rik | 2008-09-27 | 1 | -3/+14 |
* | Add keyword all in addtion to the table number for the 'list' and the | rik | 2008-09-27 | 1 | -8/+29 |
* | Unbreak the build. | keramida | 2008-09-22 | 1 | -1/+1 |
* | Add the check of the table number. | rik | 2008-09-21 | 1 | -0/+17 |
* | Move table list to a separate function. | rik | 2008-09-21 | 1 | -35/+44 |