| Commit message (Expand) | Author | Age | Files | Lines |
| * | Kill hard sentence break added in the previous revision. | Tom Rhodes | 2009-04-11 | 1 | -1/+4 |
| * | Add emulation of delay profiles, which lets you model various | Luigi Rizzo | 2009-04-09 | 3 | -2/+403 |
| * | o Grammar. | Maxim Konovalov | 2009-04-08 | 1 | -3/+3 |
| * | Various cleanup of text, moving a couple of paragraphs | Luigi Rizzo | 2009-04-08 | 1 | -88/+99 |
| * | Remove contractions, reword a sentence to avoid a double negative, | Tom Rhodes | 2009-04-07 | 1 | -3/+4 |
| * | Improve a bit reass documentation: | Paolo Pisati | 2009-04-05 | 1 | -0/+25 |
| * | Implement an ipfw action to reassemble ip packets: reass. | Paolo Pisati | 2009-04-01 | 4 | -1/+18 |
| * | Mdoc style, spelling, grammar and wording fixes. This manpage needs more work. | Christian Brueffer | 2009-03-19 | 1 | -62/+68 |
| * | move a variable declaration to the beginning of the block | Luigi Rizzo | 2009-03-05 | 1 | -1/+1 |
| * | remove some signed/unsigned and one const/!const warning | Luigi Rizzo | 2009-03-05 | 1 | -5/+5 |
| * | mark a function static, as it is | Luigi Rizzo | 2009-03-05 | 1 | -1/+1 |
| * | Add SCTP NAT support. | Paolo Pisati | 2009-02-07 | 2 | -16/+218 |
| * | Explain that we assume AF_INET and only use the addr and port field | Luigi Rizzo | 2009-02-02 | 1 | -1/+4 |
| * | remove duplicate #include | Luigi Rizzo | 2009-02-02 | 1 | -1/+0 |
| * | put the altq-related functions into a separate file. | Luigi Rizzo | 2009-02-01 | 6 | -122/+167 |
| * | Avoid the use of duplicated typedefs -- see the comment for details. | Luigi Rizzo | 2009-01-28 | 1 | -15/+21 |
| * | fix printing of uint64_t values, so we can use WARNS=2 | Luigi Rizzo | 2009-01-27 | 4 | -11/+27 |
| * | fix wrong variable usage... | Luigi Rizzo | 2009-01-27 | 1 | -2/+1 |
| * | Put nat and ipv6 support in their own files. | Luigi Rizzo | 2009-01-27 | 5 | -1320/+1436 |
| * | Put dummynet-related code in a separate file. | Luigi Rizzo | 2009-01-27 | 3 | -785/+853 |
| * | never mind, for the time being let's stick with WARNS=0 until | Luigi Rizzo | 2009-01-27 | 1 | -2/+2 |
| * | Start splitting the monster file in smaller blocks. | Luigi Rizzo | 2009-01-27 | 4 | -589/+681 |
| * | put the usage() function inline, it was only 1 line and used once; | Luigi Rizzo | 2009-01-27 | 1 | -19/+10 |
| * | put all options in a single struct, and document them. | Luigi Rizzo | 2009-01-27 | 1 | -126/+146 |
| * | I believe this is safe to build with WARNS=2 now | Luigi Rizzo | 2009-01-27 | 1 | -1/+1 |
| * | remove a couple of rarely used #define; | Luigi Rizzo | 2009-01-27 | 1 | -13/+12 |
| * | wrap all malloc/calloc/realloc calls so they exit on failure | Luigi Rizzo | 2009-01-26 | 1 | -23/+33 |
| * | Some implementations of getopt() expect that argv[0] is always the | Luigi Rizzo | 2009-01-26 | 1 | -27/+42 |
| * | remove some useless #include, | Luigi Rizzo | 2009-01-22 | 1 | -8/+2 |
| * | Fix a number of (innocuous) warnings, and remove a useless test. | Luigi Rizzo | 2009-01-20 | 1 | -18/+18 |
| * | Update the ipfw man page to reflect last change (-q option with nat option). | Paolo Pisati | 2008-12-18 | 1 | -0/+2 |
| * | Honor the quiet (-q) option while adding a nat rule. | Paolo Pisati | 2008-12-18 | 1 | -4/+6 |
| * | o Remove a debug code and restore an accidentally deleted code | Maxim Konovalov | 2008-10-14 | 1 | -1/+8 |
| * | o Do nothing in show_nat() for a test mode (-n). This prevents | Maxim Konovalov | 2008-10-14 | 1 | -8/+4 |
| * | Fix the build. | Roman Kurakin | 2008-09-27 | 1 | -1/+1 |
| * | * add all keyword for table list & flush actions. | Roman Kurakin | 2008-09-27 | 1 | -3/+14 |
| * | Add keyword all in addtion to the table number for the 'list' and the | Roman Kurakin | 2008-09-27 | 1 | -8/+29 |
| * | Unbreak the build. | Giorgos Keramidas | 2008-09-22 | 1 | -1/+1 |
| * | Add the check of the table number. | Roman Kurakin | 2008-09-21 | 1 | -0/+17 |
| * | Move table list to a separate function. | Roman Kurakin | 2008-09-21 | 1 | -35/+44 |
| * | Free allocated memory. | Roman Kurakin | 2008-09-20 | 1 | -0/+1 |
| * | Remove some unused variables. | Roman Kurakin | 2008-09-20 | 1 | -4/+3 |
| * | Style(9) the show_nat() function. | Roman Kurakin | 2008-09-20 | 1 | -1/+2 |
| * | Do not do the useless job for an empty table. | Roman Kurakin | 2008-09-20 | 1 | -0/+5 |
| * | Use IPFW_DEFAULT_RULE instead of hardcoded value since now it is | Roman Kurakin | 2008-09-06 | 1 | -8/+9 |
| * | Trivial typo fix. | Ivan Voras | 2008-08-27 | 1 | -1/+1 |
| * | Slight wordsmithing. prompted by danger@ | Julian Elischer | 2008-08-01 | 1 | -2/+5 |
| * | Document the use of the tablearg keyword together with the skipto command. | Julian Elischer | 2008-08-01 | 1 | -3/+16 |
| * | Note that setfib is not a terminal rule. | Julian Elischer | 2008-07-24 | 1 | -1/+2 |
| * | Change two variables to size_t to improve portability. | Julian Elischer | 2008-05-10 | 1 | -1/+2 |