| Commit message (Expand) | Author | Age | Files | Lines |
* | Make ppp WARNS=5 clean | brian | 2004-09-05 | 1 | -18/+21 |
* | Include the correct file (stdarg.h) and use va_list rather than _BSD_VA_LIST_ | brian | 2002-08-27 | 1 | -0/+1 |
* | Remove some misleading/wrong diagnostics | brian | 2002-07-02 | 1 | -5/+1 |
* | Remove whitespace at the end of lines. | brian | 2002-06-15 | 1 | -1/+1 |
* | Understand the following Microsoft Vendor Specific RADIUS attributes: | brian | 2002-06-12 | 1 | -5/+8 |
* | o Clean up some #includes | brian | 2002-05-14 | 1 | -1/+0 |
* | Make the way FSM options are processed easier to read by using structures | brian | 2002-04-16 | 1 | -68/+42 |
* | Merge the NETGRAPH branch into HEAD. tty devices now use netgraph's line | brian | 2002-03-30 | 1 | -5/+5 |
* | Call CCP protocol -1 ``none'' | brian | 2001-11-03 | 1 | -1/+4 |
* | o Add ipv6 support, abstracting most NCP addresses into opaque | brian | 2001-08-14 | 1 | -0/+5 |
* | 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 |