aboutsummaryrefslogtreecommitdiff
path: root/sbin/ipfw/ipfw2.c
Commit message (Expand)AuthorAgeFilesLines
* sbin/ipfw: Allow tablearg as hostnameLutz Donnerhacke2021-05-111-1/+2
* sbin/ipfw: Fix parsing error in table based forwardLutz Donnerhacke2021-05-081-45/+42
* sbin/ipfw: Fix null pointer deference when printing countersLutz Donnerhacke2021-05-021-24/+27
* ipfw(8) crashes when ext6hdr option is omittedEvgeniy Khramtsov2021-02-011-0/+1
* Fix compatibility regression after r364117.Andrey V. Elsukov2020-09-111-9/+16
* Change printf format string to include the extra blankStefan Eßer2020-09-011-1/+1
* ipfw: line up `ipfw -t list` with and without timestampEd Maste2020-08-171-1/+1
* ipfw: make the "frag" keyword accept additional options "mf",Gleb Smirnoff2020-08-111-2/+18
* [ipfw] quieten maybe-uninitialized errors in ipfw when compiled under mips-gc...Adrian Chadd2020-07-141-7/+5
* ipfw(8): Handle unaligned pointers in pr_u64.Mark Johnston2020-07-131-1/+1
* ipfw(8): Fix most warnings with the default WARNS level.Mark Johnston2020-07-131-104/+112
* ipfw: Support the literal IPv6 address syntax in the fwd command.Mark Johnston2020-06-251-24/+35
* Use IP_FW_NAT44_DESTROY opcode for IP_FW3 socket option to destroyAndrey V. Elsukov2020-03-241-7/+1
* Revert r358858 as it breaks some ipfw(8) setups.Alexander V. Chernikov2020-03-111-6/+8
* Don't assume !IPv6 is IPv4 in ipfw(8) add_src() and add_dst().Alexander V. Chernikov2020-03-101-8/+6
* ipfw: fix jail option after r348215Kyle Evans2019-08-051-3/+18
* Restore ipfw(8)'s compact output support broken after r331668.Andrey V. Elsukov2019-06-251-0/+6
* Add "tcpmss" opcode to match the TCP MSS value.Andrey V. Elsukov2019-06-211-5/+15
* Handle HAVE_PROTO flag and print "proto" keyword for O_IP4 and O_IP6Andrey V. Elsukov2019-04-291-0/+4
* Add NAT64 CLAT implementation as defined in RFC6877.Andrey V. Elsukov2019-03-181-0/+1
* Allow use underscores and dots in service names without escaping.Andrey V. Elsukov2018-12-211-1/+2
* Rework how protocol number is tracked in rule. Save it when O_PROTOAndrey V. Elsukov2018-12-101-10/+6
* Use correct size for IPv4 address in gethostbyaddr().Andrey V. Elsukov2018-12-101-1/+2
* Add ability to request listing and deleting only for dynamic states.Andrey V. Elsukov2018-12-041-16/+49
* Use correct format specificator to print setdscp action.Andrey V. Elsukov2018-10-251-1/+1
* Add IPFW_RULE_JUSTOPTS flag, that is used by ipfw(8) to mark rule,Andrey V. Elsukov2018-10-211-1/+10
* Add "src-ip" or "dst-ip" keyword to the output, when we are printing theAndrey V. Elsukov2018-09-261-0/+12
* Restore the behaviour changed in r337536, when bad `ipfw delete` commandAndrey V. Elsukov2018-08-101-1/+1
* If -q flag is specified, do not complain when we are trying to deleteAndrey V. Elsukov2018-08-091-3/+9
* Add "record-state", "set-limit" and "defer-action" rule options to ipfw.Andrey V. Elsukov2018-07-091-18/+67
* Allow jail names (not just IDs) to be specified for: cpuset(1), ipfw(8),Jamie Gritton2018-07-031-4/+4
* Fix the printing of rule comments.Andrey V. Elsukov2018-05-101-3/+3
* Remove printing of "not" keyword from print_ip6() function.Andrey V. Elsukov2018-04-121-7/+5
* Remove printing of "not" keyword from print_ip() function.Andrey V. Elsukov2018-04-121-3/+2
* Rework ipfw rules parsing and printing code.Andrey V. Elsukov2018-03-281-749/+777
* Fix rule number truncation, use uint16_t type to specify rulenum.Andrey V. Elsukov2017-12-241-3/+4
* 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 to ipfw support for sending an SCTP packet containing an ABORT chunk.Michael Tuexen2017-11-261-0/+16
* Properly initialize ipfw_range_tlv variable to fix possible EINVALAndrey V. Elsukov2017-05-021-7/+7
* Add ipfw_pmod kernel module.Andrey V. Elsukov2017-04-031-0/+23
* Add O_EXTERNAL_DATA opcode support.Andrey V. Elsukov2017-04-031-0/+16
* Change the syntax of ipfw's named states.Andrey V. Elsukov2017-03-151-44/+30
* Fix a bug in r272840; given that the optlen parameter of setsockopt(2)Marius Strobl2016-12-281-3/+5
* Fix 'ipfw delete set N':Oleg Bulyzhin2016-11-291-1/+1
* Add missing support of named lookup tables to the IPv6 code.Andrey V. Elsukov2016-11-151-6/+7
* Add an ability to attach comment to check-state rules.Andrey V. Elsukov2016-08-141-1/+10
* Do not warn about ambiguous state name when we inspect a comment token.Andrey V. Elsukov2016-08-141-7/+10
* Add ipfw_nat64 module that implements stateless and stateful NAT64.Andrey V. Elsukov2016-08-131-0/+2
* Restore "nat global" support.Andrey V. Elsukov2016-08-111-2/+2