aboutsummaryrefslogtreecommitdiff
path: root/sbin/ipfw
Commit message (Expand)AuthorAgeFilesLines
* 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
* sync the code with the one in stable (mostly formatting changes).Luigi Rizzo2001-11-041-26/+27
* Fix a typo in a format string, and fix error checking for missingLuigi Rizzo2001-11-011-6/+5
* More white space changes.Josef Karthauser2001-10-291-3/+3
* More stylistic tidying.Josef Karthauser2001-10-291-20/+21
* Remove training white spaces, and some other style violations.Josef Karthauser2001-10-291-90/+90
* Properly convert long to time_tMatthew Dillon2001-10-281-1/+2
* Remove some extraneous spaces from the usage message.Josef Karthauser2001-10-281-1/+1
* Repair typo.Dima Dorfman2001-10-141-1/+1
* mdoc(7) police: fix markup.Ruslan Ermilov2001-10-011-56/+27
* now that jlemon has added a hash table to lookup locally configured ipBill Fumerola2001-09-291-3/+2
* Two main changes here:Luigi Rizzo2001-09-272-36/+102
* A bunch of minor changes to the code (see below) for readability, code sizeLuigi Rizzo2001-09-201-8/+19
* Non-decimal ``skipto'' rule numbers are meaningless.Ruslan Ermilov2001-09-191-1/+1
* mdoc(7) police:Ruslan Ermilov2001-08-071-22/+12
* Fixed one more breakage introduced in 1.103 cleanup.Ruslan Ermilov2001-08-061-1/+2