summaryrefslogtreecommitdiffstats
path: root/sbin/ipfw/ipfw2.c
Commit message (Expand)AuthorAgeFilesLines
* Add a new feature for optimizining ipfw rulesets - substitution of theglebius2005-12-131-46/+44
* Cleanup _FreeBSD_version.glebius2005-12-091-3/+0
* We couldn't specify the rule for filtering tunnel traffic since anume2005-11-291-16/+49
* Catch up with ip_dummynet.h rev. 1.38 and fix build.glebius2005-11-291-2/+2
* Garbage-collect now unused struct _ipfw_insn_pipe and flush_pipe_ptrs(),glebius2005-11-291-1/+1
* * Add dynamic sysctl for net.inet6.ip6.fw.bz2005-08-131-2/+69
* add_proto() now fills proto for us so stop to 'guess' the protocol from themlaier2005-06-071-5/+2
* Add support for IPv4 only rules to IPFW2 now that it supports IPv6 as well.mlaier2005-06-031-13/+56
* Unbreak handling of "ip[v]6" protocol and option flag. No more segfaultsmlaier2005-05-211-2/+1
* Fix a the previous commit. I wanted to remove the if and always run thebrooks2005-04-261-0/+1
* Don't force IPv6 proto to be printed numericaly.brooks2005-04-261-2/+0
* Add IPv6 support to IPFW and Dummynet.brooks2005-04-181-35/+698
* Be more specific when complaining about bit masks.brooks2005-04-051-2/+2
* Add a ng_ipfw node, implementing a quick and simple interface betweenglebius2005-02-051-0/+22
* Don't print extra " via ", if we have already printed one. While here,glebius2005-01-181-4/+6
* Deprecate unmaintainable uses of strncmp to implement abbreviations.brooks2005-01-151-60/+112
* Write some bit mask limits in hex rather than decimal so they look lessbrooks2005-01-071-2/+2
* Remove a duplicate line from an apparent merge error in rev 1.63.brooks2004-11-251-1/+0
* Commit forgotten documentation for "diverted" rules.green2004-10-081-1/+2
* Add support to IPFW for matching by TCP data length.green2004-10-031-0/+23
* Add support to IPFW for classification based on "diverted" statusgreen2004-10-031-0/+35
* Remove accidentally-added O_DIVERTED section.green2004-10-031-17/+0
* Add to IPFW the ability to do ALTQ classification/tagging.green2004-10-031-31/+216
* Since "d" is an array of 32 bit values, it is morecsjp2004-09-211-1/+1
* Currently when ipfw(8) generates the micro-instructions for rules whichcsjp2004-09-111-3/+3
* o Initialize a local variable and make gcc happy.maxim2004-09-101-0/+2
* o Restore a historical ipfw1 logamount behaviour: rules with 'log'maxim2004-08-291-0/+7
* Fix 'show' command for pipes and queues.pjd2004-08-231-1/+7
* Add the ability to associate ipfw rules with a specific prison ID.csjp2004-08-121-0/+22
* New ipfw option "antispoof":andre2004-08-091-1/+11
* Fixed a bug spotted by compiling with -Wall.ru2004-06-101-1/+1
* Introduce a new feature to IPFW2: lookup tables. These are usefulru2004-06-091-2/+108
* o Move NEED1 macro to the top of the source file.csjp2004-06-021-6/+6
* Remove spurious semicolons.stefanf2004-05-181-2/+2
* Remove redundant sanity check before add_mac() when addingcsjp2004-05-091-2/+0
* Add the option versrcreach to verify that a valid route to theandre2004-04-231-1/+11
* o Fix an incorrect parsing of 0.0.0.0/0 expression.maxim2004-04-091-1/+1
* o Pass a correct argument to errx(3).maxim2004-01-241-1/+1
* o Legitimate -f (force) flags for -p (preprocessor) case.maxim2003-12-241-3/+8
* Add a -b flag to /sbin/ipfw to print only action and comment for eachluigi2003-12-121-2/+20
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-15/+5
* remove include of route.h now that ip_dummynet.h no longer exposessam2003-10-031-1/+0
* Apply a bandaid to get this working on sparc64 again; the introductiontmm2003-09-041-4/+4
* Check an arguments count before proceed in sysctl_handler().maxim2003-09-021-1/+1
* o Initialize do_pipe before command parsing.maxim2003-07-211-0/+1
* Userland side of:luigi2003-07-151-9/+9
* Make sure that comments are printed at the end of a rule.luigi2003-07-151-2/+4
* Fix one typo in help() string, remove whitespace at end of line andluigi2003-07-141-24/+23
* ccept of empty lines when reading from a file (this fixes a bugluigi2003-07-141-25/+52
* Add a '-T' flag to print the timestamp as numeric value insteadluigi2003-07-121-2/+8
OpenPOWER on IntegriCloud