| Commit message (Expand) | Author | Age | Files | Lines |
* | Call MSCHAP CHAP80 in ``show lcp'' so that it's consistent with CHAP81. | Brian Somers | 2000-11-29 | 1 | -1/+1 |
* | Accept MSCHAPv2 by default. | Brian Somers | 2000-11-19 | 1 | -1/+1 |
* | Various whitespace changes. | Brian Somers | 2000-10-30 | 1 | -1/+2 |
* | Add MPPE and MSChap v2 support (denied and disabled by default) | Brian Somers | 2000-10-30 | 1 | -5/+32 |
* | Support link identification from rfc1570 | Brian Somers | 2000-07-19 | 1 | -1/+39 |
* | Don't assign an MTU based on the peers first-link MRU in MP mode. | Brian Somers | 2000-06-24 | 1 | -5/+4 |
* | When ppp can't identify the relevant name, don't use "???", use | Brian Somers | 2000-03-14 | 1 | -33/+38 |
* | Add a bunch of `const's and fix a typo. | Brian Somers | 1999-12-27 | 1 | -2/+2 |
* | Cosmetic: Make struct mbuf more like kernel mbufs. | Brian Somers | 1999-12-20 | 1 | -1/+1 |
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
* | Silence a warning about uninitialized variables. | Brian Somers | 1999-08-08 | 1 | -2/+2 |
* | Initialise `mp'. | Brian Somers | 1999-06-09 | 1 | -1/+2 |
* | Allow our endpoint discriminator to be enabled, disabled, accepted | Brian Somers | 1999-06-09 | 1 | -4/+7 |
* | o Alter the mbuf type as it's processed by different layers. | Brian Somers | 1999-06-02 | 1 | -4/+7 |
* | Deal with the fact that as we now mbuf_Read the fsm | Brian Somers | 1999-05-09 | 1 | -7/+3 |
* | o Redesign the layering mechanism and make the aliasing code part of | Brian Somers | 1999-05-08 | 1 | -5/+7 |
* | Revert the ACCMAP changes where we OR the peers accmap | Brian Somers | 1999-04-11 | 1 | -35/+5 |
* | If we adjust our required ACCMAP due to a more restrictive | Brian Somers | 1999-03-29 | 1 | -2/+18 |
* | When negotiating ACCMAPs, sync our ACCMAP with the | Brian Somers | 1999-03-01 | 1 | -5/+17 |
* | Allow control over the number of ConfigREQ & TermREQ attempts | Brian Somers | 1999-02-26 | 1 | -15/+35 |
* | Fully support both NT and LANMan CHAP type 0x80 as both | Brian Somers | 1999-02-18 | 1 | -39/+96 |
* | Initial RADIUS support (using libradius). See the man page for | Brian Somers | 1999-01-28 | 1 | -2/+5 |
* | If we've configured CBCP *and* another not-so-important | Brian Somers | 1999-01-12 | 1 | -2/+2 |
* | Warn that the specific chap protocol isn't supported when | Brian Somers | 1998-10-17 | 1 | -8/+19 |
* | Initialise lcp::his_mru to the ``set mtu'' value if it's less | Brian Somers | 1998-09-09 | 1 | -2/+4 |
* | Don't cast potentially unaligned addresses to pointers to | Brian Somers | 1998-09-04 | 1 | -22/+23 |
* | o Support callback types NONE, E.164, AUTH and CBCP. | Brian Somers | 1998-08-07 | 1 | -8/+179 |
* | o Fix remaining sizeof problems for 64 bit machines. | Brian Somers | 1998-06-27 | 1 | -26/+27 |
* | Add ``ipcp'' as an optional argument to ``open'', and make | Brian Somers | 1998-06-25 | 1 | -1/+2 |
* | Fix a rather nasty use of `static'. This caused a SEGV | Brian Somers | 1998-06-15 | 1 | -2/+2 |
* | Some documentation corrections & typo fixes.... | Brian Somers | 1998-05-29 | 1 | -2/+2 |
* | MFMP: Make ppp multilink capable. | Brian Somers | 1998-05-21 | 1 | -467/+522 |
|\ |
|
| * | o Add the `set mode' command for change a links current mode. It | Brian Somers | 1998-05-15 | 1 | -3/+7 |
| * | o Behave correctly when short sequence numbers are denied. | Brian Somers | 1998-05-06 | 1 | -1/+2 |
| * | Cosmetic: Make our external function names consistent. | Brian Somers | 1998-05-01 | 1 | -44/+44 |
| * | o Create a new ``timer'' log level. This lets us ``set | Brian Somers | 1998-04-30 | 1 | -6/+17 |
| * | o Add the link name to modem diagnostics. | Brian Somers | 1998-04-28 | 1 | -1/+2 |
| * | Make gcc-2.8.1 build ppp cleanly. | Brian Somers | 1998-04-25 | 1 | -3/+4 |
| * | Make ``show ipcp'' prettier and remove a few redundant includes. | Brian Somers | 1998-04-25 | 1 | -2/+1 |
| * | o Defer setting up pap/chap based IP numbers & labels until after | Brian Somers | 1998-04-24 | 1 | -8/+18 |
| * | o Remove LINK level logging. | Brian Somers | 1998-04-24 | 1 | -11/+12 |
| * | o Don't go multilink if the peer hasn't asked for it | Brian Somers | 1998-04-23 | 1 | -3/+4 |
| * | Negotiate MRRU, SHORTSEQ and ENDDISC. ENDDISC doesn't imply | Brian Somers | 1998-04-23 | 1 | -39/+172 |
| * | o Use __attribute__ (#ifdef __GNUC__) to type-check | Brian Somers | 1998-04-19 | 1 | -7/+5 |
| * | o Move the accept/deny/disable/enable globals either to the | Brian Somers | 1998-04-16 | 1 | -17/+44 |
| * | o Move alias function pointers into loadalias.c | Brian Somers | 1998-04-07 | 1 | -4/+1 |
| * | Remove unused includes. | Brian Somers | 1998-04-06 | 1 | -27/+1 |
| * | `int var : 1' -> `unsigned var : 1'. | Brian Somers | 1998-04-05 | 1 | -5/+7 |
| * | o Move VarMSChap into struct chap, and remove `set encrypt' | Brian Somers | 1998-04-03 | 1 | -14/+4 |
| * | Initialise multilink LCPs according to rfc1990. | Brian Somers | 1998-04-03 | 1 | -9/+18 |