| Commit message (Expand) | Author | Age | Files | Lines |
* | If the peer REJects our MRU request and that request is for a value | brian | 2006-09-06 | 1 | -0/+3 |
* | Integrate some OpenBSD alignment fixes. This hopefully also fixes PR 38058... | brian | 2005-01-10 | 1 | -7/+7 |
* | Implement an ``enable/disable echo'' option, defaults to off. | brian | 2004-12-13 | 1 | -0/+3 |
* | Fix the build on 64-bit platforms. | marcel | 2004-09-06 | 1 | -6/+10 |
* | Make ppp WARNS=5 clean | brian | 2004-09-05 | 1 | -16/+19 |
* | Include the correct file (stdarg.h) and use va_list rather than _BSD_VA_LIST_ | brian | 2002-08-27 | 1 | -0/+1 |
* | Remove whitespace at the end of lines. | brian | 2002-06-15 | 1 | -1/+1 |
* | o Clean up some #includes | brian | 2002-05-14 | 1 | -1/+0 |
* | Allow the peer to modify the LQR interval | brian | 2002-05-01 | 1 | -0/+1 |
* | Make the way FSM options are processed easier to read by using structures | brian | 2002-04-16 | 1 | -347/+325 |
* | Merge the NETGRAPH branch into HEAD. tty devices now use netgraph's line | brian | 2002-03-30 | 1 | -9/+9 |
* | Add a ``log'' command for logging specific information. | brian | 2001-11-03 | 1 | -1/+1 |
* | Fix AUTH callback negotiations. | brian | 2001-10-18 | 1 | -2/+2 |
* | When the peer fails to specify an MRU and a 1500 byte MRU is not | brian | 2001-10-18 | 1 | -4/+7 |
* | sigpause() -> sigsuspend() | brian | 2001-09-13 | 1 | -1/+4 |
* | o Add ipv6 support, abstracting most NCP addresses into opaque | brian | 2001-08-14 | 1 | -0/+5 |
* | If the peer REJects our MRU REQ, stop REQing it -- *EVEN* if we're | brian | 2001-07-30 | 1 | -1/+1 |
* | Handle peer REQ/NAKs of >1500 byte MRUs when we have no preference. | brian | 2001-07-26 | 1 | -11/+15 |
* | Ignore (with a warning message) mtu/mru configurations that are greater | brian | 2001-07-17 | 1 | -21/+37 |
* | Don't accept chap80lm by default - it doesn't work. | brian | 2001-07-03 | 1 | -1/+1 |
* | Handle hardware-imposed MTU/MRU limitations. PPPoE will no longer | brian | 2001-06-18 | 1 | -17/+62 |
* | Convert IIJ copyrights to BSD copyrights. | brian | 2001-06-13 | 1 | -17/+24 |
* | Call MSCHAP CHAP80 in ``show lcp'' so that it's consistent with CHAP81. | brian | 2000-11-29 | 1 | -1/+1 |
* | Accept MSCHAPv2 by default. | brian | 2000-11-19 | 1 | -1/+1 |
* | Various whitespace changes. | brian | 2000-10-30 | 1 | -1/+2 |
* | Add MPPE and MSChap v2 support (denied and disabled by default) | brian | 2000-10-30 | 1 | -5/+32 |
* | 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 |