summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/nat_cmd.c
Commit message (Expand)AuthorAgeFilesLines
* Add a ``nat punch_fw'' command for punching FTP and IRC DCC holes throughbrian2001-08-021-0/+30
* Add a ``nat proto'' command -- similar to natd(8)'s -redirect_proto switch.brian2001-07-091-0/+68
* Add BSD style copyrights (with permission from Charles Mott where appropriate)brian2001-06-041-2/+24
* A better fix for the PacketAliasProxyRule() call.brian2001-02-101-3/+3
* Don't pass PacketAliasProxyRule() a buffer with leading whitespace as itbrian2001-01-281-1/+1
* Drop PKT_ALIAS_IGNORED packets if ``nat deny_incoming yes'' is in effect.brian2000-10-301-1/+5
* Allow a ``timeout secs'' filter option to let specific packet typesbrian2000-07-111-1/+1
* o Log the (payload/size) of all packet types, not just TCP packetsbrian2000-07-071-1/+1
* Remove ``nat pptp'' as this is now done transparently by libalias.brian2000-06-201-24/+0
* Always pass packets through libalias when NAT is enabled.brian2000-05-231-14/+2
* Fix a typobrian2000-05-111-1/+1
* Mention that the default is to let external traffic route tobrian2000-05-111-1/+7
* Use INADDR_NONE with PacketAliasSetTarget() if no args are given tobrian2000-03-311-1/+1
* Add the ``nat target'' command.brian2000-03-311-0/+24
* Log information about packets being dropped (probably due tobrian2000-03-291-0/+10
* Mention the value of the unexpected return code in nat_LayerPull()brian2000-03-291-1/+1
* Add some diagnostics to prove that incoming IP fragments arebrian2000-03-191-2/+12
* Refresh the NAT IP pointer after a potential mbuf reallocation. Thisbrian2000-03-141-0/+1
* Fix some printf-style argument bugsbrian2000-03-141-2/+2
* Introduce LOCALNAT and LOCALRAD defines so that the sources can staybrian2000-03-141-3/+4
* Ensure that there's a bit of extra space in our buffer when it'sbrian2000-01-031-1/+7
* Cosmetic: Make struct mbuf more like kernel mbufs.brian1999-12-201-31/+16
* Cosmetic:brian1999-09-081-1/+1
* Make the ``Problem with IP header length'' error a bit more verbosebrian1999-09-061-1/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* o Add the -foreground switch. This switch behaves like -background exceptbrian1999-08-191-29/+29
* Don't return a garbage mbuf pointer after storing itbrian1999-07-281-2/+2
* When we fetch previously retrieved IP fragments from the aliasbrian1999-07-241-4/+5
* Allow a remote IP and port range specification in thebrian1999-06-101-36/+64
* o Alter the mbuf type as it's processed by different layers.brian1999-06-021-4/+5
* Allow ``host:port/udp'' devices and support ``host:port/tcp'' asbrian1999-05-121-2/+4
* o Redesign the layering mechanism and make the aliasing code part ofbrian1999-05-081-1/+96
* Add support for NetBSDbrian1999-04-261-4/+4
* Allow port ranges in ``alias port''.brian1999-03-251-42/+83
* Support PPTP via libalias (``alias pptp addr'').brian1999-03-071-1/+25
* Support proxying & transparent proxying curtesy of libalias(3).brian1999-03-071-1/+24
* Initial RADIUS support (using libradius). See the man page forbrian1999-01-281-2/+5
* Sync with OpenBSD ifdefsbrian1998-09-171-2/+6
* Put the IP buffer queues into struct ipcp.brian1998-08-261-3/+3
* Remove redundant includesbrian1998-06-271-2/+1
* Don't dlopen()/dlsym() libalias, use it in the same waybrian1998-06-271-9/+29
* Fix a rather nasty use of `static'. This caused a SEGVbrian1998-06-151-1/+2
* MFMP: Make ppp multilink capable.brian1998-05-211-51/+47
* Remove unused #includes.brian1998-01-211-2/+1
* Correct copyright.brian1997-12-241-24/+3
* Charles Mott created these (and told me via email thatbrian1997-12-211-2/+2
* Add (BSD) copyright headers.brian1997-12-211-2/+26
* Correct return values from alias routines.brian1997-12-151-7/+9
* Fix prototypes.brian1997-11-221-37/+38
* Cosmetic (no functional changes):brian1997-10-261-30/+21
OpenPOWER on IntegriCloud