summaryrefslogtreecommitdiff
path: root/sbin/ipfw
Commit message (Expand)AuthorAgeFilesLines
* MFC: make rule number available from getsockopt(IP_FW_ADD).Ruslan Ermilov2000-10-171-3/+3
* MFC: Style conversion.Ruslan Ermilov2000-10-171-3/+3
* MFC: Only interpret the last command line argument as a file toRuslan Ermilov2000-10-172-18/+21
* MFC: (rev 1.93) respect the protocol when looking up the port.Ruslan Ermilov2000-10-041-15/+22
* MFC: net.inet.ip.fw.one_pass only affects dummynet(4).Ruslan Ermilov2000-09-291-3/+5
* MFC: v1.67: tcpoptions (dan and ras@e-gerbil.net)Bill Fumerola2000-08-051-0/+19
* MFCBill Fumerola2000-07-281-5/+71
* MFC: Don't call vfprintf-like functions without a format string.Kris Kennaway2000-07-201-1/+1
* MFC: fix behaviour of "ipfw pipe show"Luigi Rizzo2000-06-141-6/+6
* MFC: (rev 1.68) -mdoc fixes.Ruslan Ermilov2000-06-121-35/+81
* MFC: Bring WF2Q+ support in dummynet. Read the ipfw(8) manpage forLuigi Rizzo2000-06-112-127/+439
* A huge rewrite of the manual page (mostly -mdoc related).Ruslan Ermilov2000-02-281-542/+649
* Use correct field for dst_port when displaying masks on dynamic pipes.Luigi Rizzo2000-02-131-1/+1
* Support and document new stateful ipfw features.Luigi Rizzo2000-02-102-15/+290
* Support per-flow queueing in dummynet.Luigi Rizzo2000-01-082-295/+530
* Turn on 'ipfw tee'. Update man page. Please note (from the man page):Archie Cobbs1999-12-062-17/+10
* Remove one obsoleted entry from the BUGS section.Ruslan Ermilov1999-10-201-2/+0
* Make the "uid" and "gid" code better. Now it can detect invalid userBrian Feldman1999-09-031-4/+20
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
* To christen the brand new security category for syslog, we get IPFWBrian Feldman1999-08-211-5/+8
* Whoops, forgot one line in previous patch.Luigi Rizzo1999-08-121-1/+2
* Userland and manual page changes for probabilistic rule match.Luigi Rizzo1999-08-112-4/+41
* Make ipfw's logging more dynamic. Now, log will use the default limitBrian Feldman1999-08-012-11/+97
* This is the much-awaited cleaned up version of IPFW [ug]id support.Brian Feldman1999-06-192-2/+62
* Document the usage of escape character in a service name.Ruslan Ermilov1999-06-151-2/+9
* Workaround the problem that the first (and only first) port nameRuslan Ermilov1999-06-111-9/+26
* Fix the parsing of ip addresses on a command line.Ruslan Ermilov1999-06-041-7/+7
* Spelling corrections for dummynet.Ruslan Ermilov1999-06-021-4/+5
* Manpage cleanup, move $Id$ to #ifndef lint, remove unused includes,Kris Kennaway1999-05-292-25/+27
* close pr 10889:Luigi Rizzo1999-05-241-13/+27
* Add ICMP types to list of information about each packet.Guy Helmer1999-04-291-2/+33
* Explain when packets are tesed by the firewall rules and what attributesGuy Helmer1999-04-281-23/+128
* Convert LKM/modload to KLD/kldload. Add ref to kldload(8).Guy Helmer1999-04-081-2/+3
* Fix bug where 'ipfw list' would choke if there were a large number of rules.Archie Cobbs1999-01-221-79/+95
* Fix misleading wording in ipfw(8) man page.Archie Cobbs1999-01-211-3/+3
* Remove coredump when running "ipfw pipe" without more arguments.Luigi Rizzo1998-12-271-1/+4
* Mention affect of securelevel 3 and higher on attempts to change filter lists.Guy Helmer1998-12-161-0/+6
* ipfw changes for dummynet. manpages still missingLuigi Rizzo1998-12-141-2/+155
* Disallow ipfw "tee" rules until it is actually implemented.Archie Cobbs1998-12-072-5/+10
* Preprocessor support for `ipfw [-q] ... file'.Joerg Wunsch1998-11-232-15/+145
* The flags type was recently changed from u_short to u_int, breakingAlexander Langer1998-09-281-10/+10
* PR: 7475Peter Hawkins1998-08-042-8/+14
* Support for IPFW based transparent forwarding.Julian Elischer1998-07-062-3/+56
* Reminded by: Alex NashDaniel O'Callaghan1998-05-191-3/+3
* Typo fix.Masafumi Max NAKANE1998-05-191-1/+1
* PR: 6641Daniel O'Callaghan1998-05-151-2/+2
* When ipfw reads its rules from an input file, the optind variable isPoul-Henning Kamp1998-04-221-1/+5
* (evil) hackers -> crackersMartin Cracauer1998-04-081-3/+3
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.Philippe Charnier1998-03-191-5/+7
* Get the arguments to show_usage right (like the MFC'ed code in -stable).Alexander Langer1998-03-131-3/+3