| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | A huge rewrite of the manual page (mostly -mdoc related). | ru | 2000-02-28 | 1 | -546/+653 |
* | Use correct field for dst_port when displaying masks on dynamic pipes. | luigi | 2000-02-13 | 1 | -1/+1 |
* | Support and document new stateful ipfw features. | luigi | 2000-02-10 | 2 | -15/+290 |
* | Support per-flow queueing in dummynet. | luigi | 2000-01-08 | 2 | -296/+531 |
* | Turn on 'ipfw tee'. Update man page. Please note (from the man page): | archie | 1999-12-06 | 2 | -17/+10 |
* | Remove one obsoleted entry from the BUGS section. | ru | 1999-10-20 | 1 | -2/+0 |
* | Make the "uid" and "gid" code better. Now it can detect invalid user | green | 1999-09-03 | 1 | -4/+20 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 2 | -2/+2 |
* | To christen the brand new security category for syslog, we get IPFW | green | 1999-08-21 | 1 | -5/+8 |
* | Whoops, forgot one line in previous patch. | luigi | 1999-08-12 | 1 | -1/+2 |
* | Userland and manual page changes for probabilistic rule match. | luigi | 1999-08-11 | 2 | -4/+41 |
* | Make ipfw's logging more dynamic. Now, log will use the default limit | green | 1999-08-01 | 2 | -11/+97 |
* | This is the much-awaited cleaned up version of IPFW [ug]id support. | green | 1999-06-19 | 2 | -2/+62 |
* | Document the usage of escape character in a service name. | ru | 1999-06-15 | 1 | -2/+9 |
* | Workaround the problem that the first (and only first) port name | ru | 1999-06-11 | 1 | -9/+26 |
* | Fix the parsing of ip addresses on a command line. | ru | 1999-06-04 | 1 | -7/+7 |
* | Spelling corrections for dummynet. | ru | 1999-06-02 | 1 | -4/+5 |
* | Manpage cleanup, move $Id$ to #ifndef lint, remove unused includes, | kris | 1999-05-29 | 2 | -25/+27 |
* | close pr 10889: | luigi | 1999-05-24 | 1 | -13/+27 |
* | Add ICMP types to list of information about each packet. | ghelmer | 1999-04-29 | 1 | -2/+33 |
* | Explain when packets are tesed by the firewall rules and what attributes | ghelmer | 1999-04-28 | 1 | -23/+128 |