summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/lcp.c
Commit message (Expand)AuthorAgeFilesLines
* Various whitespace changes.brian2000-10-301-1/+2
* Add MPPE and MSChap v2 support (denied and disabled by default)brian2000-10-301-5/+32
* Support link identification from rfc1570brian2000-07-191-1/+39
* Don't assign an MTU based on the peers first-link MRU in MP mode.brian2000-06-241-5/+4
* When ppp can't identify the relevant name, don't use "???", usebrian2000-03-141-33/+38
* Add a bunch of `const's and fix a typo.brian1999-12-271-2/+2
* Cosmetic: Make struct mbuf more like kernel mbufs.brian1999-12-201-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Silence a warning about uninitialized variables.brian1999-08-081-2/+2
* Initialise `mp'.brian1999-06-091-1/+2
* Allow our endpoint discriminator to be enabled, disabled, acceptedbrian1999-06-091-4/+7
* o Alter the mbuf type as it's processed by different layers.brian1999-06-021-4/+7
* Deal with the fact that as we now mbuf_Read the fsmbrian1999-05-091-7/+3
* o Redesign the layering mechanism and make the aliasing code part ofbrian1999-05-081-5/+7
* Revert the ACCMAP changes where we OR the peers accmapbrian1999-04-111-35/+5
* If we adjust our required ACCMAP due to a more restrictivebrian1999-03-291-2/+18
* When negotiating ACCMAPs, sync our ACCMAP with thebrian1999-03-011-5/+17
* Allow control over the number of ConfigREQ & TermREQ attemptsbrian1999-02-261-15/+35
* Fully support both NT and LANMan CHAP type 0x80 as bothbrian1999-02-181-39/+96
* Initial RADIUS support (using libradius). See the man page forbrian1999-01-281-2/+5
* If we've configured CBCP *and* another not-so-importantbrian1999-01-121-2/+2
* Warn that the specific chap protocol isn't supported whenbrian1998-10-171-8/+19
* Initialise lcp::his_mru to the ``set mtu'' value if it's lessbrian1998-09-091-2/+4
* Don't cast potentially unaligned addresses to pointers tobrian1998-09-041-22/+23
* o Support callback types NONE, E.164, AUTH and CBCP.brian1998-08-071-8/+179
* o Fix remaining sizeof problems for 64 bit machines.brian1998-06-271-26/+27
* Add ``ipcp'' as an optional argument to ``open'', and makebrian1998-06-251-1/+2
* Fix a rather nasty use of `static'. This caused a SEGVbrian1998-06-151-2/+2
* Some documentation corrections & typo fixes....brian1998-05-291-2/+2
* MFMP: Make ppp multilink capable.brian1998-05-211-467/+522
* Merge from MP branch:brian1998-02-041-2/+2
* Remove unused #includes.brian1998-01-211-5/+3
* Allow an optional delay when specifying "set openmode active".brian1998-01-201-6/+10
* Lose <net/if_var.h> !brian1998-01-111-4/+1
* Make things work when sizeof(long) != 32 (hopefully)brian1998-01-111-28/+31
* Cosmetic (style):brian1997-12-241-5/+5
* Fix PAP, CHAP & LQR req (I broke the byte ordering whenbrian1997-12-071-12/+51
* Abstract the CCP layer a level.brian1997-12-031-75/+153
* Fix prototypes.brian1997-11-221-10/+12
* Add throughput logging (disabled by default).brian1997-11-181-2/+1
* Abstract data read from and written to the tun device,brian1997-11-161-2/+9
* Update the cftypes arrays according to rfc1700.brian1997-11-141-16/+41
* Fix typo that causes CHAP RESPONSEs to *always*brian1997-11-111-2/+2
* Don't pass global vars as args.brian1997-11-081-13/+13
* o Bump version to 1.3 to reflect major changesbrian1997-10-291-11/+7
* Cosmetic:brian1997-10-261-1/+2
* Cosmetic (no functional changes):brian1997-10-261-81/+43
* Initialise LCP, IPCP and CCP as soon as LCP is down.brian1997-10-151-1/+4
* Change things around a bit when bringing down the layers.brian1997-10-051-3/+12
* If "set mtu" is used, *and* the mtu is less than thebrian1997-09-291-4/+7
OpenPOWER on IntegriCloud