aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/lcp.c
Commit message (Expand)AuthorAgeFilesLines
* Call MSCHAP CHAP80 in ``show lcp'' so that it's consistent with CHAP81.Brian Somers2000-11-291-1/+1
* Accept MSCHAPv2 by default.Brian Somers2000-11-191-1/+1
* Various whitespace changes.Brian Somers2000-10-301-1/+2
* Add MPPE and MSChap v2 support (denied and disabled by default)Brian Somers2000-10-301-5/+32
* Support link identification from rfc1570Brian Somers2000-07-191-1/+39
* Don't assign an MTU based on the peers first-link MRU in MP mode.Brian Somers2000-06-241-5/+4
* When ppp can't identify the relevant name, don't use "???", useBrian Somers2000-03-141-33/+38
* Add a bunch of `const's and fix a typo.Brian Somers1999-12-271-2/+2
* Cosmetic: Make struct mbuf more like kernel mbufs.Brian Somers1999-12-201-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Silence a warning about uninitialized variables.Brian Somers1999-08-081-2/+2
* Initialise `mp'.Brian Somers1999-06-091-1/+2
* Allow our endpoint discriminator to be enabled, disabled, acceptedBrian Somers1999-06-091-4/+7
* o Alter the mbuf type as it's processed by different layers.Brian Somers1999-06-021-4/+7
* Deal with the fact that as we now mbuf_Read the fsmBrian Somers1999-05-091-7/+3
* o Redesign the layering mechanism and make the aliasing code part ofBrian Somers1999-05-081-5/+7
* Revert the ACCMAP changes where we OR the peers accmapBrian Somers1999-04-111-35/+5
* If we adjust our required ACCMAP due to a more restrictiveBrian Somers1999-03-291-2/+18
* When negotiating ACCMAPs, sync our ACCMAP with theBrian Somers1999-03-011-5/+17
* Allow control over the number of ConfigREQ & TermREQ attemptsBrian Somers1999-02-261-15/+35
* Fully support both NT and LANMan CHAP type 0x80 as bothBrian Somers1999-02-181-39/+96
* Initial RADIUS support (using libradius). See the man page forBrian Somers1999-01-281-2/+5
* If we've configured CBCP *and* another not-so-importantBrian Somers1999-01-121-2/+2
* Warn that the specific chap protocol isn't supported whenBrian Somers1998-10-171-8/+19
* Initialise lcp::his_mru to the ``set mtu'' value if it's lessBrian Somers1998-09-091-2/+4
* Don't cast potentially unaligned addresses to pointers toBrian Somers1998-09-041-22/+23
* o Support callback types NONE, E.164, AUTH and CBCP.Brian Somers1998-08-071-8/+179
* o Fix remaining sizeof problems for 64 bit machines.Brian Somers1998-06-271-26/+27
* Add ``ipcp'' as an optional argument to ``open'', and makeBrian Somers1998-06-251-1/+2
* Fix a rather nasty use of `static'. This caused a SEGVBrian Somers1998-06-151-2/+2
* Some documentation corrections & typo fixes....Brian Somers1998-05-291-2/+2
* MFMP: Make ppp multilink capable.Brian Somers1998-05-211-467/+522
|\
| * o Add the `set mode' command for change a links current mode. ItBrian Somers1998-05-151-3/+7
| * o Behave correctly when short sequence numbers are denied.Brian Somers1998-05-061-1/+2
| * Cosmetic: Make our external function names consistent.Brian Somers1998-05-011-44/+44
| * o Create a new ``timer'' log level. This lets us ``setBrian Somers1998-04-301-6/+17
| * o Add the link name to modem diagnostics.Brian Somers1998-04-281-1/+2
| * Make gcc-2.8.1 build ppp cleanly.Brian Somers1998-04-251-3/+4
| * Make ``show ipcp'' prettier and remove a few redundant includes.Brian Somers1998-04-251-2/+1
| * o Defer setting up pap/chap based IP numbers & labels until afterBrian Somers1998-04-241-8/+18
| * o Remove LINK level logging.Brian Somers1998-04-241-11/+12
| * o Don't go multilink if the peer hasn't asked for itBrian Somers1998-04-231-3/+4
| * Negotiate MRRU, SHORTSEQ and ENDDISC. ENDDISC doesn't implyBrian Somers1998-04-231-39/+172
| * o Use __attribute__ (#ifdef __GNUC__) to type-checkBrian Somers1998-04-191-7/+5
| * o Move the accept/deny/disable/enable globals either to theBrian Somers1998-04-161-17/+44
| * o Move alias function pointers into loadalias.cBrian Somers1998-04-071-4/+1
| * Remove unused includes.Brian Somers1998-04-061-27/+1
| * `int var : 1' -> `unsigned var : 1'.Brian Somers1998-04-051-5/+7
| * o Move VarMSChap into struct chap, and remove `set encrypt'Brian Somers1998-04-031-14/+4
| * Initialise multilink LCPs according to rfc1990.Brian Somers1998-04-031-9/+18