summaryrefslogtreecommitdiffstats
path: root/sbin/ipfw/ipfw2.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* In random order:luigi2003-07-121-218/+277
* A bunch of changes (mostly syntactic sugar, all backward compatible):luigi2003-07-081-251/+383
* Implement the 'ipsec' option to match packets coming out of an ipsec tunnel.luigi2003-07-041-0/+10
* remove extra whitespace and blank linesluigi2003-06-271-5/+2
* Split some long lines to fit 80 columns (the code in RELENG_4luigi2003-06-231-5/+10
* syntactic sugar: support range notation such asluigi2003-06-231-5/+32
* Add support for multiple values and ranges for the "iplen", "ipttl",luigi2003-06-221-11/+59
* o Pass a correct argument to printf(3).maxim2003-06-161-3/+4
* Change handling to support strong alignment architectures such as alpha andticso2003-06-041-12/+34
* Add a 'verrevpath' option that verifies the interface that a packetcjc2003-03-151-0/+10
* o Partially revert rev. 1.103, fix 'ipfw show': dynamically adjust amaxim2003-03-131-11/+39
* It turns out that we do not need to add a new ioctl to unbreak adillon2003-01-121-0/+27
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-1/+1
OpenPOWER on IntegriCloud