summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/bundle.c
Commit message (Expand)AuthorAgeFilesLines
* Support radius accounting, and add a packet count to throughputbrian2000-08-281-0/+1
* Make -DNOSUID (or -DPPP_NOSUID) possible to build ppp without SUIDbrian2000-08-181-0/+5
* setproctitle() doesn't need to be called with root privs, so movebrian2000-08-161-2/+1
* Maintain input and output throughput averages and choose the highestbrian2000-08-151-6/+9
* Calculate the average link throughput using a counter based on thebrian2000-08-151-4/+4
* Allow a ``timeout secs'' filter option to let specific packet typesbrian2000-07-111-14/+23
* Fix -auto breakage introduced with the last commit.brian2000-07-111-1/+1
* o Log the (payload/size) of all packet types, not just TCP packetsbrian2000-07-071-11/+14
* Fix a printf-style arg cast (again)brian2000-06-231-1/+2
* Fix a printf-style format errorbrian2000-06-181-1/+1
* Add ``set ifqueue'' to control the size of the outgoing packetbrian2000-06-111-2/+7
* Use mp_CheckAutoloadTimer() rather than mp_StopAutoloadTimer()brian2000-05-311-2/+2
* When we do a ``dial'' or ``open'' from DATALINK_READY, go tobrian2000-05-261-5/+4
* When running ppp -background, show comfort messages showingbrian2000-04-071-10/+18
* I didn't get this right the last time....brian2000-04-061-13/+20
* Correct the parent notification diagnostic emitted from the childbrian2000-03-221-1/+2
* If a links LCP FSM has reached TLF and it's the last link,brian2000-03-221-12/+5
* Add the ``resolv'' command for telling ppp how to deal with resolv.conf.brian2000-03-141-4/+13
* Fix some printf-style argument bugsbrian2000-03-141-7/+9
* Correct some typos introduced in the descriptor -> fdescriptor change.brian2000-03-141-8/+8
* To avoid namespace polution in NetBSD:brian2000-03-141-12/+12
* Handle the availability of TUNSIFHEAD. If it's there, use it.brian2000-01-231-13/+52
* Use TUNSIFPID when we change our PID (if it exists).brian2000-01-211-1/+10
* Correct usages of getuid() and geteuid()brian1999-12-301-1/+1
* Add a bunch of `const's and fix a typo.brian1999-12-271-1/+1
* Don't bother fork()ing after closing a ctty if ppp is about tobrian1999-12-231-0/+10
* Cosmetic: Make struct mbuf more like kernel mbufs.brian1999-12-201-24/+25
* Change the way we transfer links (again). The previousbrian1999-11-301-28/+83
* Make -foreground a proper option (allowing ``allow mode foreground'',brian1999-11-281-2/+3
* Rewrite the link descriptor transfer code in MP mode.brian1999-11-251-81/+135
* Don't setuid() 'till we've called ID0setproctitle()brian1999-11-231-1/+1
* Fix ``set proctitle'' by using setproctitle().brian1999-11-171-7/+7
* Use modfind() to check if a kld is already loaded.brian1999-11-161-11/+7
* Support PPPoEbrian1999-11-061-35/+81
* Add the -unit command line switch for specifying the tun device.brian1999-10-191-6/+16
* When we get the last NCP TLD, close all datalinks with CLOSE_STAYDOWNbrian1999-10-151-1/+1
* Bring links down gently when their throughput isn't enough forbrian1999-10-051-1/+1
* Do a kldload() if we get ENXIO trying to open /dev/tun0brian1999-09-221-0/+29
* Back out the bogus #ifdef __NetBSD__ #include <signal.h> lines.brian1999-09-211-3/+0
* NetBSD has moved ``extern int errno;'' to signal.h :-/brian1999-09-201-0/+3
* o Split the two IPCP queues into three - one for FSM databrian1999-09-041-1/+3
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* o Add the -foreground switch. This switch behaves like -background exceptbrian1999-08-191-2/+2
* Implement a minimum idle time value as an optional second argumentbrian1999-08-171-11/+38
* Change printf formats %q[du] -> %ll[du]brian1999-08-091-3/+3
* Add ISDN support via isdnd & i4b. This requires versionbrian1999-08-061-3/+2
* o Obsolete the undocumented ``set weight'' command.brian1999-08-051-187/+157
* o Overhaul filtering, adding facilities to jump over rules and tobrian1999-07-271-1/+10
* Disable TUNSLMODE when we first open the tun device.brian1999-06-221-2/+10
* Introduce the ``keep-session'' option. Refer to the manbrian1999-06-021-2/+5
OpenPOWER on IntegriCloud