rik 2008-09-06 17:26:52 UTC
FreeBSD src repository
Modified files:
sbin/natdnatd.c
Log:
SVN rev 182825 on 2008-09-06 17:26:52Z by rik
Check rule numbers against maximum value to avoid rules cleanup due
to overflow.
MFC after: 5 days.
Revision
mav 2008-06-22 21:22:25 UTC
FreeBSD src repository
Modified files:
sbin/natdnatd.c
Log:
SVN rev 179935 on 2008-06-22 21:22:25Z by mav
Use strdup() instead of static buffer allocation to avoid 128 bytes limit
on -redirect_XXX arguments length.
PR:
brian 2008-06-06 08:59:55 UTC
FreeBSD src repository
Modified files:
sbin/natdnatd.c
Log:
SVN rev 179607 on 2008-06-06 08:59:55Z by brian
Don't abend if we get ENOMEM from sysctl(3). The data returned
is sufficient
MFC after: 2 weeks
Revision