| Commit message (Expand) | Author | Age | Files | Lines |
* | sbin/ipfw: Allow tablearg as hostname | Lutz Donnerhacke | 2021-05-11 | 1 | -1/+2 |
* | sbin/ipfw: Fix parsing error in table based forward | Lutz Donnerhacke | 2021-05-08 | 1 | -45/+42 |
* | sbin/ipfw: Fix null pointer deference when printing counters | Lutz Donnerhacke | 2021-05-02 | 1 | -24/+27 |
* | ipfw(8) crashes when ext6hdr option is omitted | Evgeniy Khramtsov | 2021-02-01 | 1 | -0/+1 |
* | Fix compatibility regression after r364117. | Andrey V. Elsukov | 2020-09-11 | 1 | -9/+16 |
* | Change printf format string to include the extra blank | Stefan Eßer | 2020-09-01 | 1 | -1/+1 |
* | ipfw: line up `ipfw -t list` with and without timestamp | Ed Maste | 2020-08-17 | 1 | -1/+1 |
* | ipfw: make the "frag" keyword accept additional options "mf", | Gleb Smirnoff | 2020-08-11 | 1 | -2/+18 |
* | [ipfw] quieten maybe-uninitialized errors in ipfw when compiled under mips-gc... | Adrian Chadd | 2020-07-14 | 1 | -7/+5 |
* | ipfw(8): Handle unaligned pointers in pr_u64. | Mark Johnston | 2020-07-13 | 1 | -1/+1 |
* | ipfw(8): Fix most warnings with the default WARNS level. | Mark Johnston | 2020-07-13 | 1 | -104/+112 |
* | ipfw: Support the literal IPv6 address syntax in the fwd command. | Mark Johnston | 2020-06-25 | 1 | -24/+35 |
* | Use IP_FW_NAT44_DESTROY opcode for IP_FW3 socket option to destroy | Andrey V. Elsukov | 2020-03-24 | 1 | -7/+1 |
* | Revert r358858 as it breaks some ipfw(8) setups. | Alexander V. Chernikov | 2020-03-11 | 1 | -6/+8 |
* | Don't assume !IPv6 is IPv4 in ipfw(8) add_src() and add_dst(). | Alexander V. Chernikov | 2020-03-10 | 1 | -8/+6 |
* | ipfw: fix jail option after r348215 | Kyle Evans | 2019-08-05 | 1 | -3/+18 |
* | Restore ipfw(8)'s compact output support broken after r331668. | Andrey V. Elsukov | 2019-06-25 | 1 | -0/+6 |
* | Add "tcpmss" opcode to match the TCP MSS value. | Andrey V. Elsukov | 2019-06-21 | 1 | -5/+15 |
* | Handle HAVE_PROTO flag and print "proto" keyword for O_IP4 and O_IP6 | Andrey V. Elsukov | 2019-04-29 | 1 | -0/+4 |
* | Add NAT64 CLAT implementation as defined in RFC6877. | Andrey V. Elsukov | 2019-03-18 | 1 | -0/+1 |
* | Allow use underscores and dots in service names without escaping. | Andrey V. Elsukov | 2018-12-21 | 1 | -1/+2 |
* | Rework how protocol number is tracked in rule. Save it when O_PROTO | Andrey V. Elsukov | 2018-12-10 | 1 | -10/+6 |
* | Use correct size for IPv4 address in gethostbyaddr(). | Andrey V. Elsukov | 2018-12-10 | 1 | -1/+2 |
* | Add ability to request listing and deleting only for dynamic states. | Andrey V. Elsukov | 2018-12-04 | 1 | -16/+49 |
* | Use correct format specificator to print setdscp action. | Andrey V. Elsukov | 2018-10-25 | 1 | -1/+1 |
* | Add IPFW_RULE_JUSTOPTS flag, that is used by ipfw(8) to mark rule, | Andrey V. Elsukov | 2018-10-21 | 1 | -1/+10 |
* | Add "src-ip" or "dst-ip" keyword to the output, when we are printing the | Andrey V. Elsukov | 2018-09-26 | 1 | -0/+12 |
* | Restore the behaviour changed in r337536, when bad `ipfw delete` command | Andrey V. Elsukov | 2018-08-10 | 1 | -1/+1 |
* | If -q flag is specified, do not complain when we are trying to delete | Andrey V. Elsukov | 2018-08-09 | 1 | -3/+9 |
* | Add "record-state", "set-limit" and "defer-action" rule options to ipfw. | Andrey V. Elsukov | 2018-07-09 | 1 | -18/+67 |
* | Allow jail names (not just IDs) to be specified for: cpuset(1), ipfw(8), | Jamie Gritton | 2018-07-03 | 1 | -4/+4 |
* | Fix the printing of rule comments. | Andrey V. Elsukov | 2018-05-10 | 1 | -3/+3 |
* | Remove printing of "not" keyword from print_ip6() function. | Andrey V. Elsukov | 2018-04-12 | 1 | -7/+5 |
* | Remove printing of "not" keyword from print_ip() function. | Andrey V. Elsukov | 2018-04-12 | 1 | -3/+2 |
* | Rework ipfw rules parsing and printing code. | Andrey V. Elsukov | 2018-03-28 | 1 | -749/+777 |
* | Fix rule number truncation, use uint16_t type to specify rulenum. | Andrey V. Elsukov | 2017-12-24 | 1 | -3/+4 |
* | Revert r327005 - SPDX tags for license similar to BSD-2-Clause. | Pedro F. Giffuni | 2017-12-20 | 1 | -2/+0 |
* | SPDX: These are fundamentally BSD-2-Clause. | Pedro F. Giffuni | 2017-12-19 | 1 | -1/+3 |
* | Add to ipfw support for sending an SCTP packet containing an ABORT chunk. | Michael Tuexen | 2017-11-26 | 1 | -0/+16 |
* | Properly initialize ipfw_range_tlv variable to fix possible EINVAL | Andrey V. Elsukov | 2017-05-02 | 1 | -7/+7 |
* | Add ipfw_pmod kernel module. | Andrey V. Elsukov | 2017-04-03 | 1 | -0/+23 |
* | Add O_EXTERNAL_DATA opcode support. | Andrey V. Elsukov | 2017-04-03 | 1 | -0/+16 |
* | Change the syntax of ipfw's named states. | Andrey V. Elsukov | 2017-03-15 | 1 | -44/+30 |
* | Fix a bug in r272840; given that the optlen parameter of setsockopt(2) | Marius Strobl | 2016-12-28 | 1 | -3/+5 |
* | Fix 'ipfw delete set N': | Oleg Bulyzhin | 2016-11-29 | 1 | -1/+1 |
* | Add missing support of named lookup tables to the IPv6 code. | Andrey V. Elsukov | 2016-11-15 | 1 | -6/+7 |
* | Add an ability to attach comment to check-state rules. | Andrey V. Elsukov | 2016-08-14 | 1 | -1/+10 |
* | Do not warn about ambiguous state name when we inspect a comment token. | Andrey V. Elsukov | 2016-08-14 | 1 | -7/+10 |
* | Add ipfw_nat64 module that implements stateless and stateful NAT64. | Andrey V. Elsukov | 2016-08-13 | 1 | -0/+2 |
* | Restore "nat global" support. | Andrey V. Elsukov | 2016-08-11 | 1 | -2/+2 |