index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sbin
/
ipfw
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove trailing whitespace and change "prisoniD" to "prisonID".
csjp
2004-08-13
1
-2
/
+2
*
Add the ability to associate ipfw rules with a specific prison ID.
csjp
2004-08-12
2
-0
/
+26
*
New ipfw option "antispoof":
andre
2004-08-09
2
-3
/
+49
*
Extend versrcreach by checking against the rt_flags for RTF_REJECT and
andre
2004-07-21
1
-2
/
+2
*
Mechanically kill hard sentence breaks.
ru
2004-07-02
1
-38
/
+56
*
Fixed a bug spotted by compiling with -Wall.
ru
2004-06-10
1
-1
/
+1
*
Introduce a new feature to IPFW2: lookup tables. These are useful
ru
2004-06-09
2
-4
/
+169
*
o Move NEED1 macro to the top of the source file.
csjp
2004-06-02
1
-6
/
+6
*
o Fix usage example.
maxim
2004-05-23
1
-1
/
+1
*
Remove spurious semicolons.
stefanf
2004-05-18
1
-2
/
+2
*
Remove redundant sanity check before add_mac() when adding
csjp
2004-05-09
1
-2
/
+0
*
Add the option versrcreach to verify that a valid route to the
andre
2004-04-23
2
-2
/
+28
*
o Fix an incorrect parsing of 0.0.0.0/0 expression.
maxim
2004-04-09
1
-1
/
+1
*
Backout revision 1.140; it seems that the previous version is clear
ceri
2004-03-27
1
-2
/
+1
*
o The lenght of the port list is limited to 30 entries in ipfw2 not to 15.
maxim
2004-03-26
1
-1
/
+1
*
Clarify the description of the "established" option.
ceri
2004-03-22
1
-1
/
+2
*
o Pass a correct argument to errx(3).
maxim
2004-01-24
1
-1
/
+1
*
grammar
mtm
2004-01-23
1
-6
/
+6
*
o -c (compact) flag is ipfw2 feature.
maxim
2004-01-15
1
-0
/
+2
*
o -f (force) in conjunction with -p (preprocessor) is ipfw2 feature.
maxim
2004-01-15
1
-0
/
+3
*
o Legitimate -f (force) flags for -p (preprocessor) case.
maxim
2003-12-24
2
-4
/
+9
*
Add a -b flag to /sbin/ipfw to print only action and comment for each
luigi
2003-12-12
2
-2
/
+24
*
Include opt_ipsec.h so IPSEC/FAST_IPSEC is defined and the appropriate
sam
2003-12-02
1
-1
/
+8
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
1
-15
/
+5
*
remove include of route.h now that ip_dummynet.h no longer exposes
sam
2003-10-03
1
-1
/
+0
*
fix typo: s/sytem/system/
rse
2003-09-26
1
-1
/
+1
*
Document the alternate way of matching MAC addresses: by a bitmask.
roam
2003-09-10
1
-2
/
+22
*
Apply a bandaid to get this working on sparc64 again; the introduction
tmm
2003-09-04
1
-4
/
+4
*
Check an arguments count before proceed in sysctl_handler().
maxim
2003-09-02
1
-1
/
+1
*
Add a note that net.inet.ip.fw.autoinc_step is ipfw2-specific
luigi
2003-07-22
1
-0
/
+4
*
o Initialize do_pipe before command parsing.
maxim
2003-07-21
1
-0
/
+1
*
Userland side of:
luigi
2003-07-15
2
-14
/
+22
*
Make sure that comments are printed at the end of a rule.
luigi
2003-07-15
1
-2
/
+4
*
Fix one typo in help() string, remove whitespace at end of line and
luigi
2003-07-14
1
-24
/
+23
*
ccept of empty lines when reading from a file (this fixes a bug
luigi
2003-07-14
1
-25
/
+52
*
Add a '-T' flag to print the timestamp as numeric value instead
luigi
2003-07-12
2
-5
/
+14
*
Document the existence of comments in ipfw rules,
luigi
2003-07-12
1
-4
/
+11
*
In random order:
luigi
2003-07-12
1
-218
/
+277
*
Correct to match reality regarding interface names.
dannyboy
2003-07-08
1
-3
/
+7
*
* introduce a section on SYNTAX to document the handling
luigi
2003-07-08
1
-44
/
+77
*
A bunch of changes (mostly syntactic sugar, all backward compatible):
luigi
2003-07-08
1
-251
/
+383
*
Implement the 'ipsec' option to match packets coming out of an ipsec tunnel.
luigi
2003-07-04
2
-0
/
+22
*
remove extra whitespace and blank lines
luigi
2003-06-27
1
-5
/
+2
*
remove unused file (RELENG_5 and above use ipfw2, the old ipfw1
luigi
2003-06-24
1
-2667
/
+0
*
Split some long lines to fit 80 columns (the code in RELENG_4
luigi
2003-06-23
1
-5
/
+10
*
syntactic sugar: support range notation such as
luigi
2003-06-23
1
-5
/
+32
*
o Fix sets of rules usage example.
maxim
2003-06-23
1
-4
/
+4
*
Add support for multiple values and ranges for the "iplen", "ipttl",
luigi
2003-06-22
2
-29
/
+91
*
o Pass a correct argument to printf(3).
maxim
2003-06-16
1
-3
/
+4
*
Change handling to support strong alignment architectures such as alpha and
ticso
2003-06-04
1
-12
/
+34
[next]