| Commit message (Expand) | Author | Age | Files | Lines |
* | Various whitespace changes. | brian | 2000-10-30 | 1 | -1/+2 |
* | If we're in MP mode with a single open link, MP link level compression | brian | 2000-08-17 | 1 | -34/+80 |
* | Maintain input and output throughput averages and choose the highest | brian | 2000-08-15 | 1 | -1/+3 |
* | Calculate the average link throughput using a counter based on the | brian | 2000-08-15 | 1 | -14/+19 |
* | Fix a rather nasty latency problem that occurs with single tcp sessions | brian | 2000-07-12 | 1 | -11/+17 |
* | Be more verbose when a second link doesn't match the first because the | brian | 2000-05-22 | 1 | -0/+6 |
* | To avoid namespace polution in NetBSD: | brian | 2000-03-14 | 1 | -4/+4 |
* | Remove an unused #define | brian | 2000-01-07 | 1 | -12/+0 |
* | Cosmetic: Make struct mbuf more like kernel mbufs. | brian | 1999-12-20 | 1 | -43/+43 |
* | Change the way we transfer links (again). The previous | brian | 1999-11-30 | 1 | -14/+4 |
* | Rewrite the link descriptor transfer code in MP mode. | brian | 1999-11-25 | 1 | -24/+35 |
* | 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 |
* | Cosmetic: | brian | 1999-09-08 | 1 | -1/+1 |
* | o Split the two IPCP queues into three - one for FSM data | brian | 1999-09-04 | 1 | -1/+1 |
* | $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 | -4/+4 |
* | o Obsolete the undocumented ``set weight'' command. | brian | 1999-08-05 | 1 | -17/+75 |
* | Allow our endpoint discriminator to be enabled, disabled, accepted | brian | 1999-06-09 | 1 | -1/+4 |
* | Fix some MP sequence number comparison bogons that are tickled by | brian | 1999-06-03 | 1 | -6/+8 |
* | Oops, quieten a compiler warning. | brian | 1999-06-02 | 1 | -1/+2 |
* | o Alter the mbuf type as it's processed by different layers. | brian | 1999-06-02 | 1 | -7/+24 |
* | Don't forget to free the mbufs that get processed by | brian | 1999-05-28 | 1 | -1/+2 |
* | Allow ``host:port/udp'' devices and support ``host:port/tcp'' as | brian | 1999-05-12 | 1 | -14/+3 |
* | o Redesign the layering mechanism and make the aliasing code part of | brian | 1999-05-08 | 1 | -13/+44 |
* | Initial RADIUS support (using libradius). See the man page for | brian | 1999-01-28 | 1 | -2/+5 |
* | Loosen our restrictions on setting enddisc, mrru, | brian | 1998-10-24 | 1 | -4/+15 |
* | Don't cast potentially unaligned addresses to pointers to | brian | 1998-09-04 | 1 | -13/+16 |
* | Put the IP buffer queues into struct ipcp. | brian | 1998-08-26 | 1 | -3/+3 |
* | If we've got a full output buffer queue and cannot send | brian | 1998-08-25 | 1 | -1/+7 |
* | o Support callback types NONE, E.164, AUTH and CBCP. | brian | 1998-08-07 | 1 | -1/+2 |
* | The CCP layer now behaves as follows: | brian | 1998-06-30 | 1 | -4/+5 |
* | o If we come out of select() with only write descriptors that | brian | 1998-06-24 | 1 | -2/+3 |
* | Create & use fsm2initial(), a function to bring a | brian | 1998-06-20 | 1 | -3/+2 |
* | Change some log levels. ALERTs are only logged when | brian | 1998-06-16 | 1 | -3/+3 |
* | o De-staticise things that don't need to be static. | brian | 1998-06-15 | 1 | -2/+2 |
* | Fix a rather nasty use of `static'. This caused a SEGV | brian | 1998-06-15 | 1 | -2/+2 |
* | o Don't try to transfer tty device descriptors as there's no way of | brian | 1998-05-25 | 1 | -5/+3 |
* | o Move our prompt descriptor list outside of the bundle. | brian | 1998-05-23 | 1 | -6/+7 |
* | o Make sure we adjust our min seq and process any outstanding queued | brian | 1998-05-23 | 1 | -6/+27 |
* | o If all CCPs are disabled & denied, don't send a REQ - just enter | brian | 1998-05-23 | 1 | -1/+2 |
* | MFMP: Make ppp multilink capable. | brian | 1998-05-21 | 1 | -0/+992 |