aboutsummaryrefslogtreecommitdiff
path: root/sbin/ipfw
Commit message (Expand)AuthorAgeFilesLines
* 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
* Alter ipfw's behavior with respect to fragmented packets when the packetAlexander Langer1998-02-122-2/+27
* Bump up packet and byte counters to 64-bit unsigned ints. As aAlexander Langer1998-01-081-14/+32
* Format mismatch in error message.Alexander Langer1998-01-081-2/+2
* Support listing/showing specific rules supplied on the command line.Alexander Langer1998-01-072-29/+74
* Display a better error message and use a non-zero exit code whenAlexander Langer1998-01-061-5/+16
* Put the return value of getopt into an int, not a char.Alexander Langer1997-12-261-5/+4
* Allow ipfw to accept comments and blank lines.Julian Elischer1997-12-052-1/+7
* Sort cross refereces in section SEE ALSO.Wolfram Schneider1997-09-291-3/+3
* Mention the IPFIREWALL_DEFAULT_TO_ACCEPT option and it's effect onPeter Wemm1997-09-101-2/+14
* Fix typo (65434 -> 65534)Peter Wemm1997-09-101-1/+1
* Bring comment on '-a' flag in line with reality.Daniel O'Callaghan1997-08-211-2/+1
* Support interface names up to 15 characters in length. In order toAlexander Langer1997-08-081-4/+4
* Allow service names as the divert/tee arg.Brian Somers1997-07-251-5/+19
* Allow ipfw to look up service names from /etc/services (or NIS if turned on)Julian Elischer1997-06-232-15/+47
* Remove __progname. Cosmetic in usage string.Philippe Charnier1997-06-131-11/+6