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
/
ipfw2.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Spelling fixes for sbin/
uqs
2012-01-07
1
-4
/
+4
*
Add support for IPv6 to ipfw fwd:
bz
2011-08-20
1
-20
/
+88
*
Fix a regression where a rule containing a source port option after a
jhb
2011-08-17
1
-0
/
+2
*
Add new rule actions "call" and "return" to ipfw. They make
ae
2011-06-29
1
-0
/
+16
*
Fix clang warnings.
benl
2011-06-18
1
-1
/
+2
*
Implement "global" mode for ipfw nat. It is similar to natd(8)
ae
2011-06-14
1
-5
/
+13
*
Add tablearg support for ipfw setfib.
ae
2011-05-30
1
-8
/
+13
*
More whitespace fixes.
glebius
2011-04-18
1
-10
/
+10
*
Whitespace fixes.
glebius
2011-04-18
1
-18
/
+17
*
The first customer of the SO_USER_COOKIE option:
luigi
2010-11-12
1
-0
/
+7
*
fix 64-bit build
luigi
2010-04-19
1
-2
/
+4
*
Slightly different handling of printf/snprintf for unaligned uint64_t,
luigi
2010-04-19
1
-31
/
+35
*
Set net.inet6.ip6.fw.enable as well.
ume
2010-04-06
1
-0
/
+2
*
fix another bug in "ipfw set N ..."
luigi
2010-03-24
1
-1
/
+1
*
print correctly commands of the form
luigi
2010-03-15
1
-8
/
+17
*
Implement "lookup dscp N" which does a lookup of the DSCP (top 6 bits
luigi
2010-03-15
1
-2
/
+3
*
fix handling of sets
luigi
2010-03-04
1
-5
/
+13
*
Bring in the most recent version of ipfw and dummynet, developed
luigi
2010-03-02
1
-150
/
+161
*
implement a new match option,
luigi
2009-12-15
1
-0
/
+45
*
restore setting of sin_len (was removed in 1.146 last february) as
luigi
2009-12-06
1
-1
/
+3
*
add a missing format in a printf
luigi
2009-06-08
1
-1
/
+1
*
Several ipfw options and actions use a 16-bit argument to indicate
luigi
2009-06-05
1
-3
/
+3
*
Implement an ipfw action to reassemble ip packets: reass.
piso
2009-04-01
1
-0
/
+9
*
Explain that we assume AF_INET and only use the addr and port field
luigi
2009-02-02
1
-1
/
+4
*
put the altq-related functions into a separate file.
luigi
2009-02-01
1
-115
/
+5
*
fix printing of uint64_t values, so we can use WARNS=2
luigi
2009-01-27
1
-2
/
+12
*
Put nat and ipv6 support in their own files.
luigi
2009-01-27
1
-1317
/
+2
*
Put dummynet-related code in a separate file.
luigi
2009-01-27
1
-785
/
+11
*
Start splitting the monster file in smaller blocks.
luigi
2009-01-27
1
-588
/
+36
*
put the usage() function inline, it was only 1 line and used once;
luigi
2009-01-27
1
-19
/
+10
*
put all options in a single struct, and document them.
luigi
2009-01-27
1
-126
/
+146
*
remove a couple of rarely used #define;
luigi
2009-01-27
1
-13
/
+12
*
wrap all malloc/calloc/realloc calls so they exit on failure
luigi
2009-01-26
1
-23
/
+33
*
Some implementations of getopt() expect that argv[0] is always the
luigi
2009-01-26
1
-27
/
+42
*
remove some useless #include,
luigi
2009-01-22
1
-8
/
+2
*
Fix a number of (innocuous) warnings, and remove a useless test.
luigi
2009-01-20
1
-18
/
+18
*
Honor the quiet (-q) option while adding a nat rule.
piso
2008-12-18
1
-4
/
+6
*
o Remove a debug code and restore an accidentally deleted code
maxim
2008-10-14
1
-1
/
+8
*
o Do nothing in show_nat() for a test mode (-n). This prevents
maxim
2008-10-14
1
-8
/
+4
*
Fix the build.
rik
2008-09-27
1
-1
/
+1
*
Add keyword all in addtion to the table number for the 'list' and the
rik
2008-09-27
1
-8
/
+29
*
Unbreak the build.
keramida
2008-09-22
1
-1
/
+1
*
Add the check of the table number.
rik
2008-09-21
1
-0
/
+17
*
Move table list to a separate function.
rik
2008-09-21
1
-35
/
+44
*
Free allocated memory.
rik
2008-09-20
1
-0
/
+1
*
Remove some unused variables.
rik
2008-09-20
1
-4
/
+3
*
Style(9) the show_nat() function.
rik
2008-09-20
1
-1
/
+2
*
Do not do the useless job for an empty table.
rik
2008-09-20
1
-0
/
+5
*
Use IPFW_DEFAULT_RULE instead of hardcoded value since now it is
rik
2008-09-06
1
-8
/
+9
*
Change two variables to size_t to improve portability.
julian
2008-05-10
1
-1
/
+2
[next]