| Commit message (Expand) | Author | Age | Files | Lines |
* | mdoc(7) police: | ru | 2001-08-07 | 1 | -22/+12 |
* | Fixed one more breakage introduced in 1.103 cleanup. | ru | 2001-08-06 | 1 | -1/+2 |
* | style(9) | obrien | 2001-08-01 | 1 | -1/+1 |
* | Error messaging in ipfw(8) was out of hand, almost 50 lines of usage | cjc | 2001-07-22 | 1 | -109/+114 |
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
* | Fix rule parsing breakage introduced in 1.103 cleanup. 'tcp' and | cjc | 2001-07-10 | 1 | -5/+8 |
* | mdoc(7) police: remove extraneous .Pp before and/or after .Sh. | dd | 2001-07-09 | 1 | -1/+0 |
* | Silence format string warnings. | kris | 2001-07-01 | 1 | -11/+11 |
* | Mention Alexandre Peixoto's share/examples/ipfw/change_rules.sh in the | chris | 2001-06-06 | 1 | -0/+3 |
* | Invert the meaning of the -d option (i.e. default to *not* list dynamic rules, | des | 2001-06-04 | 2 | -1119/+1160 |
* | Add a flag to "ipfw show" which supresses the display of dynamic | dwmalone | 2001-05-20 | 2 | -3/+10 |
* | Update comment to match ipfw/ipfw.c,v 1.95. | ru | 2001-04-13 | 1 | -3/+2 |
* | Fixed some printf format errors (don't assume that ntohl() returns u_long). | bde | 2001-04-05 | 1 | -2/+2 |
* | - Backout botched attempt to introduce MANSECT feature. | ru | 2001-03-26 | 1 | -0/+1 |
* | Set the default manual section for sbin/ to 8. | ru | 2001-03-20 | 1 | -1/+0 |
* | mdoc(7) police: removed hard sentence break introduced in rev 1.82. | ru | 2001-03-16 | 1 | -1/+2 |
* | Explain that TCP fragments with an offset of 1 are reported as being | dd | 2001-03-16 | 1 | -1/+2 |
* | Document that the IPFW messages are logged via syslogd(8). | ru | 2001-02-22 | 1 | -1/+11 |
* | mdoc(7) police: normalize the construct. | ru | 2001-02-15 | 1 | -5/+1 |
* | Fix grammar nit in previous commit. | sheldonh | 2001-02-14 | 1 | -1/+1 |
* | Introduce a new feature in IPFW: Check of the source or destination | phk | 2001-02-13 | 2 | -40/+73 |
* | o IPFW incorrectly handled filtering in the presence of previously | rwatson | 2001-01-09 | 1 | -3/+2 |
* | Prepare for mdoc(7)NG. | ru | 2000-12-27 | 1 | -4/+1 |
* | Prepare for mdoc(7)NG. | ru | 2000-12-18 | 1 | -4/+4 |
* | mdoc(7) police: do not split author names in the AUTHORS section. | ru | 2000-11-22 | 1 | -1/+2 |
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -11/+11 |
* | more removal of trailing periods from SEE ALSO. | ben | 2000-11-15 | 1 | -1/+1 |
* | IPFW does not discard *any* IP fragments with OFF=1, only TCP ones. | ru | 2000-10-30 | 1 | -3/+6 |
* | Allow for IP_FW_ADD to be used in getsockopt(2) incarnation as | ru | 2000-10-12 | 1 | -3/+3 |
* | Reset globals for every new command read from preprocessed file. | ru | 2000-10-11 | 1 | -12/+14 |
* | Only interpret the last command line argument as a file to | ru | 2000-10-11 | 2 | -5/+7 |
* | Convert this Makefile to the usual style. | ru | 2000-10-06 | 1 | -3/+3 |
* | Document the latest firewall knobs. | ru | 2000-10-06 | 2 | -32/+91 |
* | Respect the protocol when looking the port up by service name. | ru | 2000-10-04 | 1 | -15/+22 |
* | Do not force argument to ``ipid'' modifier be in hex, and | ru | 2000-10-03 | 1 | -9/+11 |
* | Fixed the printing of TCP flags. | ru | 2000-10-03 | 1 | -1/+1 |
* | Add new fields for more granularity: | billf | 2000-10-02 | 1 | -6/+169 |
* | Document that net.inet.ip.fw.one_pass only affects dummynet(4). | ru | 2000-09-29 | 1 | -3/+5 |
* | optreset is declared in unistd.h now. | imp | 2000-08-16 | 1 | -1/+0 |
* | Fix a paste-o in the tcpoptions check (not a security problem, just a | billf | 2000-07-17 | 1 | -1/+1 |
* | Don't call sprintf() with no format string. | kris | 2000-07-10 | 1 | -1/+1 |
* | Reorder the "prob" section in the output of list/show so it can be copy/pasted | billf | 2000-06-18 | 1 | -5/+6 |
* | Fix behaviour of "ipfw pipe show" -- previous code gave | luigi | 2000-06-14 | 1 | -6/+6 |
* | Fixed style bugs of rev 1.66. | ru | 2000-06-12 | 1 | -35/+81 |
* | Add tcpoptions to ipfw. This works much in the same way as ipoptions do. | dan | 2000-06-08 | 2 | -5/+88 |
* | Document new dummynet functionality, namely WF2Q+ and RED | luigi | 2000-06-08 | 1 | -11/+105 |
* | userland side of WF2Q+ support in dummynet. | luigi | 2000-06-08 | 1 | -102/+315 |
* | Remove extraneous Dv macro that slipped in, in rev 1.64. | sheldonh | 2000-05-03 | 1 | -1/+0 |
* | Remove unused include, and place sys includes at top, which enabled | asmodai | 2000-05-01 | 1 | -3/+2 |
* | Allow overriding of net.inet.ip.fw.verbose_limit; if you want to make a | green | 2000-04-30 | 2 | -7/+15 |