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
*
Add SCTP NAT support.
piso
2009-02-07
2
-16
/
+218
|
\
|
*
Import sctp nat support in ipfw obtained from CAIA - http://caia.swin.edu.au.
piso
2008-12-28
1
-1
/
+49
*
|
Explain that we assume AF_INET and only use the addr and port field
luigi
2009-02-02
1
-1
/
+4
*
|
remove duplicate #include
luigi
2009-02-02
1
-1
/
+0
*
|
put the altq-related functions into a separate file.
luigi
2009-02-01
6
-122
/
+167
*
|
Avoid the use of duplicated typedefs -- see the comment for details.
luigi
2009-01-28
1
-15
/
+21
*
|
fix printing of uint64_t values, so we can use WARNS=2
luigi
2009-01-27
4
-11
/
+27
*
|
fix wrong variable usage...
luigi
2009-01-27
1
-2
/
+1
*
|
Put nat and ipv6 support in their own files.
luigi
2009-01-27
5
-1320
/
+1436
*
|
Put dummynet-related code in a separate file.
luigi
2009-01-27
3
-785
/
+853
*
|
never mind, for the time being let's stick with WARNS=0 until
luigi
2009-01-27
1
-2
/
+2
*
|
Start splitting the monster file in smaller blocks.
luigi
2009-01-27
4
-589
/
+681
*
|
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
*
|
I believe this is safe to build with WARNS=2 now
luigi
2009-01-27
1
-1
/
+1
*
|
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
|
/
*
Update the ipfw man page to reflect last change (-q option with nat option).
piso
2008-12-18
1
-0
/
+2
*
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 all keyword for table list & flush actions.
rik
2008-09-27
1
-3
/
+14
*
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
*
Trivial typo fix.
ivoras
2008-08-27
1
-1
/
+1
*
Slight wordsmithing. prompted by danger@
julian
2008-08-01
1
-2
/
+5
*
Document the use of the tablearg keyword together with the skipto command.
julian
2008-08-01
1
-3
/
+16
*
Note that setfib is not a terminal rule.
julian
2008-07-24
1
-1
/
+2
*
Change two variables to size_t to improve portability.
julian
2008-05-10
1
-1
/
+2
*
Add code to allow the system to handle multiple routing tables.
julian
2008-05-09
2
-2
/
+49
*
Dummynet has a limit of 100 slots queue size (or 1MB, if you give
dwmalone
2008-02-27
2
-5
/
+32
*
Add table/tablearg support to ipfw's nat.
piso
2008-02-24
2
-10
/
+6
*
-Fix display of nat range.
piso
2008-02-21
1
-6
/
+5
*
Fix display of multiple nat rules.
piso
2008-02-18
1
-4
/
+4
*
Instead of using a heuristic to decide whether to display
julian
2008-02-18
2
-6
/
+14
*
Add a note that ipfw states do not implicitly match ICMP error messages.
yar
2008-02-07
1
-0
/
+6
*
Hide ipfw internal data structures behind IPFW_INTERNAL rather than
rwatson
2008-01-25
1
-0
/
+2
*
o Fix ipfw(8) command line parser bug: "ipfw nat 1 config if" ...
maxim
2008-01-20
1
-0
/
+2
*
Calculate p.fs.lookup_step correctly. This should prevent zeroing of
oleg
2007-12-17
1
-3
/
+3
[next]