aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/nat_cmd.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: EverythingBrian Somers2002-09-011-7/+43
* MFC: cmott@scientech.com -> cm@linktel.netBrian Somers2001-11-031-1/+1
* MFC: Add a ``nat proto'' command -- similar to natd(8)'s --redirect_protoBrian Somers2001-07-301-0/+68
* MFC: Add BSD style copyrightsBrian Somers2001-06-041-2/+24
* MFC: Correct the call to PacketAliasProxyRule()Brian Somers2001-02-221-2/+2
* MFC: Drop PKT_ALIAS_IGNORED packets if ``nat deny_incoming yes'' is in effect.Brian Somers2000-10-301-1/+5
* MFC: -DPPP_NOSUID supportBrian Somers2000-08-191-1/+1
* MFC: remove ``nat pptp'' as this is now done transparently by libalias.Ruslan Ermilov2000-06-271-24/+0
* MFC: Handle open/dial from state DATALINK_READY properlyBrian Somers2000-06-031-14/+2
* MFC: Fix a typoBrian Somers2000-05-111-1/+1
* MFC: Mention that the default is to let external traffic route toBrian Somers2000-05-111-1/+7
* MFC: Make redial & reconnect work againBrian Somers2000-04-131-1/+35
* MFC:Brian Somers2000-03-211-7/+19
* 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-35/+63
* 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
* Charles Mott created these (and told me via email thatBrian Somers1997-12-211-2/+2
* Add (BSD) copyright headers.Brian Somers1997-12-211-2/+26
* Correct return values from alias routines.Brian Somers1997-12-151-7/+9
* Fix prototypes.Brian Somers1997-11-221-37/+38
* Cosmetic (no functional changes):Brian Somers1997-10-261-30/+21
* Make the code format more in line with style(9).Brian Somers1997-08-251-152/+139
* Overhaul ppp:Brian Somers1997-06-091-33/+45
* De-couple ppp from libalias. If libalias isn't there, theBrian Somers1997-05-261-32/+22
* Include <alias.h>, not "alias.h"Brian Somers1997-05-251-2/+1
* Finish updating for the latest alias code.Brian Somers1997-05-231-0/+211