summaryrefslogtreecommitdiffstats
path: root/sbin/ipfw/ipfw2.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed some world breakage caused by not updating clients when <timeconv.h>bde2002-07-081-0/+1
* Implement the last 2-3 missing instructions for ipfw,luigi2002-07-051-124/+108
* The new ipfw code.luigi2002-06-271-0/+3178
OpenPOWER on IntegriCloud