aboutsummaryrefslogtreecommitdiff
path: root/sbin/ipfw
Commit message (Expand)AuthorAgeFilesLines
* Correct examples for stateful inspectionChristian Brueffer2003-02-041-2/+2
* It turns out that we do not need to add a new ioctl to unbreak aMatthew Dillon2003-01-122-0/+43
* Fix a reference to the order of SYNOPSIS lines.Giorgos Keramidas2003-01-051-1/+1
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-1/+1
* Make preprocessor support more generic by passing all command-line optionsKelly Yancey2002-12-233-50/+32
* Align timestamps when -t is used in ipfw and ipfw2.Giorgos Keramidas2002-11-261-3/+11
* Fix a kernel panic with rules of the typeLuigi Rizzo2002-11-261-19/+31
* Update documentation to match the behaviour of ipfw with respectLuigi Rizzo2002-11-261-4/+6
* Kill EOL whitespaces, style(9) fix.Maxim Konovalov2002-11-061-13/+12
* Fix UID/GID options parsing.Maxim Konovalov2002-11-061-2/+2
* Misc fixes from Chris Pepper, plus additional explainations onLuigi Rizzo2002-10-281-186/+183
* Fix ipfw2 panics on 64-bit platforms.Maxime Henrion2002-10-241-5/+5
* Increase the max dummynet hash size from 1024 to 65536. Default is stillSean Chittenden2002-10-121-1/+1
* Do not dump core on 'ipfw add unreach': handling null strings inMaxim Konovalov2002-09-251-0/+2
* o Fix a typo.Maxim Konovalov2002-09-221-3/+3
* Store the port number in "fwd" rules in host format, same as ipfw1Luigi Rizzo2002-09-121-2/+2
* Typo: s/o packet/on packet/Marc Fonvieille2002-09-081-1/+1
* s/filesystem/file system/g as discussed on -developersTom Rhodes2002-08-211-1/+1
* Whoops, the manpage lied... ipfw2 has always accepted addr:maskLuigi Rizzo2002-08-211-11/+14
* One more (hopefully the last one) step in cleaning up the syntax,Luigi Rizzo2002-08-192-61/+102
* Major cleanup of the parser and printing routines in an attempt toLuigi Rizzo2002-08-192-209/+375
* Complete list of differences between ipfw1 and ipfw2.Luigi Rizzo2002-08-161-10/+93
* sys/netinet/ip_fw2.c:Luigi Rizzo2002-08-162-116/+526
* Fix one parsing bug introduced by last commit, and correct parsingLuigi Rizzo2002-08-101-18/+63
* Major revision of the ipfw manpage, trying to make it up-to-dateLuigi Rizzo2002-08-101-518/+682
* One bugfix and one new feature.Luigi Rizzo2002-08-101-22/+85
* Fix generation of check-state rules, which i broke in last commit.Luigi Rizzo2002-08-041-1/+1
* Forgot this one: properly initialize an address set when the setLuigi Rizzo2002-07-311-3/+1
* Two bugfixes:Luigi Rizzo2002-07-311-15/+26
* Add SEE ALSO references to papers handling RED.Sheldon Hearn2002-07-251-0/+26
* A bunch of minor fixes:Luigi Rizzo2002-07-131-8/+11
* Uncommented WARNS=0. ipfw2.c is full of printf format errors that areBruce Evans2002-07-111-1/+1
* Fixed some world breakage caused by not updating clients when <timeconv.h>Bruce Evans2002-07-081-0/+1
* The .Nm utilityPhilippe Charnier2002-07-061-1/+2
* Implement the last 2-3 missing instructions for ipfw,Luigi Rizzo2002-07-051-124/+108
* The new ipfw code.Luigi Rizzo2002-06-272-1/+3180
* Handle symbolic names for common ethernet types (ip, arp etc.)Luigi Rizzo2002-05-131-19/+85
* Main functional change is the implementation of matching of MAC headerLuigi Rizzo2002-05-121-745/+706
* Fix a couple of problems which could cause panics at runtime:Luigi Rizzo2002-05-051-51/+56
* Enlighten those who read the FINE POINTS of the documentation a bitCrist J. Clark2002-05-011-3/+14
* I've been meaning to do this for a while. Add an underscore to theMatthew Dillon2002-01-191-1/+1
* mdoc(7) police: tidy up the markup in revision 1.96.Ruslan Ermilov2002-01-101-5/+12
* o Note that packets diverted using a 'divert' socket, and thenRobert Watson2002-01-031-0/+9
* Move the discussion of how many times a packet will pass throughYaroslav Tykhiy2002-01-021-20/+18
* Clarify the "show" ipfw(8) command.Yaroslav Tykhiy2002-01-021-2/+6
* Fix a typo: wierd -> weirdYaroslav Tykhiy2002-01-021-1/+1
* Fix documentation to match realityJulian Elischer2001-12-281-7/+15
* Implement matching IP precedence in ipfw(4).Yaroslav Tykhiy2001-12-212-0/+24
* At least once mention the long names of WF2Q+ (Worst-case Fair WeightedRalf S. Engelschall2001-12-141-2/+2
* Default to WARNS=2.David E. O'Brien2001-12-041-1/+1