summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/ccp.c
Commit message (Expand)AuthorAgeFilesLines
* Reduce the interface MTU by 2 when MPPE has been successfully negotiated.brian2001-07-031-1/+31
* Add support for stateful MPPE (microsoft encryption) providingbrian2001-06-181-21/+115
* Convert IIJ copyrights to BSD copyrights.brian2001-06-131-19/+25
* Add a ``Usable'' function to the ccp switch. The functionbrian2001-02-041-1/+9
* Accept MSCHAPv2 by default.brian2000-11-191-1/+1
* Pass the correct output options to the ccp output initialisationbrian2000-11-071-2/+21
* Move the MPPE keysize display in ``show ccp''.brian2000-10-301-2/+2
* Various whitespace changes.brian2000-10-301-2/+2
* Add MPPE and MSChap v2 support (denied and disabled by default)brian2000-10-301-1/+17
* Support link identification from rfc1570brian2000-07-191-2/+2
* When ppp can't identify the relevant name, don't use "???", usebrian2000-03-141-30/+27
* Add a bunch of `const's and fix a typo.brian1999-12-271-3/+3
* Cosmetic: Make struct mbuf more like kernel mbufs.brian1999-12-201-7/+7
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add ISDN support via isdnd & i4b. This requires versionbrian1999-08-061-2/+2
* o Alter the mbuf type as it's processed by different layers.brian1999-06-021-11/+32
* Allow ``host:port/udp'' devices and support ``host:port/tcp'' asbrian1999-05-121-2/+7
* Deal with the fact that as we now mbuf_Read the fsmbrian1999-05-091-4/+2
* o Redesign the layering mechanism and make the aliasing code part ofbrian1999-05-081-33/+37
* Handle receiving more than one acceptable CCP REQbrian1999-05-021-3/+5
* Avoid a few warnings on the alphabrian1999-03-311-1/+2
* Tone down the log levels (Log{ERROR,WARN} -> LogCCP)brian1999-03-111-5/+5
* Allow control over the number of ConfigREQ & TermREQ attemptsbrian1999-02-261-9/+33
* Decouple pap & chap output routines from the correspondingbrian1999-02-061-2/+1
* Initial RADIUS support (using libradius). See the man page forbrian1999-01-281-2/+5
* Fix some OpenBSD/alpha warningsbrian1998-08-261-1/+2
* Put the IP buffer queues into struct ipcp.brian1998-08-261-3/+3
* o Support callback types NONE, E.164, AUTH and CBCP.brian1998-08-071-3/+2
* The CCP layer now behaves as follows:brian1998-06-301-4/+12
* o Fix remaining sizeof problems for 64 bit machines.brian1998-06-271-7/+7
* Add ``ipcp'' as an optional argument to ``open'', and makebrian1998-06-251-7/+8
* Fix a rather nasty use of `static'. This caused a SEGVbrian1998-06-151-2/+2
* o If all CCPs are disabled & denied, don't send a REQ - just enterbrian1998-05-231-1/+13
* MFMP: Make ppp multilink capable.brian1998-05-211-199/+357
* Don't leak memory when the peer sends PROTO_COMPD packetsbrian1998-02-181-2/+2
* Remove unused #includes.brian1998-01-211-2/+1
* Allow an optional delay when specifying "set openmode active".brian1998-01-201-5/+6
* Implement Reset{Req,Ack} properly, as per rfc 1962.brian1998-01-101-5/+29
* Initialize CcpInfo protocols to -1 (none, not OUI).brian1998-01-041-12/+14
* Cosmetic (style):brian1997-12-241-4/+4
* Remove useless comparison.brian1997-12-171-3/+1
* Allow random IP number allocation to peer.brian1997-12-131-2/+2
* Initialize ccpstate when CCP comes down.brian1997-12-041-32/+19
* Fix the CCP Type field value for DEFLATE.brian1997-12-031-17/+22
* Abstract the CCP layer a level.brian1997-12-031-41/+173
* Fix prototypes.brian1997-11-221-4/+4
* Update the cftypes arrays according to rfc1700.brian1997-11-141-8/+17
* Don't pass global vars as args.brian1997-11-081-3/+3
* Cosmetic (no functional changes):brian1997-10-261-20/+31
* o Initialize the PRED1 input queue when webrian1997-09-101-3/+3
OpenPOWER on IntegriCloud