| Commit message (Expand) | Author | Age | Files | Lines |
* | Support radius accounting, and add a packet count to throughput | brian | 2000-08-28 | 1 | -0/+1 |
* | Make -DNOSUID (or -DPPP_NOSUID) possible to build ppp without SUID | brian | 2000-08-18 | 1 | -0/+5 |
* | setproctitle() doesn't need to be called with root privs, so move | brian | 2000-08-16 | 1 | -2/+1 |
* | Maintain input and output throughput averages and choose the highest | brian | 2000-08-15 | 1 | -6/+9 |
* | Calculate the average link throughput using a counter based on the | brian | 2000-08-15 | 1 | -4/+4 |
* | Allow a ``timeout secs'' filter option to let specific packet types | brian | 2000-07-11 | 1 | -14/+23 |
* | Fix -auto breakage introduced with the last commit. | brian | 2000-07-11 | 1 | -1/+1 |
* | o Log the (payload/size) of all packet types, not just TCP packets | brian | 2000-07-07 | 1 | -11/+14 |
* | Fix a printf-style arg cast (again) | brian | 2000-06-23 | 1 | -1/+2 |
* | Fix a printf-style format error | brian | 2000-06-18 | 1 | -1/+1 |
* | Add ``set ifqueue'' to control the size of the outgoing packet | brian | 2000-06-11 | 1 | -2/+7 |
* | Use mp_CheckAutoloadTimer() rather than mp_StopAutoloadTimer() | brian | 2000-05-31 | 1 | -2/+2 |
* | When we do a ``dial'' or ``open'' from DATALINK_READY, go to | brian | 2000-05-26 | 1 | -5/+4 |
* | When running ppp -background, show comfort messages showing | brian | 2000-04-07 | 1 | -10/+18 |
* | I didn't get this right the last time.... | brian | 2000-04-06 | 1 | -13/+20 |
* | Correct the parent notification diagnostic emitted from the child | brian | 2000-03-22 | 1 | -1/+2 |
* | If a links LCP FSM has reached TLF and it's the last link, | brian | 2000-03-22 | 1 | -12/+5 |
* | Add the ``resolv'' command for telling ppp how to deal with resolv.conf. | brian | 2000-03-14 | 1 | -4/+13 |
* | Fix some printf-style argument bugs | brian | 2000-03-14 | 1 | -7/+9 |
* | Correct some typos introduced in the descriptor -> fdescriptor change. | brian | 2000-03-14 | 1 | -8/+8 |
* | To avoid namespace polution in NetBSD: | brian | 2000-03-14 | 1 | -12/+12 |
* | Handle the availability of TUNSIFHEAD. If it's there, use it. | brian | 2000-01-23 | 1 | -13/+52 |
* | Use TUNSIFPID when we change our PID (if it exists). | brian | 2000-01-21 | 1 | -1/+10 |
* | Correct usages of getuid() and geteuid() | brian | 1999-12-30 | 1 | -1/+1 |
* | Add a bunch of `const's and fix a typo. | brian | 1999-12-27 | 1 | -1/+1 |
* | Don't bother fork()ing after closing a ctty if ppp is about to | brian | 1999-12-23 | 1 | -0/+10 |
* | Cosmetic: Make struct mbuf more like kernel mbufs. | brian | 1999-12-20 | 1 | -24/+25 |
* | Change the way we transfer links (again). The previous | brian | 1999-11-30 | 1 | -28/+83 |
* | Make -foreground a proper option (allowing ``allow mode foreground'', | brian | 1999-11-28 | 1 | -2/+3 |
* | Rewrite the link descriptor transfer code in MP mode. | brian | 1999-11-25 | 1 | -81/+135 |
* | Don't setuid() 'till we've called ID0setproctitle() | brian | 1999-11-23 | 1 | -1/+1 |
* | Fix ``set proctitle'' by using setproctitle(). | brian | 1999-11-17 | 1 | -7/+7 |
* | Use modfind() to check if a kld is already loaded. | brian | 1999-11-16 | 1 | -11/+7 |
* | Support PPPoE | brian | 1999-11-06 | 1 | -35/+81 |
* | Add the -unit command line switch for specifying the tun device. | brian | 1999-10-19 | 1 | -6/+16 |
* | When we get the last NCP TLD, close all datalinks with CLOSE_STAYDOWN | brian | 1999-10-15 | 1 | -1/+1 |
* | Bring links down gently when their throughput isn't enough for | brian | 1999-10-05 | 1 | -1/+1 |
* | Do a kldload() if we get ENXIO trying to open /dev/tun0 | brian | 1999-09-22 | 1 | -0/+29 |
* | Back out the bogus #ifdef __NetBSD__ #include <signal.h> lines. | brian | 1999-09-21 | 1 | -3/+0 |
* | NetBSD has moved ``extern int errno;'' to signal.h :-/ | brian | 1999-09-20 | 1 | -0/+3 |
* | o Split the two IPCP queues into three - one for FSM data | brian | 1999-09-04 | 1 | -1/+3 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | o Add the -foreground switch. This switch behaves like -background except | brian | 1999-08-19 | 1 | -2/+2 |
* | Implement a minimum idle time value as an optional second argument | brian | 1999-08-17 | 1 | -11/+38 |
* | Change printf formats %q[du] -> %ll[du] | brian | 1999-08-09 | 1 | -3/+3 |
* | Add ISDN support via isdnd & i4b. This requires version | brian | 1999-08-06 | 1 | -3/+2 |
* | o Obsolete the undocumented ``set weight'' command. | brian | 1999-08-05 | 1 | -187/+157 |
* | o Overhaul filtering, adding facilities to jump over rules and to | brian | 1999-07-27 | 1 | -1/+10 |
* | Disable TUNSLMODE when we first open the tun device. | brian | 1999-06-22 | 1 | -2/+10 |
* | Introduce the ``keep-session'' option. Refer to the man | brian | 1999-06-02 | 1 | -2/+5 |