summaryrefslogtreecommitdiffstats
path: root/sbin/ipfw
Commit message (Expand)AuthorAgeFilesLines
* Fix one parsing bug introduced by last commit, and correct parsingluigi2002-08-101-18/+63
* Major revision of the ipfw manpage, trying to make it up-to-dateluigi2002-08-101-518/+682
* 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
* Add SEE ALSO references to papers handling RED.sheldonh2002-07-251-0/+26
* A bunch of minor fixes:luigi2002-07-131-8/+11
* Uncommented WARNS=0. ipfw2.c is full of printf format errors that arebde2002-07-111-1/+1
* Fixed some world breakage caused by not updating clients when <timeconv.h>bde2002-07-081-0/+1
* The .Nm utilitycharnier2002-07-061-1/+2
* Implement the last 2-3 missing instructions for ipfw,luigi2002-07-051-124/+108
* The new ipfw code.luigi2002-06-272-1/+3180
* Handle symbolic names for common ethernet types (ip, arp etc.)luigi2002-05-131-19/+85
* Main functional change is the implementation of matching of MAC headerluigi2002-05-121-745/+706
* Fix a couple of problems which could cause panics at runtime:luigi2002-05-051-51/+56
* Enlighten those who read the FINE POINTS of the documentation a bitcjc2002-05-011-3/+14
* I've been meaning to do this for a while. Add an underscore to thedillon2002-01-191-1/+1
* mdoc(7) police: tidy up the markup in revision 1.96.ru2002-01-101-5/+12
* o Note that packets diverted using a 'divert' socket, and thenrwatson2002-01-031-0/+9
* Move the discussion of how many times a packet will pass throughyar2002-01-021-20/+18
* Clarify the "show" ipfw(8) command.yar2002-01-021-2/+6
* Fix a typo: wierd -> weirdyar2002-01-021-1/+1
* Fix documentation to match realityjulian2001-12-281-7/+15
* Implement matching IP precedence in ipfw(4).yar2001-12-212-0/+24
* At least once mention the long names of WF2Q+ (Worst-case Fair Weightedrse2001-12-141-2/+2
* Default to WARNS=2.obrien2001-12-041-1/+1
* sync the code with the one in stable (mostly formatting changes).luigi2001-11-041-26/+27
* Fix a typo in a format string, and fix error checking for missingluigi2001-11-011-6/+5
* More white space changes.joe2001-10-291-3/+3
* More stylistic tidying.joe2001-10-291-20/+21
* Remove training white spaces, and some other style violations.joe2001-10-291-90/+90
* Properly convert long to time_tdillon2001-10-281-1/+2
* Remove some extraneous spaces from the usage message.joe2001-10-281-1/+1
* Repair typo.dd2001-10-141-1/+1
* mdoc(7) police: fix markup.ru2001-10-011-56/+27
* now that jlemon has added a hash table to lookup locally configured ipbillf2001-09-291-3/+2
* Two main changes here:luigi2001-09-272-36/+102
* A bunch of minor changes to the code (see below) for readability, code sizeluigi2001-09-201-8/+19
* Non-decimal ``skipto'' rule numbers are meaningless.ru2001-09-191-1/+1
* mdoc(7) police:ru2001-08-071-22/+12
* Fixed one more breakage introduced in 1.103 cleanup.ru2001-08-061-1/+2
* style(9)obrien2001-08-011-1/+1
* Error messaging in ipfw(8) was out of hand, almost 50 lines of usagecjc2001-07-221-109/+114
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
* Fix rule parsing breakage introduced in 1.103 cleanup. 'tcp' andcjc2001-07-101-5/+8
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-091-1/+0
* Silence format string warnings.kris2001-07-011-11/+11
* Mention Alexandre Peixoto's share/examples/ipfw/change_rules.sh in thechris2001-06-061-0/+3
* Invert the meaning of the -d option (i.e. default to *not* list dynamic rules,des2001-06-042-1119/+1160
OpenPOWER on IntegriCloud