summaryrefslogtreecommitdiffstats
path: root/sbin/ipfw
Commit message (Expand)AuthorAgeFilesLines
* Allow for IP_FW_ADD to be used in getsockopt(2) incarnation asru2000-10-121-3/+3
* Reset globals for every new command read from preprocessed file.ru2000-10-111-12/+14
* Only interpret the last command line argument as a file toru2000-10-112-5/+7
* Convert this Makefile to the usual style.ru2000-10-061-3/+3
* Document the latest firewall knobs.ru2000-10-062-32/+91
* Respect the protocol when looking the port up by service name.ru2000-10-041-15/+22
* Do not force argument to ``ipid'' modifier be in hex, andru2000-10-031-9/+11
* Fixed the printing of TCP flags.ru2000-10-031-1/+1
* Add new fields for more granularity:billf2000-10-021-6/+169
* Document that net.inet.ip.fw.one_pass only affects dummynet(4).ru2000-09-291-3/+5
* optreset is declared in unistd.h now.imp2000-08-161-1/+0
* Fix a paste-o in the tcpoptions check (not a security problem, just abillf2000-07-171-1/+1
* Don't call sprintf() with no format string.kris2000-07-101-1/+1
* Reorder the "prob" section in the output of list/show so it can be copy/pastedbillf2000-06-181-5/+6
* Fix behaviour of "ipfw pipe show" -- previous code gaveluigi2000-06-141-6/+6
* Fixed style bugs of rev 1.66.ru2000-06-121-35/+81
* Add tcpoptions to ipfw. This works much in the same way as ipoptions do.dan2000-06-082-5/+88
* Document new dummynet functionality, namely WF2Q+ and REDluigi2000-06-081-11/+105
* userland side of WF2Q+ support in dummynet.luigi2000-06-081-102/+315
* Remove extraneous Dv macro that slipped in, in rev 1.64.sheldonh2000-05-031-1/+0
* Remove unused include, and place sys includes at top, which enabledasmodai2000-05-011-3/+2
* Allow overriding of net.inet.ip.fw.verbose_limit; if you want to make agreen2000-04-302-7/+15
* A huge rewrite of the manual page (mostly -mdoc related).ru2000-02-281-546/+653
* Use correct field for dst_port when displaying masks on dynamic pipes.luigi2000-02-131-1/+1
* Support and document new stateful ipfw features.luigi2000-02-102-15/+290
* Support per-flow queueing in dummynet.luigi2000-01-082-296/+531
* Turn on 'ipfw tee'. Update man page. Please note (from the man page):archie1999-12-062-17/+10
* Remove one obsoleted entry from the BUGS section.ru1999-10-201-2/+0
* Make the "uid" and "gid" code better. Now it can detect invalid usergreen1999-09-031-4/+20
* $Id$ -> $FreeBSD$peter1999-08-282-2/+2
* To christen the brand new security category for syslog, we get IPFWgreen1999-08-211-5/+8
* Whoops, forgot one line in previous patch.luigi1999-08-121-1/+2
* Userland and manual page changes for probabilistic rule match.luigi1999-08-112-4/+41
* Make ipfw's logging more dynamic. Now, log will use the default limitgreen1999-08-012-11/+97
* This is the much-awaited cleaned up version of IPFW [ug]id support.green1999-06-192-2/+62
* Document the usage of escape character in a service name.ru1999-06-151-2/+9
* Workaround the problem that the first (and only first) port nameru1999-06-111-9/+26
* Fix the parsing of ip addresses on a command line.ru1999-06-041-7/+7
* Spelling corrections for dummynet.ru1999-06-021-4/+5
* Manpage cleanup, move $Id$ to #ifndef lint, remove unused includes,kris1999-05-292-25/+27
* close pr 10889:luigi1999-05-241-13/+27
* Add ICMP types to list of information about each packet.ghelmer1999-04-291-2/+33
* Explain when packets are tesed by the firewall rules and what attributesghelmer1999-04-281-23/+128
* Convert LKM/modload to KLD/kldload. Add ref to kldload(8).ghelmer1999-04-081-2/+3
* Fix bug where 'ipfw list' would choke if there were a large number of rules.archie1999-01-221-79/+95
* Fix misleading wording in ipfw(8) man page.archie1999-01-211-3/+3
* Remove coredump when running "ipfw pipe" without more arguments.luigi1998-12-271-1/+4
* Mention affect of securelevel 3 and higher on attempts to change filter lists.ghelmer1998-12-161-0/+6
* ipfw changes for dummynet. manpages still missingluigi1998-12-141-2/+155
* Disallow ipfw "tee" rules until it is actually implemented.archie1998-12-072-5/+10
OpenPOWER on IntegriCloud