aboutsummaryrefslogtreecommitdiff
path: root/sbin/ipfw
Commit message (Expand)AuthorAgeFilesLines
* Add new fields for more granularity:Bill Fumerola2000-10-021-6/+169
* Document that net.inet.ip.fw.one_pass only affects dummynet(4).Ruslan Ermilov2000-09-291-3/+5
* optreset is declared in unistd.h now.Warner Losh2000-08-161-1/+0
* Fix a paste-o in the tcpoptions check (not a security problem, just aBill Fumerola2000-07-171-1/+1
* Don't call sprintf() with no format string.Kris Kennaway2000-07-101-1/+1
* Reorder the "prob" section in the output of list/show so it can be copy/pastedBill Fumerola2000-06-181-5/+6
* Fix behaviour of "ipfw pipe show" -- previous code gaveLuigi Rizzo2000-06-141-6/+6
* Fixed style bugs of rev 1.66.Ruslan Ermilov2000-06-121-35/+81
* Add tcpoptions to ipfw. This works much in the same way as ipoptions do.Dan Moschuk2000-06-082-5/+88
* Document new dummynet functionality, namely WF2Q+ and REDLuigi Rizzo2000-06-081-11/+105
* userland side of WF2Q+ support in dummynet.Luigi Rizzo2000-06-081-102/+315
* Remove extraneous Dv macro that slipped in, in rev 1.64.Sheldon Hearn2000-05-031-1/+0
* Remove unused include, and place sys includes at top, which enabledJeroen Ruigrok van der Werven2000-05-011-3/+2
* Allow overriding of net.inet.ip.fw.verbose_limit; if you want to make aBrian Feldman2000-04-302-7/+15
* A huge rewrite of the manual page (mostly -mdoc related).Ruslan Ermilov2000-02-281-546/+653
* 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-296/+531
* 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