aboutsummaryrefslogtreecommitdiff
path: root/sbin/ipfw
Commit message (Expand)AuthorAgeFilesLines
* MFC revisions 1.174-1.175: Document some limitations of uid/gid rules.Colin Percival2005-07-041-1/+13
* MFC: ipfw.8 r.1.172, ip_fw2.c r.1.100Brian Feldman2005-06-171-2/+13
* MFC: IPFW ALTQ(4) classification support, diverted traffic match rules,Brian Feldman2005-05-122-35/+314
* MFC: Bring back full packet destination manipulation for 'ipfw fwd'Andre Oppermann2005-03-021-1/+14
* MFC 1.68:Gleb Smirnoff2005-01-251-4/+6
* MFC v1.160Christian S.J. Peron2005-01-071-10/+0
* MFC r1.159:Ceri Davies2004-11-081-1/+2
* Log:Christian S.J. Peron2004-10-101-0/+10
* MFC: 1.152: Get ready for 5.x becoming -STABLE soon.Ruslan Ermilov2004-09-211-8/+8
* MFC v1.58Christian S.J. Peron2004-09-171-3/+3
* MFC: Make 'ipfw tee' behave as intended and designed.Andre Oppermann2004-09-161-13/+2
* Fix 'show' command for pipes and queues.Pawel Jakub Dawidek2004-09-141-1/+7
* MFC rev. 1.56: restore a historical ipfw1 logamount behaviour: rulesMaxim Konovalov2004-09-071-0/+7
* Remove trailing whitespace and change "prisoniD" to "prisonID".Christian S.J. Peron2004-08-131-2/+2
* Add the ability to associate ipfw rules with a specific prison ID.Christian S.J. Peron2004-08-122-0/+26
* New ipfw option "antispoof":Andre Oppermann2004-08-092-3/+49
* Extend versrcreach by checking against the rt_flags for RTF_REJECT andAndre Oppermann2004-07-211-2/+2
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-38/+56
* Fixed a bug spotted by compiling with -Wall.Ruslan Ermilov2004-06-101-1/+1
* Introduce a new feature to IPFW2: lookup tables. These are usefulRuslan Ermilov2004-06-092-4/+169
* o Move NEED1 macro to the top of the source file.Christian S.J. Peron2004-06-021-6/+6
* o Fix usage example.Maxim Konovalov2004-05-231-1/+1
* Remove spurious semicolons.Stefan Farfeleder2004-05-181-2/+2
* Remove redundant sanity check before add_mac() when addingChristian S.J. Peron2004-05-091-2/+0
* Add the option versrcreach to verify that a valid route to theAndre Oppermann2004-04-232-2/+28
* o Fix an incorrect parsing of 0.0.0.0/0 expression.Maxim Konovalov2004-04-091-1/+1
* Backout revision 1.140; it seems that the previous version is clearCeri Davies2004-03-271-2/+1
* o The lenght of the port list is limited to 30 entries in ipfw2 not to 15.Maxim Konovalov2004-03-261-1/+1
* Clarify the description of the "established" option.Ceri Davies2004-03-221-1/+2
* o Pass a correct argument to errx(3).Maxim Konovalov2004-01-241-1/+1
* grammarMike Makonnen2004-01-231-6/+6
* o -c (compact) flag is ipfw2 feature.Maxim Konovalov2004-01-151-0/+2
* o -f (force) in conjunction with -p (preprocessor) is ipfw2 feature.Maxim Konovalov2004-01-151-0/+3
* o Legitimate -f (force) flags for -p (preprocessor) case.Maxim Konovalov2003-12-242-4/+9
* Add a -b flag to /sbin/ipfw to print only action and comment for eachLuigi Rizzo2003-12-122-2/+24
* Include opt_ipsec.h so IPSEC/FAST_IPSEC is defined and the appropriateSam Leffler2003-12-021-1/+8
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-15/+5
* remove include of route.h now that ip_dummynet.h no longer exposesSam Leffler2003-10-031-1/+0
* fix typo: s/sytem/system/Ralf S. Engelschall2003-09-261-1/+1
* Document the alternate way of matching MAC addresses: by a bitmask.Peter Pentchev2003-09-101-2/+22
* Apply a bandaid to get this working on sparc64 again; the introductionThomas Moestl2003-09-041-4/+4
* Check an arguments count before proceed in sysctl_handler().Maxim Konovalov2003-09-021-1/+1
* Add a note that net.inet.ip.fw.autoinc_step is ipfw2-specificLuigi Rizzo2003-07-221-0/+4
* o Initialize do_pipe before command parsing.Maxim Konovalov2003-07-211-0/+1
* Userland side of:Luigi Rizzo2003-07-152-14/+22
* Make sure that comments are printed at the end of a rule.Luigi Rizzo2003-07-151-2/+4
* Fix one typo in help() string, remove whitespace at end of line andLuigi Rizzo2003-07-141-24/+23
* ccept of empty lines when reading from a file (this fixes a bugLuigi Rizzo2003-07-141-25/+52
* Add a '-T' flag to print the timestamp as numeric value insteadLuigi Rizzo2003-07-122-5/+14
* Document the existence of comments in ipfw rules,Luigi Rizzo2003-07-121-4/+11