| Commit message (Expand) | Author | Age | Files | Lines |
* | I've been meaning to do this for a while. Add an underscore to the | dillon | 2002-01-19 | 1 | -1/+1 |
* | Implement matching IP precedence in ipfw(4). | yar | 2001-12-21 | 1 | -0/+21 |
* | sync the code with the one in stable (mostly formatting changes). | luigi | 2001-11-04 | 1 | -26/+27 |
* | Fix a typo in a format string, and fix error checking for missing | luigi | 2001-11-01 | 1 | -6/+5 |
* | More white space changes. | joe | 2001-10-29 | 1 | -3/+3 |
* | More stylistic tidying. | joe | 2001-10-29 | 1 | -20/+21 |
* | Remove training white spaces, and some other style violations. | joe | 2001-10-29 | 1 | -90/+90 |
* | Properly convert long to time_t | dillon | 2001-10-28 | 1 | -1/+2 |
* | Remove some extraneous spaces from the usage message. | joe | 2001-10-28 | 1 | -1/+1 |
* | Two main changes here: | luigi | 2001-09-27 | 1 | -19/+61 |
* | A bunch of minor changes to the code (see below) for readability, code size | luigi | 2001-09-20 | 1 | -8/+19 |
* | Non-decimal ``skipto'' rule numbers are meaningless. | ru | 2001-09-19 | 1 | -1/+1 |
* | 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 |
* | Fix rule parsing breakage introduced in 1.103 cleanup. 'tcp' and | cjc | 2001-07-10 | 1 | -5/+8 |
* | Silence format string warnings. | kris | 2001-07-01 | 1 | -11/+11 |
* | Invert the meaning of the -d option (i.e. default to *not* list dynamic rules, | des | 2001-06-04 | 1 | -1115/+1152 |
* | Add a flag to "ipfw show" which supresses the display of dynamic | dwmalone | 2001-05-20 | 1 | -2/+7 |
* | 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 |
* | Introduce a new feature in IPFW: Check of the source or destination | phk | 2001-02-13 | 1 | -40/+59 |
* | o IPFW incorrectly handled filtering in the presence of previously | rwatson | 2001-01-09 | 1 | -3/+2 |
* | 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 | 1 | -1/+1 |
* | Document the latest firewall knobs. | ru | 2000-10-06 | 1 | -1/+1 |
* | 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 |
* | 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 |
* | Add tcpoptions to ipfw. This works much in the same way as ipoptions do. | dan | 2000-06-08 | 1 | -5/+69 |
* | userland side of WF2Q+ support in dummynet. | luigi | 2000-06-08 | 1 | -102/+315 |
* | 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 | 1 | -4/+6 |
* | 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 | 1 | -13/+131 |
* | Support per-flow queueing in dummynet. | luigi | 2000-01-08 | 1 | -10/+146 |
* | Turn on 'ipfw tee'. Update man page. Please note (from the man page): | archie | 1999-12-06 | 1 | -3/+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 | 1 | -1/+1 |
* | 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 | 1 | -3/+19 |
* | Make ipfw's logging more dynamic. Now, log will use the default limit | green | 1999-08-01 | 1 | -3/+72 |
* | This is the much-awaited cleaned up version of IPFW [ug]id support. | green | 1999-06-19 | 1 | -1/+49 |