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
/
usr.sbin
/
ppp
/
nat_cmd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a bunch of malloc() return checks
brian
2004-10-11
1
-5
/
+11
*
Make ppp WARNS=5 clean
brian
2004-09-05
1
-4
/
+5
*
Add Cisco Skinny Station protocol support to libalias, natd, and ppp.
marcus
2003-09-23
1
-0
/
+23
*
Include the correct file (stdarg.h) and use va_list rather than _BSD_VA_LIST_
brian
2002-08-27
1
-0
/
+1
*
Usage style sweep: spell "usage" with a small 'u'.
des
2002-04-22
1
-5
/
+5
*
cmott@scientech.com -> cm@linktel.net
brian
2001-11-03
1
-1
/
+1
*
o Add ipv6 support, abstracting most NCP addresses into opaque
brian
2001-08-14
1
-2
/
+7
*
Add a ``nat punch_fw'' command for punching FTP and IRC DCC holes through
brian
2001-08-02
1
-0
/
+30
*
Add a ``nat proto'' command -- similar to natd(8)'s -redirect_proto switch.
brian
2001-07-09
1
-0
/
+68
*
Add BSD style copyrights (with permission from Charles Mott where appropriate)
brian
2001-06-04
1
-2
/
+24
*
A better fix for the PacketAliasProxyRule() call.
brian
2001-02-10
1
-3
/
+3
*
Don't pass PacketAliasProxyRule() a buffer with leading whitespace as it
brian
2001-01-28
1
-1
/
+1
*
Drop PKT_ALIAS_IGNORED packets if ``nat deny_incoming yes'' is in effect.
brian
2000-10-30
1
-1
/
+5
*
Allow a ``timeout secs'' filter option to let specific packet types
brian
2000-07-11
1
-1
/
+1
*
o Log the (payload/size) of all packet types, not just TCP packets
brian
2000-07-07
1
-1
/
+1
*
Remove ``nat pptp'' as this is now done transparently by libalias.
brian
2000-06-20
1
-24
/
+0
*
Always pass packets through libalias when NAT is enabled.
brian
2000-05-23
1
-14
/
+2
*
Fix a typo
brian
2000-05-11
1
-1
/
+1
*
Mention that the default is to let external traffic route to
brian
2000-05-11
1
-1
/
+7
*
Use INADDR_NONE with PacketAliasSetTarget() if no args are given to
brian
2000-03-31
1
-1
/
+1
*
Add the ``nat target'' command.
brian
2000-03-31
1
-0
/
+24
*
Log information about packets being dropped (probably due to
brian
2000-03-29
1
-0
/
+10
*
Mention the value of the unexpected return code in nat_LayerPull()
brian
2000-03-29
1
-1
/
+1
*
Add some diagnostics to prove that incoming IP fragments are
brian
2000-03-19
1
-2
/
+12
*
Refresh the NAT IP pointer after a potential mbuf reallocation. This
brian
2000-03-14
1
-0
/
+1
*
Fix some printf-style argument bugs
brian
2000-03-14
1
-2
/
+2
*
Introduce LOCALNAT and LOCALRAD defines so that the sources can stay
brian
2000-03-14
1
-3
/
+4
*
Ensure that there's a bit of extra space in our buffer when it's
brian
2000-01-03
1
-1
/
+7
*
Cosmetic: Make struct mbuf more like kernel mbufs.
brian
1999-12-20
1
-31
/
+16
*
Cosmetic:
brian
1999-09-08
1
-1
/
+1
*
Make the ``Problem with IP header length'' error a bit more verbose
brian
1999-09-06
1
-1
/
+2
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
o Add the -foreground switch. This switch behaves like -background except
brian
1999-08-19
1
-29
/
+29
*
Don't return a garbage mbuf pointer after storing it
brian
1999-07-28
1
-2
/
+2
*
When we fetch previously retrieved IP fragments from the alias
brian
1999-07-24
1
-4
/
+5
*
Allow a remote IP and port range specification in the
brian
1999-06-10
1
-36
/
+64
*
o Alter the mbuf type as it's processed by different layers.
brian
1999-06-02
1
-4
/
+5
*
Allow ``host:port/udp'' devices and support ``host:port/tcp'' as
brian
1999-05-12
1
-2
/
+4
*
o Redesign the layering mechanism and make the aliasing code part of
brian
1999-05-08
1
-1
/
+96
*
Add support for NetBSD
brian
1999-04-26
1
-4
/
+4
*
Allow port ranges in ``alias port''.
brian
1999-03-25
1
-42
/
+83
*
Support PPTP via libalias (``alias pptp addr'').
brian
1999-03-07
1
-1
/
+25
*
Support proxying & transparent proxying curtesy of libalias(3).
brian
1999-03-07
1
-1
/
+24
*
Initial RADIUS support (using libradius). See the man page for
brian
1999-01-28
1
-2
/
+5
*
Sync with OpenBSD ifdefs
brian
1998-09-17
1
-2
/
+6
*
Put the IP buffer queues into struct ipcp.
brian
1998-08-26
1
-3
/
+3
*
Remove redundant includes
brian
1998-06-27
1
-2
/
+1
*
Don't dlopen()/dlsym() libalias, use it in the same way
brian
1998-06-27
1
-9
/
+29
*
Fix a rather nasty use of `static'. This caused a SEGV
brian
1998-06-15
1
-1
/
+2
*
MFMP: Make ppp multilink capable.
brian
1998-05-21
1
-51
/
+47
[next]