aboutsummaryrefslogtreecommitdiff
path: root/sbin/ipfw
Commit message (Expand)AuthorAgeFilesLines
* implement a new match option,Luigi Rizzo2009-12-153-0/+60
* fix the indentation for addr: valuesLuigi Rizzo2009-12-151-0/+2
* restore setting of sin_len (was removed in 1.146 last february) asLuigi Rizzo2009-12-061-1/+3
* fix argument type in the call to expand_numberLuigi Rizzo2009-12-041-1/+1
* use qsort_r instead of heapsort;Luigi Rizzo2009-12-031-4/+4
* Fix minor resource leak in a function.Alexander Leidinger2009-11-211-0/+2
* Fix setfib(1) section number.Christian Brueffer2009-09-181-1/+1
* - 'burst' description rewritten.Oleg Bulyzhin2009-06-261-5/+10
* o Kill grammar nits.Maxim Konovalov2009-06-261-2/+2
* - fix dummynet 'fast' mode for WF2Q case.Oleg Bulyzhin2009-06-244-7/+48
* Permit the specification of bandwidth values withinLuigi Rizzo2009-06-082-40/+72
* add a missing format in a printfLuigi Rizzo2009-06-081-1/+1
* Several ipfw options and actions use a 16-bit argument to indicateLuigi Rizzo2009-06-051-3/+3
* remove a printf that was only useful for debugging.Luigi Rizzo2009-06-051-2/+0
* Kill hard sentence break added in the previous revision.Tom Rhodes2009-04-111-1/+4
* Add emulation of delay profiles, which lets you model variousLuigi Rizzo2009-04-093-2/+403
* o Grammar.Maxim Konovalov2009-04-081-3/+3
* Various cleanup of text, moving a couple of paragraphsLuigi Rizzo2009-04-081-88/+99
* Remove contractions, reword a sentence to avoid a double negative,Tom Rhodes2009-04-071-3/+4
* Improve a bit reass documentation:Paolo Pisati2009-04-051-0/+25
* Implement an ipfw action to reassemble ip packets: reass.Paolo Pisati2009-04-014-1/+18
* Mdoc style, spelling, grammar and wording fixes. This manpage needs more work.Christian Brueffer2009-03-191-62/+68
* move a variable declaration to the beginning of the blockLuigi Rizzo2009-03-051-1/+1
* remove some signed/unsigned and one const/!const warningLuigi Rizzo2009-03-051-5/+5
* mark a function static, as it isLuigi Rizzo2009-03-051-1/+1
* Add SCTP NAT support.Paolo Pisati2009-02-072-16/+218
* Explain that we assume AF_INET and only use the addr and port fieldLuigi Rizzo2009-02-021-1/+4
* remove duplicate #includeLuigi Rizzo2009-02-021-1/+0
* put the altq-related functions into a separate file.Luigi Rizzo2009-02-016-122/+167
* Avoid the use of duplicated typedefs -- see the comment for details.Luigi Rizzo2009-01-281-15/+21
* fix printing of uint64_t values, so we can use WARNS=2Luigi Rizzo2009-01-274-11/+27
* fix wrong variable usage...Luigi Rizzo2009-01-271-2/+1
* Put nat and ipv6 support in their own files.Luigi Rizzo2009-01-275-1320/+1436
* Put dummynet-related code in a separate file.Luigi Rizzo2009-01-273-785/+853
* never mind, for the time being let's stick with WARNS=0 untilLuigi Rizzo2009-01-271-2/+2
* Start splitting the monster file in smaller blocks.Luigi Rizzo2009-01-274-589/+681
* put the usage() function inline, it was only 1 line and used once;Luigi Rizzo2009-01-271-19/+10
* put all options in a single struct, and document them.Luigi Rizzo2009-01-271-126/+146
* I believe this is safe to build with WARNS=2 nowLuigi Rizzo2009-01-271-1/+1
* remove a couple of rarely used #define;Luigi Rizzo2009-01-271-13/+12
* wrap all malloc/calloc/realloc calls so they exit on failureLuigi Rizzo2009-01-261-23/+33
* Some implementations of getopt() expect that argv[0] is always theLuigi Rizzo2009-01-261-27/+42
* remove some useless #include,Luigi Rizzo2009-01-221-8/+2
* Fix a number of (innocuous) warnings, and remove a useless test.Luigi Rizzo2009-01-201-18/+18
* Update the ipfw man page to reflect last change (-q option with nat option).Paolo Pisati2008-12-181-0/+2
* Honor the quiet (-q) option while adding a nat rule.Paolo Pisati2008-12-181-4/+6
* o Remove a debug code and restore an accidentally deleted codeMaxim Konovalov2008-10-141-1/+8
* o Do nothing in show_nat() for a test mode (-n). This preventsMaxim Konovalov2008-10-141-8/+4
* Fix the build.Roman Kurakin2008-09-271-1/+1
* * add all keyword for table list & flush actions.Roman Kurakin2008-09-271-3/+14