summaryrefslogtreecommitdiffstats
path: root/sbin/ipfw
Commit message (Expand)AuthorAgeFilesLines
* Make preprocessor support more generic by passing all command-line optionskbyanc2002-12-233-50/+32
* 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
* Update documentation to match the behaviour of ipfw with respectluigi2002-11-261-4/+6
* Kill EOL whitespaces, style(9) fix.maxim2002-11-061-13/+12
* Fix UID/GID options parsing.maxim2002-11-061-2/+2
* Misc fixes from Chris Pepper, plus additional explainations onluigi2002-10-281-186/+183
* Fix ipfw2 panics on 64-bit platforms.mux2002-10-241-5/+5
* Increase the max dummynet hash size from 1024 to 65536. Default is stillseanc2002-10-121-1/+1
* Do not dump core on 'ipfw add unreach': handling null strings inmaxim2002-09-251-0/+2
* o Fix a typo.maxim2002-09-221-3/+3
* Store the port number in "fwd" rules in host format, same as ipfw1luigi2002-09-121-2/+2
* Typo: s/o packet/on packet/blackend2002-09-081-1/+1
* s/filesystem/file system/g as discussed on -developerstrhodes2002-08-211-1/+1
* Whoops, the manpage lied... ipfw2 has always accepted addr:maskluigi2002-08-211-11/+14
* One more (hopefully the last one) step in cleaning up the syntax,luigi2002-08-192-61/+102
* Major cleanup of the parser and printing routines in an attempt toluigi2002-08-192-209/+375
* Complete list of differences between ipfw1 and ipfw2.luigi2002-08-161-10/+93
* sys/netinet/ip_fw2.c:luigi2002-08-162-116/+526
* 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
OpenPOWER on IntegriCloud