aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/nat_cmd.c
Commit message (Expand)AuthorAgeFilesLines
* Add Cisco Skinny Station protocol support to libalias, natd, and ppp.Joe Marcus Clarke2003-09-231-0/+23
* Include the correct file (stdarg.h) and use va_list rather than _BSD_VA_LIST_Brian Somers2002-08-271-0/+1
* Usage style sweep: spell "usage" with a small 'u'.Dag-Erling Smørgrav2002-04-221-5/+5
* cmott@scientech.com -> cm@linktel.netBrian Somers2001-11-031-1/+1
* o Add ipv6 support, abstracting most NCP addresses into opaqueBrian Somers2001-08-141-2/+7
* Add a ``nat punch_fw'' command for punching FTP and IRC DCC holes throughBrian Somers2001-08-021-0/+30
* Add a ``nat proto'' command -- similar to natd(8)'s -redirect_proto switch.Brian Somers2001-07-091-0/+68
* Add BSD style copyrights (with permission from Charles Mott where appropriate)Brian Somers2001-06-041-2/+24
* A better fix for the PacketAliasProxyRule() call.Brian Somers2001-02-101-3/+3
* Don't pass PacketAliasProxyRule() a buffer with leading whitespace as itBrian Somers2001-01-281-1/+1
* Drop PKT_ALIAS_IGNORED packets if ``nat deny_incoming yes'' is in effect.Brian Somers2000-10-301-1/+5
* Allow a ``timeout secs'' filter option to let specific packet typesBrian Somers2000-07-111-1/+1
* o Log the (payload/size) of all packet types, not just TCP packetsBrian Somers2000-07-071-1/+1
* Remove ``nat pptp'' as this is now done transparently by libalias.Brian Somers2000-06-201-24/+0
* Always pass packets through libalias when NAT is enabled.Brian Somers2000-05-231-14/+2
* Fix a typoBrian Somers2000-05-111-1/+1
* Mention that the default is to let external traffic route toBrian Somers2000-05-111-1/+7
* Use INADDR_NONE with PacketAliasSetTarget() if no args are given toBrian Somers2000-03-311-1/+1
* Add the ``nat target'' command.Brian Somers2000-03-311-0/+24
* Log information about packets being dropped (probably due toBrian Somers2000-03-291-0/+10
* Mention the value of the unexpected return code in nat_LayerPull()Brian Somers2000-03-291-1/+1
* Add some diagnostics to prove that incoming IP fragments areBrian Somers2000-03-191-2/+12
* Refresh the NAT IP pointer after a potential mbuf reallocation. ThisBrian Somers2000-03-141-0/+1
* Fix some printf-style argument bugsBrian Somers2000-03-141-2/+2
* Introduce LOCALNAT and LOCALRAD defines so that the sources can stayBrian Somers2000-03-141-3/+4
* Ensure that there's a bit of extra space in our buffer when it'sBrian Somers2000-01-031-1/+7
* Cosmetic: Make struct mbuf more like kernel mbufs.Brian Somers1999-12-201-31/+16
* Cosmetic:Brian Somers1999-09-081-1/+1
* Make the ``Problem with IP header length'' error a bit more verboseBrian Somers1999-09-061-1/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* o Add the -foreground switch. This switch behaves like -background exceptBrian Somers1999-08-191-29/+29
* Don't return a garbage mbuf pointer after storing itBrian Somers1999-07-281-2/+2
* When we fetch previously retrieved IP fragments from the aliasBrian Somers1999-07-241-4/+5
* Allow a remote IP and port range specification in theBrian Somers1999-06-101-36/+64
* o Alter the mbuf type as it's processed by different layers.Brian Somers1999-06-021-4/+5
* Allow ``host:port/udp'' devices and support ``host:port/tcp'' asBrian Somers1999-05-121-2/+4
* o Redesign the layering mechanism and make the aliasing code part ofBrian Somers1999-05-081-1/+96
* Add support for NetBSDBrian Somers1999-04-261-4/+4
* Allow port ranges in ``alias port''.Brian Somers1999-03-251-42/+83
* Support PPTP via libalias (``alias pptp addr'').Brian Somers1999-03-071-1/+25
* Support proxying & transparent proxying curtesy of libalias(3).Brian Somers1999-03-071-1/+24
* Initial RADIUS support (using libradius). See the man page forBrian Somers1999-01-281-2/+5
* Sync with OpenBSD ifdefsBrian Somers1998-09-171-2/+6
* Put the IP buffer queues into struct ipcp.Brian Somers1998-08-261-3/+3
* Remove redundant includesBrian Somers1998-06-271-2/+1
* Don't dlopen()/dlsym() libalias, use it in the same wayBrian Somers1998-06-271-9/+29
* Fix a rather nasty use of `static'. This caused a SEGVBrian Somers1998-06-151-1/+2
* MFMP: Make ppp multilink capable.Brian Somers1998-05-211-51/+47
* Remove unused #includes.Brian Somers1998-01-211-2/+1
* Correct copyright.Brian Somers1997-12-241-24/+3