aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/bundle.h
Commit message (Expand)AuthorAgeFilesLines
* Send NAS-IP-Address as well as NAS-IdentifierBrian Somers2004-11-291-24/+29
* Make ppp WARNS=5 cleanBrian Somers2004-09-051-5/+5
* Do RADIUS accounting on IPV6CP.Hajimu UMEMOTO2003-06-191-0/+3
* Add a ``force-scripts'' option for using chat scripts with -direct andBrian Somers2003-03-261-14/+15
* Understand the Session-Timeout RADIUS attributeBrian Somers2002-05-071-0/+12
* Add a ``log'' command for logging specific information.Brian Somers2001-11-031-0/+1
* o Add ipv6 support, abstracting most NCP addresses into opaqueBrian Somers2001-08-141-17/+17
* Handle hardware-imposed MTU/MRU limitations. PPPoE will no longerBrian Somers2001-06-181-2/+0
* When we change the interface MTU, run through the routing table and tweakBrian Somers2001-04-051-2/+0
* Add ``enable/disable tcpmssfixup'', defaulting to enabled.Brian Somers2000-11-281-3/+5
* Support radius accounting, and add a packet count to throughputBrian Somers2000-08-281-0/+1
* 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-10/+11
* Add ``set ifqueue'' to control the size of the outgoing packetBrian Somers2000-06-111-0/+1
* When running ppp -background, show comfort messages showingBrian Somers2000-04-071-0/+1
* Add the ``resolv'' command for telling ppp how to deal with resolv.conf.Brian Somers2000-03-141-0/+1
* Adjust whitespaceBrian Somers2000-03-141-1/+1
* Correct some typos introduced in the descriptor -> fdescriptor change.Brian Somers2000-03-141-1/+1
* To avoid namespace polution in NetBSD:Brian Somers2000-03-141-4/+4
* Handle the availability of TUNSIFHEAD. If it's there, use it.Brian Somers2000-01-231-0/+1
* Use TUNSIFPID when we change our PID (if it exists).Brian Somers2000-01-211-0/+1
* Cosmetic: Make struct mbuf more like kernel mbufs.Brian Somers1999-12-201-1/+0
* Rewrite the link descriptor transfer code in MP mode.Brian Somers1999-11-251-1/+2
* Fix ``set proctitle'' by using setproctitle().Brian Somers1999-11-171-4/+1
* Add the -unit command line switch for specifying the tun device.Brian Somers1999-10-191-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* o Add the -foreground switch. This switch behaves like -background exceptBrian Somers1999-08-191-2/+2
* Implement a minimum idle time value as an optional second argumentBrian Somers1999-08-171-3/+8
* o Obsolete the undocumented ``set weight'' command.Brian Somers1999-08-051-16/+9
* Introduce the ``keep-session'' option. Refer to the manBrian Somers1999-06-021-8/+9
* Remember if MYADDR or HISADDR is used in a filter add tweak allBrian Somers1999-05-311-1/+3
* Initial RADIUS support (using libradius). See the man page forBrian Somers1999-01-281-11/+15
* When using ``set device !someprogram'', when ``someprogram''Brian Somers1998-12-101-1/+2
* Remove some redundant (#if 0'd) code.Brian Somers1998-10-291-8/+1
* Add ``set proctitle'' for changing argv[0]. All substitutionsBrian Somers1998-10-271-1/+3
* Shuffle the iface-alias option so that's in alphabeticalBrian Somers1998-10-261-9/+9
* Add ``enable proxyall'' support. This adds proxy ARP entriesBrian Somers1998-10-261-9/+10
* Loosen our restrictions on setting enddisc, mrru,Brian Somers1998-10-241-1/+2
* Solve the ``first connection'' problem that occurs onBrian Somers1998-10-221-2/+8
* If we've got a full output buffer queue and cannot sendBrian Somers1998-08-251-1/+9
* o Support callback types NONE, E.164, AUTH and CBCP.Brian Somers1998-08-071-1/+2
* Allow an optional ``!'' in the open, dial & call commands.Brian Somers1998-07-291-2/+2
* Silence ``Network unreachable'' warnings when usingBrian Somers1998-07-281-2/+2
* Don't dlopen()/dlsym() libalias, use it in the same wayBrian Somers1998-06-271-1/+2
* Don't bring the modem offline or hangup when ``down lcp''Brian Somers1998-06-161-2/+2
* o Maintain a link-type mask for open datalinks as well asBrian Somers1998-06-121-2/+6
* Put the correct pid in /var/run/tunX.pidBrian Somers1998-06-061-1/+2
* o If there's a session leader left running for a descriptorBrian Somers1998-05-291-2/+3
* o #define the name "tun" in defs.h against the future possibilityBrian Somers1998-05-281-1/+2
* o Move our prompt descriptor list outside of the bundle.Brian Somers1998-05-231-6/+2