summaryrefslogtreecommitdiffstats
path: root/sbin/ipfw/ipfw.c
Commit message (Expand)AuthorAgeFilesLines
* I've been meaning to do this for a while. Add an underscore to thedillon2002-01-191-1/+1
* Implement matching IP precedence in ipfw(4).yar2001-12-211-0/+21
* sync the code with the one in stable (mostly formatting changes).luigi2001-11-041-26/+27
* Fix a typo in a format string, and fix error checking for missingluigi2001-11-011-6/+5
* More white space changes.joe2001-10-291-3/+3
* More stylistic tidying.joe2001-10-291-20/+21
* Remove training white spaces, and some other style violations.joe2001-10-291-90/+90
* Properly convert long to time_tdillon2001-10-281-1/+2
* Remove some extraneous spaces from the usage message.joe2001-10-281-1/+1
* Two main changes here:luigi2001-09-271-19/+61
* A bunch of minor changes to the code (see below) for readability, code sizeluigi2001-09-201-8/+19
* Non-decimal ``skipto'' rule numbers are meaningless.ru2001-09-191-1/+1
* Fixed one more breakage introduced in 1.103 cleanup.ru2001-08-061-1/+2
* style(9)obrien2001-08-011-1/+1
* Error messaging in ipfw(8) was out of hand, almost 50 lines of usagecjc2001-07-221-109/+114
* Fix rule parsing breakage introduced in 1.103 cleanup. 'tcp' andcjc2001-07-101-5/+8
* Silence format string warnings.kris2001-07-011-11/+11
* Invert the meaning of the -d option (i.e. default to *not* list dynamic rules,des2001-06-041-1115/+1152
* Add a flag to "ipfw show" which supresses the display of dynamicdwmalone2001-05-201-2/+7
* Update comment to match ipfw/ipfw.c,v 1.95.ru2001-04-131-3/+2
* Fixed some printf format errors (don't assume that ntohl() returns u_long).bde2001-04-051-2/+2
* Introduce a new feature in IPFW: Check of the source or destinationphk2001-02-131-40/+59
* o IPFW incorrectly handled filtering in the presence of previouslyrwatson2001-01-091-3/+2
* 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-111-1/+1
* Document the latest firewall knobs.ru2000-10-061-1/+1
* 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
* 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
* Add tcpoptions to ipfw. This works much in the same way as ipoptions do.dan2000-06-081-5/+69
* userland side of WF2Q+ support in dummynet.luigi2000-06-081-102/+315
* 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-301-4/+6
* 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-101-13/+131
* Support per-flow queueing in dummynet.luigi2000-01-081-10/+146
* Turn on 'ipfw tee'. Update man page. Please note (from the man page):archie1999-12-061-3/+0
* Make the "uid" and "gid" code better. Now it can detect invalid usergreen1999-09-031-4/+20
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Whoops, forgot one line in previous patch.luigi1999-08-121-1/+2
* Userland and manual page changes for probabilistic rule match.luigi1999-08-111-3/+19
* Make ipfw's logging more dynamic. Now, log will use the default limitgreen1999-08-011-3/+72
* This is the much-awaited cleaned up version of IPFW [ug]id support.green1999-06-191-1/+49
OpenPOWER on IntegriCloud