summaryrefslogtreecommitdiffstats
path: root/sbin/ipfw
Commit message (Expand)AuthorAgeFilesLines
* 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-092-4/+169
* o Move NEED1 macro to the top of the source file.csjp2004-06-021-6/+6
* o Fix usage example.maxim2004-05-231-1/+1
* 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-232-2/+28
* o Fix an incorrect parsing of 0.0.0.0/0 expression.maxim2004-04-091-1/+1
* Backout revision 1.140; it seems that the previous version is clearceri2004-03-271-2/+1
* o The lenght of the port list is limited to 30 entries in ipfw2 not to 15.maxim2004-03-261-1/+1
* Clarify the description of the "established" option.ceri2004-03-221-1/+2
* o Pass a correct argument to errx(3).maxim2004-01-241-1/+1
* grammarmtm2004-01-231-6/+6
* o -c (compact) flag is ipfw2 feature.maxim2004-01-151-0/+2
* o -f (force) in conjunction with -p (preprocessor) is ipfw2 feature.maxim2004-01-151-0/+3
* o Legitimate -f (force) flags for -p (preprocessor) case.maxim2003-12-242-4/+9
* Add a -b flag to /sbin/ipfw to print only action and comment for eachluigi2003-12-122-2/+24
* Include opt_ipsec.h so IPSEC/FAST_IPSEC is defined and the appropriatesam2003-12-021-1/+8
* 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
* fix typo: s/sytem/system/rse2003-09-261-1/+1
* Document the alternate way of matching MAC addresses: by a bitmask.roam2003-09-101-2/+22
* 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
* Add a note that net.inet.ip.fw.autoinc_step is ipfw2-specificluigi2003-07-221-0/+4
* o Initialize do_pipe before command parsing.maxim2003-07-211-0/+1
* Userland side of:luigi2003-07-152-14/+22
* 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-122-5/+14
* Document the existence of comments in ipfw rules,luigi2003-07-121-4/+11
* In random order:luigi2003-07-121-218/+277
* Correct to match reality regarding interface names.dannyboy2003-07-081-3/+7
* * introduce a section on SYNTAX to document the handlingluigi2003-07-081-44/+77
* 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-042-0/+22
* remove extra whitespace and blank linesluigi2003-06-271-5/+2
* remove unused file (RELENG_5 and above use ipfw2, the old ipfw1luigi2003-06-241-2667/+0
* 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
* o Fix sets of rules usage example.maxim2003-06-231-4/+4
* Add support for multiple values and ranges for the "iplen", "ipttl",luigi2003-06-222-29/+91
* 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-152-0/+38
* o Partially revert rev. 1.103, fix 'ipfw show': dynamically adjust amaxim2003-03-131-11/+39
* /modules is gone long ago, use the safe equivalents.ru2003-03-031-2/+2
* Correct examples for stateful inspectionbrueffer2003-02-041-2/+2
* It turns out that we do not need to add a new ioctl to unbreak adillon2003-01-122-0/+43
OpenPOWER on IntegriCloud