| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't try to dereference the -1th ccp algorithm array entry when we | brian | 2001-07-07 | 1 | -1/+1 |
* | Spell stateful properly | brian | 2001-07-06 | 1 | -1/+1 |
* | Reduce the interface MTU by 2 when MPPE has been successfully negotiated. | brian | 2001-07-03 | 1 | -1/+31 |
* | Add support for stateful MPPE (microsoft encryption) providing | brian | 2001-06-18 | 1 | -21/+115 |
* | Convert IIJ copyrights to BSD copyrights. | brian | 2001-06-13 | 1 | -19/+25 |
* | Add a ``Usable'' function to the ccp switch. The function | brian | 2001-02-04 | 1 | -1/+9 |
* | Accept MSCHAPv2 by default. | brian | 2000-11-19 | 1 | -1/+1 |
* | Pass the correct output options to the ccp output initialisation | brian | 2000-11-07 | 1 | -2/+21 |
* | Move the MPPE keysize display in ``show ccp''. | brian | 2000-10-30 | 1 | -2/+2 |
* | Various whitespace changes. | brian | 2000-10-30 | 1 | -2/+2 |
* | Add MPPE and MSChap v2 support (denied and disabled by default) | brian | 2000-10-30 | 1 | -1/+17 |
* | Support link identification from rfc1570 | brian | 2000-07-19 | 1 | -2/+2 |
* | When ppp can't identify the relevant name, don't use "???", use | brian | 2000-03-14 | 1 | -30/+27 |
* | Add a bunch of `const's and fix a typo. | brian | 1999-12-27 | 1 | -3/+3 |
* | Cosmetic: Make struct mbuf more like kernel mbufs. | brian | 1999-12-20 | 1 | -7/+7 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Add ISDN support via isdnd & i4b. This requires version | brian | 1999-08-06 | 1 | -2/+2 |
* | o Alter the mbuf type as it's processed by different layers. | brian | 1999-06-02 | 1 | -11/+32 |
* | Allow ``host:port/udp'' devices and support ``host:port/tcp'' as | brian | 1999-05-12 | 1 | -2/+7 |
* | Deal with the fact that as we now mbuf_Read the fsm | brian | 1999-05-09 | 1 | -4/+2 |
* | o Redesign the layering mechanism and make the aliasing code part of | brian | 1999-05-08 | 1 | -33/+37 |
* | Handle receiving more than one acceptable CCP REQ | brian | 1999-05-02 | 1 | -3/+5 |
* | Avoid a few warnings on the alpha | brian | 1999-03-31 | 1 | -1/+2 |
* | Tone down the log levels (Log{ERROR,WARN} -> LogCCP) | brian | 1999-03-11 | 1 | -5/+5 |
* | Allow control over the number of ConfigREQ & TermREQ attempts | brian | 1999-02-26 | 1 | -9/+33 |
* | Decouple pap & chap output routines from the corresponding | brian | 1999-02-06 | 1 | -2/+1 |
* | Initial RADIUS support (using libradius). See the man page for | brian | 1999-01-28 | 1 | -2/+5 |
* | Fix some OpenBSD/alpha warnings | brian | 1998-08-26 | 1 | -1/+2 |
* | Put the IP buffer queues into struct ipcp. | brian | 1998-08-26 | 1 | -3/+3 |
* | o Support callback types NONE, E.164, AUTH and CBCP. | brian | 1998-08-07 | 1 | -3/+2 |
* | The CCP layer now behaves as follows: | brian | 1998-06-30 | 1 | -4/+12 |
* | o Fix remaining sizeof problems for 64 bit machines. | brian | 1998-06-27 | 1 | -7/+7 |
* | Add ``ipcp'' as an optional argument to ``open'', and make | brian | 1998-06-25 | 1 | -7/+8 |
* | Fix a rather nasty use of `static'. This caused a SEGV | brian | 1998-06-15 | 1 | -2/+2 |
* | o If all CCPs are disabled & denied, don't send a REQ - just enter | brian | 1998-05-23 | 1 | -1/+13 |
* | MFMP: Make ppp multilink capable. | brian | 1998-05-21 | 1 | -199/+357 |
* | Don't leak memory when the peer sends PROTO_COMPD packets | brian | 1998-02-18 | 1 | -2/+2 |
* | Remove unused #includes. | brian | 1998-01-21 | 1 | -2/+1 |
* | Allow an optional delay when specifying "set openmode active". | brian | 1998-01-20 | 1 | -5/+6 |
* | Implement Reset{Req,Ack} properly, as per rfc 1962. | brian | 1998-01-10 | 1 | -5/+29 |
* | Initialize CcpInfo protocols to -1 (none, not OUI). | brian | 1998-01-04 | 1 | -12/+14 |
* | Cosmetic (style): | brian | 1997-12-24 | 1 | -4/+4 |
* | Remove useless comparison. | brian | 1997-12-17 | 1 | -3/+1 |
* | Allow random IP number allocation to peer. | brian | 1997-12-13 | 1 | -2/+2 |
* | Initialize ccpstate when CCP comes down. | brian | 1997-12-04 | 1 | -32/+19 |
* | Fix the CCP Type field value for DEFLATE. | brian | 1997-12-03 | 1 | -17/+22 |
* | Abstract the CCP layer a level. | brian | 1997-12-03 | 1 | -41/+173 |
* | Fix prototypes. | brian | 1997-11-22 | 1 | -4/+4 |
* | Update the cftypes arrays according to rfc1700. | brian | 1997-11-14 | 1 | -8/+17 |
* | Don't pass global vars as args. | brian | 1997-11-08 | 1 | -3/+3 |