summaryrefslogtreecommitdiffstats
path: root/sbin/ipfw
Commit message (Expand)AuthorAgeFilesLines
* Kill hard sentence break added in the previous revision.trhodes2009-04-111-1/+4
* Add emulation of delay profiles, which lets you model variousluigi2009-04-093-2/+403
* o Grammar.maxim2009-04-081-3/+3
* Various cleanup of text, moving a couple of paragraphsluigi2009-04-081-88/+99
* Remove contractions, reword a sentence to avoid a double negative,trhodes2009-04-071-3/+4
* Improve a bit reass documentation:piso2009-04-051-0/+25
* Implement an ipfw action to reassemble ip packets: reass.piso2009-04-014-1/+18
* Mdoc style, spelling, grammar and wording fixes. This manpage needs more work.brueffer2009-03-191-62/+68
* move a variable declaration to the beginning of the blockluigi2009-03-051-1/+1
* remove some signed/unsigned and one const/!const warningluigi2009-03-051-5/+5
* mark a function static, as it isluigi2009-03-051-1/+1
* Add SCTP NAT support.piso2009-02-072-16/+218
|\
| * Import sctp nat support in ipfw obtained from CAIA - http://caia.swin.edu.au.piso2008-12-281-1/+49
* | Explain that we assume AF_INET and only use the addr and port fieldluigi2009-02-021-1/+4
* | remove duplicate #includeluigi2009-02-021-1/+0
* | put the altq-related functions into a separate file.luigi2009-02-016-122/+167
* | Avoid the use of duplicated typedefs -- see the comment for details.luigi2009-01-281-15/+21
* | fix printing of uint64_t values, so we can use WARNS=2luigi2009-01-274-11/+27
* | fix wrong variable usage...luigi2009-01-271-2/+1
* | Put nat and ipv6 support in their own files.luigi2009-01-275-1320/+1436
* | Put dummynet-related code in a separate file.luigi2009-01-273-785/+853
* | never mind, for the time being let's stick with WARNS=0 untilluigi2009-01-271-2/+2
* | Start splitting the monster file in smaller blocks.luigi2009-01-274-589/+681
* | put the usage() function inline, it was only 1 line and used once;luigi2009-01-271-19/+10
* | put all options in a single struct, and document them.luigi2009-01-271-126/+146
* | I believe this is safe to build with WARNS=2 nowluigi2009-01-271-1/+1
* | remove a couple of rarely used #define;luigi2009-01-271-13/+12
* | wrap all malloc/calloc/realloc calls so they exit on failureluigi2009-01-261-23/+33
* | Some implementations of getopt() expect that argv[0] is always theluigi2009-01-261-27/+42
* | remove some useless #include,luigi2009-01-221-8/+2
* | Fix a number of (innocuous) warnings, and remove a useless test.luigi2009-01-201-18/+18
|/
* Update the ipfw man page to reflect last change (-q option with nat option).piso2008-12-181-0/+2
* Honor the quiet (-q) option while adding a nat rule.piso2008-12-181-4/+6
* o Remove a debug code and restore an accidentally deleted codemaxim2008-10-141-1/+8
* o Do nothing in show_nat() for a test mode (-n). This preventsmaxim2008-10-141-8/+4
* Fix the build.rik2008-09-271-1/+1
* * add all keyword for table list & flush actions.rik2008-09-271-3/+14
* Add keyword all in addtion to the table number for the 'list' and therik2008-09-271-8/+29
* Unbreak the build.keramida2008-09-221-1/+1
* Add the check of the table number.rik2008-09-211-0/+17
* Move table list to a separate function.rik2008-09-211-35/+44
* Free allocated memory.rik2008-09-201-0/+1
* Remove some unused variables.rik2008-09-201-4/+3
* Style(9) the show_nat() function.rik2008-09-201-1/+2
* Do not do the useless job for an empty table.rik2008-09-201-0/+5
* Use IPFW_DEFAULT_RULE instead of hardcoded value since now it isrik2008-09-061-8/+9
* Trivial typo fix.ivoras2008-08-271-1/+1
* Slight wordsmithing. prompted by danger@julian2008-08-011-2/+5
* Document the use of the tablearg keyword together with the skipto command.julian2008-08-011-3/+16
* Note that setfib is not a terminal rule.julian2008-07-241-1/+2
OpenPOWER on IntegriCloud