aboutsummaryrefslogtreecommitdiff
path: root/sbin/ipfw
Commit message (Expand)AuthorAgeFilesLines
* MFC: r197312Christian Brueffer2009-10-121-1/+1
* MFC r195036: kill grammar nits.Maxim Konovalov2009-08-061-2/+2
* MFC: another prototype missed in previous commitLuigi Rizzo2009-06-221-1/+1
* MFC: various minor fixes includingLuigi Rizzo2009-06-225-9/+7
* MFC: sync the ipfw code with the version in HEAD.Luigi Rizzo2009-02-209-2968/+3651
* Manually merge r183889:183890: do nothing in show_nat() for a test mode (-n).Maxim Konovalov2009-01-111-0/+3
* MFC r186297 and r186298:Paolo Pisati2009-01-082-4/+8
* MFH: 182818, 182823, 182825, 183012 - IPFW_DEFAULT_RULE related fixes.Roman Kurakin2008-09-231-8/+9
* MFC teh ability to use tablearg with a skipto.Julian Elischer2008-08-191-2/+18
* MFC the fact that the setfib rule is not a terminal ruleJulian Elischer2008-07-241-1/+2
* Commit ancillary parts of the MFC that I couldn't do last night becauseJulian Elischer2008-07-241-0/+16
* MFC an ABI compatible implementation of Multiple routing tables.Julian Elischer2008-07-242-2/+33
* MFC:David Malone2008-05-202-5/+32
* MFC: 1.111Oleg Bulyzhin2008-04-251-3/+3
* MFC:Oleg Bulyzhin2008-04-251-0/+18
* MFC: ipfw2.c 1.114 ipfw.8 1.209Julian Elischer2008-04-042-6/+14
* Fix showing nat rules.Paolo Pisati2008-03-141-0/+1
* MFC:Paolo Pisati2008-03-042-20/+14
* MFC rev. 1.112: fix command line parser bug: "ipfw nat 1 config if"Maxim Konovalov2008-02-261-0/+2
* Merge ipfw2.c:1.113, ip_fw.h:1.111, ip_fw2.c:1.180 from HEAD to RELENG_7:Robert Watson2008-01-281-0/+2
* MFC rev. 1.204: fix a typo in ipfw table usage example.Maxim Konovalov2007-11-291-1/+1
* o Cosmetic: fix the issue when "ipfw(8) show" produces "not" twice:Maxim Konovalov2007-09-231-2/+2
* o Fix bug I introduced in the previous commit (ipfw set extention):Maxim Konovalov2007-08-261-3/+3
* Rename option IPSEC_FILTERGIF to IPSEC_FILTERTUNNEL.Bjoern A. Zeeb2007-08-051-2/+2
* Remove references to mpsafenet. This option no longer exists.Christian S.J. Peron2007-08-041-14/+1
* o Make ipfw set more robust -- now it is possible:Maxim Konovalov2007-06-182-41/+131
* o Teach get_mac_addr_mask() to not silently accept incorrect MACMaxim Konovalov2007-05-091-22/+38
* Add support for filtering on Routing Header Type 0 andBjoern A. Zeeb2007-05-042-3/+25
* o Make ipfw(8) show rules with mac/mac-type options correctly.Maxim Konovalov2007-04-301-36/+17
* o Add missed w/space in the error message.Maxim Konovalov2007-04-171-1/+1
* Mention the nat command in the synopsis and in the action section.Paolo Pisati2007-02-151-0/+13
* Fix a parsing bug when specifying more than one address with dotted decimalMax Laier2007-01-071-2/+8
* Summer of Code 2005: improve libalias - part 2 of 2Paolo Pisati2006-12-292-9/+1022
* Add a note about rule syntax compared to the shell used so users do not getTom Rhodes2006-10-091-0/+4
* When addr/mask examples are given, show both a host and networkGiorgos Keramidas2006-10-041-5/+6
* o Check for a required "pathname" argument presence.Maxim Konovalov2006-09-291-0/+2
* Markup fixes.Ruslan Ermilov2006-09-181-2/+4
* Check the length of the ipv4 and ipv6 address lists. It must be lessJohn Hay2006-09-161-0/+4
* Use bzero() to clear the whole ipfw_insn_icmp6 structure in fill_icmp6types(),John Hay2006-09-161-1/+1
* A pipe bandwidth of 10MBits/s should probablyDavid Malone2006-08-231-1/+2
* Regigle parens to try and get the intended affect. This should fix peopleDavid Malone2006-08-201-6/+6
* Fix typo.Julian Elischer2006-08-201-1/+1
* comply with style policeJulian Elischer2006-08-182-18/+19
* Allow ipfw to forward to a destination that is specified by a table.Julian Elischer2006-08-172-11/+60
* Take IP_FIREWALL_EXTENDED out of the man page too.Julian Elischer2006-08-171-8/+0
* Use the SLIST_NEXT macro instead of sle_next.Stefan Farfeleder2006-08-051-2/+2
* Specify correct argument range for tag/untag keywords.Oleg Bulyzhin2006-07-251-2/+2
* Add support of 'tablearg' feature for:Oleg Bulyzhin2006-06-152-80/+128
* Print dynamic rules for IPv6 as well.Max Laier2006-06-021-5/+15
* Implement internal (i.e. inside kernel) packet tagging using mbuf_tags(9).Oleg Bulyzhin2006-05-242-9/+133