summaryrefslogtreecommitdiffstats
path: root/sbin/ipfw
Commit message (Expand)AuthorAgeFilesLines
* Remove duplicated parapgraph.se2013-07-241-10/+0
* Fix ipfw(8) sets of ipv6 addresses handling.melifaro2013-05-181-14/+24
* Minor spelling and grammar fixes.joel2013-04-111-1/+1
* Remove EOL whitespace.joel2013-03-211-1/+1
* Remove unused variable.melifaro2013-03-201-2/+1
* Add ipfw support for setting/matching DiffServ codepoints (DSCP).melifaro2013-03-203-0/+221
* Do not suddenly fail on some rulesets if -n (syntax check only) is specifiedmelifaro2013-03-041-4/+13
* Implement buffer size checking in ipfw(8) add cmd.melifaro2013-03-033-62/+125
* Fix ipfw table argument parsing/printing.melifaro2013-03-021-54/+92
* Remove the recently added sysctl variable net.pfil.forward.ae2012-11-021-8/+0
* Remove the IPFIREWALL_FORWARD kernel option and make possible to turnae2012-10-251-3/+6
* Whitespace fixesmelifaro2012-09-241-13/+13
* Permit table to be used as IPv6 address.melifaro2012-09-241-2/+26
* Fix grammar in the portion about FIBs. Also, cross-referencebjk2012-09-181-9/+11
* Whitespace cleanup for ipfw.8 -- start each sentence on a new line,bjk2012-09-181-33/+58
* Remove unused valueskevlo2012-09-111-3/+3
* remove the last __unused instance in sbin/ipfw.luigi2012-07-301-1/+2
* Fix some compile errors at high WARNS, including oneluigi2012-07-303-8/+13
* In ipfw(8), make the text about dynamic rules consistent.issyl02012-07-161-3/+5
* Make ipfw0 logging pseudo-interface clonable. It can be created automaticallyhrs2012-07-091-2/+17
* - Make ipfw's sched rules case insensitive, for user-friendliness.issyl02012-07-031-5/+6
* Update maximum number of tables available in ipfw to reflectmelifaro2012-06-091-2/+2
* mdoc: use Po and Pc macros instead of parens. Also avoid starting a linejoel2012-05-121-2/+2
* Remove trailing whitespace per mdoc lint warningeadler2012-03-291-51/+51
* - Permit number of ipfw tables to be changed in runtime.melifaro2012-03-252-10/+4
* Remove superfluous paragraph macro.joel2012-03-251-11/+0
* - Add ipfw eXtended tables permitting radix to be used for any kind of keys.melifaro2012-03-122-80/+232
* remove some write-only variables.luigi2012-03-011-7/+2
* Correct capitalization of "Hz" in user-visible text (manpages, printf(),gavin2012-02-281-1/+1
* Bump .Dd for r231076.glebius2012-02-061-1/+1
* Make the 'tcpwin' option of ipfw(8) accept ranges and lists.glebius2012-02-062-7/+18
* Spelling fixes for sbin/uqs2012-01-072-5/+5
* Replace index() and rindex() calls with strchr() and strrchr().ed2012-01-031-5/+5
* - Add fallthrough commenteadler2011-12-241-0/+1
* Fix parsing of redirect_addr argument.glebius2011-11-231-1/+2
* - fix duplicate "a a" in some commentseadler2011-11-131-1/+1
* Note that NAT instance argument can be tablearg.glebius2011-11-101-2/+2
* Add support for IPv6 to ipfw fwd:bz2011-08-202-22/+90
* Fix a regression where a rule containing a source port option after ajhb2011-08-171-0/+2
* Add new rule actions "call" and "return" to ipfw. They makeae2011-06-293-1/+106
* Improve error reporting. Use corresponding error message when file to beae2011-06-291-4/+11
* Actually, if code had followed style(9), there would be less stupid errorsglebius2011-06-241-15/+30
* One more braino from me.glebius2011-06-221-3/+6
* Fix clang warnings.benl2011-06-181-1/+2
* - Fix my braino in the 220835, when I used strtok(). It isn'tglebius2011-06-171-14/+32
* Implement "global" mode for ipfw nat. It is similar to natd(8)ae2011-06-144-7/+45
* Check nat id a bit more strictly.ae2011-06-141-6/+7
* 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
* Add tablearg support for ipfw setfib.ae2011-05-302-11/+19
OpenPOWER on IntegriCloud