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
/
nat.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Code cleanup unused-but-set-variable spotted by gcc.
araujo
2015-08-25
1
-4
/
+2
*
Fix use-after-free.
melifaro
2015-04-19
1
-3
/
+2
*
natd(8) will work with an unconfigured interface and effectively not do
jhb
2015-01-25
1
-3
/
+3
*
Make ipfw_nat module use IP_FW3 codes.
melifaro
2014-09-07
1
-116
/
+241
*
Remove unused values
kevlo
2012-09-11
1
-3
/
+3
*
Fix some compile errors at high WARNS, including one
luigi
2012-07-30
1
-0
/
+2
*
Fix parsing of redirect_addr argument.
glebius
2011-11-23
1
-1
/
+2
*
Actually, if code had followed style(9), there would be less stupid errors
glebius
2011-06-24
1
-15
/
+30
*
One more braino from me.
glebius
2011-06-22
1
-3
/
+6
*
- Fix my braino in the 220835, when I used strtok(). It isn't
glebius
2011-06-17
1
-14
/
+32
*
Implement "global" mode for ipfw nat. It is similar to natd(8)
ae
2011-06-14
1
-1
/
+9
*
Check nat id a bit more strictly.
ae
2011-06-14
1
-6
/
+7
*
Rewrite NAT configuration parser, so that memory allocation size is
glebius
2011-04-19
1
-186
/
+189
*
More whitespace fixes.
glebius
2011-04-18
1
-29
/
+29
*
Whitespace fixes.
glebius
2011-04-18
1
-99
/
+98
*
remove some signed/unsigned and one const/!const warning
luigi
2009-03-05
1
-5
/
+5
*
Add SCTP NAT support.
piso
2009-02-07
1
-15
/
+52
*
put the altq-related functions into a separate file.
luigi
2009-02-01
1
-2
/
+0
*
Put nat and ipv6 support in their own files.
luigi
2009-01-27
1
-0
/
+905