aboutsummaryrefslogtreecommitdiff
path: root/sbin/ipfw/main.c
Commit message (Expand)AuthorAgeFilesLines
* Rework ipfw rules parsing and printing code.Andrey V. Elsukov2018-03-281-2/+2
* Revert r327005 - SPDX tags for license similar to BSD-2-Clause.Pedro F. Giffuni2017-12-201-2/+0
* SPDX: These are fundamentally BSD-2-Clause.Pedro F. Giffuni2017-12-191-1/+3
* Add ipfw_nat64 module that implements stateless and stateful NAT64.Andrey V. Elsukov2016-08-131-0/+4
* Add ipfw_nptv6 module that implements Network Prefix Translation for IPv6Andrey V. Elsukov2016-07-181-0/+2
* * Move "talist" and "iflist" cmds into newly-create "internal" ipfw(8) cmd.Alexander V. Chernikov2014-08-031-4/+2
* * Dump available table algorithms via "ipfw talist" cmd.Alexander V. Chernikov2014-07-291-0/+2
* * Add generic ipfw interface tracking APIAlexander V. Chernikov2014-07-281-0/+2
* Fully switch to named tables:Alexander V. Chernikov2014-07-031-0/+2
* Spelling fixes for sbin/Ulrich Spörlein2012-01-071-1/+1
* Replace index() and rindex() calls with strchr() and strrchr().Ed Schouten2012-01-031-5/+5
* - Add fallthrough commentEitan Adler2011-12-241-0/+1
* - fix duplicate "a a" in some commentsEitan Adler2011-11-131-1/+1
* Improve error reporting. Use corresponding error message when file to beAndrey V. Elsukov2011-06-291-4/+11
* Initialize co.use_set variable before parsing each new rule.Andrey V. Elsukov2011-06-061-0/+1
* Increase buffer size for the command line.Andrey V. Elsukov2011-06-061-2/+2
* Whitespace fixes.Gleb Smirnoff2011-04-181-3/+3
* fix a buffer overflow with large (100k+) number of input lines.Luigi Rizzo2010-04-121-2/+2
* reduce diffs with the cross-platform version (windows needsLuigi Rizzo2010-03-041-0/+14
* Bring in the most recent version of ipfw and dummynet, developedLuigi Rizzo2010-03-021-41/+103
* Implement an ipfw action to reassemble ip packets: reass.Paolo Pisati2009-04-011-1/+1
* move a variable declaration to the beginning of the blockLuigi Rizzo2009-03-051-1/+1
* Start splitting the monster file in smaller blocks.Luigi Rizzo2009-01-271-0/+539