aboutsummaryrefslogtreecommitdiff
path: root/sbin/ipfw
Commit message (Expand)AuthorAgeFilesLines
* MFC r335921:Jamie Gritton2018-07-063-10/+10
* MFC r330792:Andrey V. Elsukov2018-03-191-2/+2
* MFC r319900:Alan Somers2017-07-071-9/+10
* MFC: r317343Marius Strobl2017-05-141-2/+3
* MFC r267667:Sevan Janiyan2016-10-161-1/+1
* MFC r274925: misc mdoc fixes.Sergey Kandaurov2016-09-271-1/+0
* MFC r300779, r300781, r300783, r300784, r300949, r301162, r301180Don Lewis2016-06-103-3/+606
* MFC r266941, r266955Don Lewis2016-06-033-10/+26
* MFC r295969:Andrey V. Elsukov2016-03-021-1/+1
* MFC r288528:Andrey V. Elsukov2015-10-121-1/+1
* MFC r286702:Dimitry Andric2015-09-221-4/+4
* MFC r266310Alexander V. Chernikov2015-09-181-1/+1
* MFC 277714:John Baldwin2015-02-061-3/+3
* Merge r258708, r258711, r260247, r261117.Alexander V. Chernikov2014-05-082-10/+37
* Merge r258677.Alexander V. Chernikov2014-05-081-2/+13
* Bulk sync of pf changes from head, in attempt to fixup broken build IGleb Smirnoff2014-03-122-2/+13
* Remove duplicated parapgraph.Stefan Eßer2013-07-241-10/+0
* Fix ipfw(8) sets of ipv6 addresses handling.Alexander V. Chernikov2013-05-181-14/+24
* Minor spelling and grammar fixes.Joel Dahl2013-04-111-1/+1
* Remove EOL whitespace.Joel Dahl2013-03-211-1/+1
* Remove unused variable.Alexander V. Chernikov2013-03-201-2/+1
* Add ipfw support for setting/matching DiffServ codepoints (DSCP).Alexander V. Chernikov2013-03-203-0/+221
* Do not suddenly fail on some rulesets if -n (syntax check only) is specifiedAlexander V. Chernikov2013-03-041-4/+13
* Implement buffer size checking in ipfw(8) add cmd.Alexander V. Chernikov2013-03-033-62/+125
* Fix ipfw table argument parsing/printing.Alexander V. Chernikov2013-03-021-54/+92
* Remove the recently added sysctl variable net.pfil.forward.Andrey V. Elsukov2012-11-021-8/+0
* Remove the IPFIREWALL_FORWARD kernel option and make possible to turnAndrey V. Elsukov2012-10-251-3/+6
* Whitespace fixesAlexander V. Chernikov2012-09-241-13/+13
* Permit table to be used as IPv6 address.Alexander V. Chernikov2012-09-241-2/+26
* Fix grammar in the portion about FIBs. Also, cross-referenceBenjamin Kaduk2012-09-181-9/+11
* Whitespace cleanup for ipfw.8 -- start each sentence on a new line,Benjamin Kaduk2012-09-181-33/+58
* Remove unused valuesKevin Lo2012-09-111-3/+3
* remove the last __unused instance in sbin/ipfw.Luigi Rizzo2012-07-301-1/+2
* Fix some compile errors at high WARNS, including oneLuigi Rizzo2012-07-303-8/+13
* In ipfw(8), make the text about dynamic rules consistent.Isabell Long2012-07-161-3/+5
* Make ipfw0 logging pseudo-interface clonable. It can be created automaticallyHiroki Sato2012-07-091-2/+17
* - Make ipfw's sched rules case insensitive, for user-friendliness.Isabell Long2012-07-031-5/+6
* Update maximum number of tables available in ipfw to reflectAlexander V. Chernikov2012-06-091-2/+2
* mdoc: use Po and Pc macros instead of parens. Also avoid starting a lineJoel Dahl2012-05-121-2/+2
* Remove trailing whitespace per mdoc lint warningEitan Adler2012-03-291-51/+51
* - Permit number of ipfw tables to be changed in runtime.Alexander V. Chernikov2012-03-252-10/+4
* Remove superfluous paragraph macro.Joel Dahl2012-03-251-11/+0
* - Add ipfw eXtended tables permitting radix to be used for any kind of keys.Alexander V. Chernikov2012-03-122-80/+232
* remove some write-only variables.Luigi Rizzo2012-03-011-7/+2
* Correct capitalization of "Hz" in user-visible text (manpages, printf(),Gavin Atkinson2012-02-281-1/+1
* Bump .Dd for r231076.Gleb Smirnoff2012-02-061-1/+1
* Make the 'tcpwin' option of ipfw(8) accept ranges and lists.Gleb Smirnoff2012-02-062-7/+18
* Spelling fixes for sbin/Ulrich Spörlein2012-01-072-5/+5
* Replace index() and rindex() calls with strchr() and strrchr().Ed Schouten2012-01-031-5/+5
* - Add fallthrough commentEitan Adler2011-12-241-0/+1