| Commit message (Expand) | Author | Age | Files | Lines |
* | Spelling fixes for usr.sbin/ | uqs | 2011-12-30 | 1 | -2/+2 |
* | Fix the build on 64-bit platforms. | marcel | 2004-09-06 | 1 | -6/+7 |
* | Make ppp WARNS=5 clean | brian | 2004-09-05 | 1 | -27/+22 |
* | Include the correct file (stdarg.h) and use va_list rather than _BSD_VA_LIST_ | brian | 2002-08-27 | 1 | -1/+2 |
* | o Clean up some #includes | brian | 2002-05-14 | 1 | -1/+0 |
* | Calculate the number of open links properly when deciding on whether to | brian | 2002-05-14 | 1 | -11/+10 |
* | Don't corrupt MP fragments when they're put back on the front of our | brian | 2002-05-07 | 1 | -5/+6 |
* | socket()s first argument should be a protocol family rather than an | brian | 2002-01-16 | 1 | -2/+2 |
* | socket's first argument is an address family, not a protocol family. | brian | 2002-01-16 | 1 | -1/+1 |
* | Better handling for the return of snprintf(). | brian | 2001-08-18 | 1 | -0/+4 |
* | o Add ipv6 support, abstracting most NCP addresses into opaque | brian | 2001-08-14 | 1 | -14/+21 |
* | Remove an irritating diagnostic emitted to LogPHASE when a | brian | 2001-07-31 | 1 | -1/+1 |
* | Reduce the interface MTU by 2 when MPPE has been successfully negotiated. | brian | 2001-07-03 | 1 | -0/+7 |
* | 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 |