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
/
natd
/
natd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove duplicate semicolons where possible.
eadler
2012-10-22
1
-1
/
+1
*
Add missing const keywords.
ed
2012-10-19
1
-1
/
+1
*
Add missing static keywords for global variables to tools in sbin/.
ed
2011-11-04
1
-2
/
+2
*
Furthermore condition IP waiting behaviour also on -dynamic flag.
sobomax
2011-04-18
1
-4
/
+8
*
Only wait for the IP to appear on the interface if natd is running in the
sobomax
2011-04-18
1
-5
/
+5
*
If we can retrieve interface address sleep for one second and try again.
sobomax
2011-04-17
1
-9
/
+29
*
Mute some (hidden) warnings about old-style function definitions.
ed
2010-01-17
1
-2
/
+2
*
(S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.
antoine
2009-12-28
1
-1
/
+1
*
Check rule numbers against maximum value to avoid rules cleanup due
rik
2008-09-06
1
-0
/
+24
*
Add exit_delay parameter to control daemon exit delay after signal.
mav
2008-06-22
1
-3
/
+22
*
Use strdup() instead of static buffer allocation to avoid 128 bytes limit
mav
2008-06-22
1
-6
/
+18
*
Don't abend if we get ENOMEM from sysctl(3). The data returned
brian
2008-06-06
1
-1
/
+1
*
Summer of Code 2005: improve libalias - part 1 of 2
piso
2006-09-26
1
-1
/
+2
*
WARNS=6 and gcc4 cleanup:
delphij
2005-05-02
1
-15
/
+15
*
Remove unused variable.
trhodes
2005-01-08
1
-1
/
+0
*
Give natd multi-instance capabilities.
phk
2004-07-04
1
-173
/
+407
*
Use strlcpy(3) instead of strcpy(3).
hmp
2004-05-10
1
-3
/
+3
*
Replace ROUNDUP/ADVANCE with SA_SIZE
luigi
2004-04-13
1
-5
/
+1
*
Add Cisco Skinny Station protocol support to libalias, natd, and ppp.
marcus
2003-09-23
1
-0
/
+25
*
Added an option to specify an alternate PID file.
ru
2003-08-13
1
-3
/
+18
*
If the -proxy_only option is used, the -alias_address/-interface
ru
2003-06-13
1
-2
/
+4
*
Use a more standard error message. Add FBSDID.
charnier
2003-02-05
1
-4
/
+5
*
Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,
schweikh
2003-01-01
1
-1
/
+1
*
Back out part of the revision 1.2 changes -- sendto(2) can
ru
2002-01-15
1
-73
/
+28
*
Make -log_ipfw_denied active by default with -verbose.
ru
2001-11-27
1
-1
/
+6
*
Fixed (local) style bugs in previous revision.
ru
2001-11-27
1
-5
/
+7
*
Do not uselessly whine in syslog about packets denied by ipfw rules.
phk
2001-10-31
1
-3
/
+16
*
Revert the previous commit on objection from the maintainer. I
joe
2001-06-21
1
-3
/
+2
*
When reporting that a packet can't be written back, usually because
joe
2001-06-21
1
-2
/
+3
*
Don't call warn() with no format string.
kris
2000-07-10
1
-1
/
+1
*
Added new option (-punch_fw) which allows to `punch holes'
ru
2000-06-27
1
-2
/
+27
*
Remove ``pptpalias'' since this is now done transparently by libalias(3).
ru
2000-06-20
1
-33
/
+0
*
Remove unused parameter.
ru
2000-06-16
1
-6
/
+6
*
Add new option (-target_addr) to control how to deal with incoming packets
ru
2000-05-18
1
-0
/
+13
*
New option: -redirect_proto.
ru
2000-05-03
1
-0
/
+70
*
Fixes a potential buffer overflow with the command line arguments.
joe
2000-04-30
1
-7
/
+11
*
Load Sharing using IP Network Address Translation (RFC 2391, LSNAT).
ru
2000-04-27
1
-16
/
+66
*
Remove the config file line length restriction.
ru
2000-02-25
1
-13
/
+10
*
Now that kernel is capable of notifying user processes about
ru
2000-01-25
1
-8
/
+6
*
ioctl -> sysctl for interface address changes.
ru
1999-10-13
1
-74
/
+83
*
Do not defer setting of the aliasing address from
ru
1999-09-28
1
-19
/
+15
*
Config file parser changes:
ru
1999-09-07
1
-8
/
+10
*
Allow signals to interrupt system calls.
ru
1999-09-02
1
-1
/
+3
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
When incrementing through a SIOCGIFCONF list, enforce a lower limit of
archie
1999-06-05
1
-1
/
+3
*
Oops - missing parenthesis
brian
1999-05-13
1
-2
/
+2
*
/sbin/natd portrange documentation and bugfix
brian
1999-05-13
1
-3
/
+3
*
More egcs warning fixes:
imp
1999-04-25
1
-5
/
+5
*
Disable reads on our ICMP socket. We only use it for sending.
brian
1999-03-30
1
-1
/
+8
*
Add some const-cleanliness and avoid some warnings.
brian
1999-03-24
1
-43
/
+43
[next]