summaryrefslogtreecommitdiffstats
path: root/sbin/ipfw/ipfw2.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make preprocessor support more generic by passing all command-line optionskbyanc2002-12-231-21/+14
* Align timestamps when -t is used in ipfw and ipfw2.keramida2002-11-261-3/+11
* Fix a kernel panic with rules of the typeluigi2002-11-261-19/+31
* Kill EOL whitespaces, style(9) fix.maxim2002-11-061-13/+12
* Fix UID/GID options parsing.maxim2002-11-061-2/+2
* Fix ipfw2 panics on 64-bit platforms.mux2002-10-241-5/+5
* Store the port number in "fwd" rules in host format, same as ipfw1luigi2002-09-121-2/+2
* One more (hopefully the last one) step in cleaning up the syntax,luigi2002-08-191-6/+18
* Major cleanup of the parser and printing routines in an attempt toluigi2002-08-191-134/+285
* sys/netinet/ip_fw2.c:luigi2002-08-161-49/+156
* Fix one parsing bug introduced by last commit, and correct parsingluigi2002-08-101-18/+63
* One bugfix and one new feature.luigi2002-08-101-22/+85
* Fix generation of check-state rules, which i broke in last commit.luigi2002-08-041-1/+1
* Forgot this one: properly initialize an address set when the setluigi2002-07-311-3/+1
* Two bugfixes:luigi2002-07-311-15/+26
* A bunch of minor fixes:luigi2002-07-131-8/+11
OpenPOWER on IntegriCloud