aboutsummaryrefslogtreecommitdiff
path: root/sbin/ipfw
Commit message (Expand)AuthorAgeFilesLines
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* Fix rule parsing breakage introduced in 1.103 cleanup. 'tcp' andCrist J. Clark2001-07-101-5/+8
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-091-1/+0
* Silence format string warnings.Kris Kennaway2001-07-011-11/+11
* Mention Alexandre Peixoto's share/examples/ipfw/change_rules.sh in theChris Costello2001-06-061-0/+3
* Invert the meaning of the -d option (i.e. default to *not* list dynamic rules,Dag-Erling Smørgrav2001-06-042-1119/+1160
* Add a flag to "ipfw show" which supresses the display of dynamicDavid Malone2001-05-202-3/+10
* Update comment to match ipfw/ipfw.c,v 1.95.Ruslan Ermilov2001-04-131-3/+2
* Fixed some printf format errors (don't assume that ntohl() returns u_long).Bruce Evans2001-04-051-2/+2
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
* Set the default manual section for sbin/ to 8.Ruslan Ermilov2001-03-201-1/+0
* mdoc(7) police: removed hard sentence break introduced in rev 1.82.Ruslan Ermilov2001-03-161-1/+2
* Explain that TCP fragments with an offset of 1 are reported as beingDima Dorfman2001-03-161-1/+2
* Document that the IPFW messages are logged via syslogd(8).Ruslan Ermilov2001-02-221-1/+11
* mdoc(7) police: normalize the construct.Ruslan Ermilov2001-02-151-5/+1
* Fix grammar nit in previous commit.Sheldon Hearn2001-02-141-1/+1
* Introduce a new feature in IPFW: Check of the source or destinationPoul-Henning Kamp2001-02-132-40/+73
* o IPFW incorrectly handled filtering in the presence of previouslyRobert Watson2001-01-091-3/+2
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-271-4/+1
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-181-4/+4
* mdoc(7) police: do not split author names in the AUTHORS section.Ruslan Ermilov2000-11-221-1/+2
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-11/+11
* more removal of trailing periods from SEE ALSO.Ben Smithurst2000-11-151-1/+1
* IPFW does not discard *any* IP fragments with OFF=1, only TCP ones.Ruslan Ermilov2000-10-301-3/+6
* Allow for IP_FW_ADD to be used in getsockopt(2) incarnation asRuslan Ermilov2000-10-121-3/+3
* Reset globals for every new command read from preprocessed file.Ruslan Ermilov2000-10-111-12/+14
* Only interpret the last command line argument as a file toRuslan Ermilov2000-10-112-5/+7
* Convert this Makefile to the usual style.Ruslan Ermilov2000-10-061-3/+3
* Document the latest firewall knobs.Ruslan Ermilov2000-10-062-32/+91
* Respect the protocol when looking the port up by service name.Ruslan Ermilov2000-10-041-15/+22
* Do not force argument to ``ipid'' modifier be in hex, andRuslan Ermilov2000-10-031-9/+11
* Fixed the printing of TCP flags.Ruslan Ermilov2000-10-031-1/+1
* 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