| Commit message (Expand) | Author | Age | Files | Lines |
* | Support link identification from rfc1570 | brian | 2000-07-19 | 1 | -1/+39 |
* | Don't assign an MTU based on the peers first-link MRU in MP mode. | brian | 2000-06-24 | 1 | -5/+4 |
* | When ppp can't identify the relevant name, don't use "???", use | brian | 2000-03-14 | 1 | -33/+38 |
* | Add a bunch of `const's and fix a typo. | brian | 1999-12-27 | 1 | -2/+2 |
* | Cosmetic: Make struct mbuf more like kernel mbufs. | brian | 1999-12-20 | 1 | -1/+1 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Silence a warning about uninitialized variables. | brian | 1999-08-08 | 1 | -2/+2 |
* | Initialise `mp'. | brian | 1999-06-09 | 1 | -1/+2 |
* | Allow our endpoint discriminator to be enabled, disabled, accepted | brian | 1999-06-09 | 1 | -4/+7 |
* | o Alter the mbuf type as it's processed by different layers. | brian | 1999-06-02 | 1 | -4/+7 |
* | Deal with the fact that as we now mbuf_Read the fsm | brian | 1999-05-09 | 1 | -7/+3 |
* | o Redesign the layering mechanism and make the aliasing code part of | brian | 1999-05-08 | 1 | -5/+7 |
* | Revert the ACCMAP changes where we OR the peers accmap | brian | 1999-04-11 | 1 | -35/+5 |
* | If we adjust our required ACCMAP due to a more restrictive | brian | 1999-03-29 | 1 | -2/+18 |
* | When negotiating ACCMAPs, sync our ACCMAP with the | brian | 1999-03-01 | 1 | -5/+17 |
* | Allow control over the number of ConfigREQ & TermREQ attempts | brian | 1999-02-26 | 1 | -15/+35 |
* | Fully support both NT and LANMan CHAP type 0x80 as both | brian | 1999-02-18 | 1 | -39/+96 |
* | Initial RADIUS support (using libradius). See the man page for | brian | 1999-01-28 | 1 | -2/+5 |
* | If we've configured CBCP *and* another not-so-important | brian | 1999-01-12 | 1 | -2/+2 |
* | Warn that the specific chap protocol isn't supported when | brian | 1998-10-17 | 1 | -8/+19 |
* | Initialise lcp::his_mru to the ``set mtu'' value if it's less | brian | 1998-09-09 | 1 | -2/+4 |
* | Don't cast potentially unaligned addresses to pointers to | brian | 1998-09-04 | 1 | -22/+23 |
* | o Support callback types NONE, E.164, AUTH and CBCP. | brian | 1998-08-07 | 1 | -8/+179 |
* | o Fix remaining sizeof problems for 64 bit machines. | brian | 1998-06-27 | 1 | -26/+27 |
* | Add ``ipcp'' as an optional argument to ``open'', and make | brian | 1998-06-25 | 1 | -1/+2 |
* | Fix a rather nasty use of `static'. This caused a SEGV | brian | 1998-06-15 | 1 | -2/+2 |
* | Some documentation corrections & typo fixes.... | brian | 1998-05-29 | 1 | -2/+2 |
* | MFMP: Make ppp multilink capable. | brian | 1998-05-21 | 1 | -467/+522 |
* | Merge from MP branch: | brian | 1998-02-04 | 1 | -2/+2 |
* | Remove unused #includes. | brian | 1998-01-21 | 1 | -5/+3 |
* | Allow an optional delay when specifying "set openmode active". | brian | 1998-01-20 | 1 | -6/+10 |
* | Lose <net/if_var.h> ! | brian | 1998-01-11 | 1 | -4/+1 |
* | Make things work when sizeof(long) != 32 (hopefully) | brian | 1998-01-11 | 1 | -28/+31 |
* | Cosmetic (style): | brian | 1997-12-24 | 1 | -5/+5 |
* | Fix PAP, CHAP & LQR req (I broke the byte ordering when | brian | 1997-12-07 | 1 | -12/+51 |
* | Abstract the CCP layer a level. | brian | 1997-12-03 | 1 | -75/+153 |
* | Fix prototypes. | brian | 1997-11-22 | 1 | -10/+12 |
* | Add throughput logging (disabled by default). | brian | 1997-11-18 | 1 | -2/+1 |
* | Abstract data read from and written to the tun device, | brian | 1997-11-16 | 1 | -2/+9 |
* | Update the cftypes arrays according to rfc1700. | brian | 1997-11-14 | 1 | -16/+41 |
* | Fix typo that causes CHAP RESPONSEs to *always* | brian | 1997-11-11 | 1 | -2/+2 |
* | Don't pass global vars as args. | brian | 1997-11-08 | 1 | -13/+13 |
* | o Bump version to 1.3 to reflect major changes | brian | 1997-10-29 | 1 | -11/+7 |
* | Cosmetic: | brian | 1997-10-26 | 1 | -1/+2 |
* | Cosmetic (no functional changes): | brian | 1997-10-26 | 1 | -81/+43 |
* | Initialise LCP, IPCP and CCP as soon as LCP is down. | brian | 1997-10-15 | 1 | -1/+4 |
* | Change things around a bit when bringing down the layers. | brian | 1997-10-05 | 1 | -3/+12 |
* | If "set mtu" is used, *and* the mtu is less than the | brian | 1997-09-29 | 1 | -4/+7 |
* | Don't depend on time.h including sys/types.h | brian | 1997-09-27 | 1 | -1/+2 |
* | Allow Microsoft CHAP authentication. | brian | 1997-09-25 | 1 | -3/+15 |