summaryrefslogtreecommitdiffstats
path: root/sbin/ipfw/main.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r304041:ae2017-07-151-0/+4
* MFC r303012:ae2017-07-151-0/+2
* * Move "talist" and "iflist" cmds into newly-create "internal" ipfw(8) cmd.melifaro2014-08-031-4/+2
* * Dump available table algorithms via "ipfw talist" cmd.melifaro2014-07-291-0/+2
* * Add generic ipfw interface tracking APImelifaro2014-07-281-0/+2
* Fully switch to named tables:melifaro2014-07-031-0/+2
* Spelling fixes for sbin/uqs2012-01-071-1/+1
* Replace index() and rindex() calls with strchr() and strrchr().ed2012-01-031-5/+5
* - Add fallthrough commenteadler2011-12-241-0/+1
* - fix duplicate "a a" in some commentseadler2011-11-131-1/+1
* Improve error reporting. Use corresponding error message when file to beae2011-06-291-4/+11
* Initialize co.use_set variable before parsing each new rule.ae2011-06-061-0/+1
* Increase buffer size for the command line.ae2011-06-061-2/+2
* Whitespace fixes.glebius2011-04-181-3/+3
* fix a buffer overflow with large (100k+) number of input lines.luigi2010-04-121-2/+2
* reduce diffs with the cross-platform version (windows needsluigi2010-03-041-0/+14
* Bring in the most recent version of ipfw and dummynet, developedluigi2010-03-021-41/+103
* Implement an ipfw action to reassemble ip packets: reass.piso2009-04-011-1/+1
* move a variable declaration to the beginning of the blockluigi2009-03-051-1/+1
* Start splitting the monster file in smaller blocks.luigi2009-01-271-0/+539
OpenPOWER on IntegriCloud