aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/ccp.c
Commit message (Expand)AuthorAgeFilesLines
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Add a bunch of malloc() return checksBrian Somers2004-10-111-1/+5
* Make ppp WARNS=5 cleanBrian Somers2004-09-051-18/+21
* Include the correct file (stdarg.h) and use va_list rather than _BSD_VA_LIST_Brian Somers2002-08-271-0/+1
* Remove some misleading/wrong diagnosticsBrian Somers2002-07-021-5/+1
* Remove whitespace at the end of lines.Brian Somers2002-06-151-1/+1
* Understand the following Microsoft Vendor Specific RADIUS attributes:Brian Somers2002-06-121-5/+8
* o Clean up some #includesBrian Somers2002-05-141-1/+0
* Make the way FSM options are processed easier to read by using structuresBrian Somers2002-04-161-68/+42
* Merge the NETGRAPH branch into HEAD. tty devices now use netgraph's lineBrian Somers2002-03-301-5/+5
* Call CCP protocol -1 ``none''Brian Somers2001-11-031-1/+4
* o Add ipv6 support, abstracting most NCP addresses into opaqueBrian Somers2001-08-141-0/+5
* Don't try to dereference the -1th ccp algorithm array entry when weBrian Somers2001-07-071-1/+1
* Spell stateful properlyBrian Somers2001-07-061-1/+1
* Reduce the interface MTU by 2 when MPPE has been successfully negotiated.Brian Somers2001-07-031-1/+31
* Add support for stateful MPPE (microsoft encryption) providingBrian Somers2001-06-181-21/+115
* Convert IIJ copyrights to BSD copyrights.Brian Somers2001-06-131-19/+25
* Add a ``Usable'' function to the ccp switch. The functionBrian Somers2001-02-041-1/+9
* Accept MSCHAPv2 by default.Brian Somers2000-11-191-1/+1
* Pass the correct output options to the ccp output initialisationBrian Somers2000-11-071-2/+21
* Move the MPPE keysize display in ``show ccp''.Brian Somers2000-10-301-2/+2
* Various whitespace changes.Brian Somers2000-10-301-2/+2
* Add MPPE and MSChap v2 support (denied and disabled by default)Brian Somers2000-10-301-1/+17
* Support link identification from rfc1570Brian Somers2000-07-191-2/+2
* When ppp can't identify the relevant name, don't use "???", useBrian Somers2000-03-141-30/+27
* Add a bunch of `const's and fix a typo.Brian Somers1999-12-271-3/+3
* Cosmetic: Make struct mbuf more like kernel mbufs.Brian Somers1999-12-201-7/+7
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add ISDN support via isdnd & i4b. This requires versionBrian Somers1999-08-061-2/+2
* o Alter the mbuf type as it's processed by different layers.Brian Somers1999-06-021-11/+32
* Allow ``host:port/udp'' devices and support ``host:port/tcp'' asBrian Somers1999-05-121-2/+7
* Deal with the fact that as we now mbuf_Read the fsmBrian Somers1999-05-091-4/+2
* o Redesign the layering mechanism and make the aliasing code part ofBrian Somers1999-05-081-33/+37
* Handle receiving more than one acceptable CCP REQBrian Somers1999-05-021-3/+5
* Avoid a few warnings on the alphaBrian Somers1999-03-311-1/+2
* Tone down the log levels (Log{ERROR,WARN} -> LogCCP)Brian Somers1999-03-111-5/+5
* Allow control over the number of ConfigREQ & TermREQ attemptsBrian Somers1999-02-261-9/+33
* Decouple pap & chap output routines from the correspondingBrian Somers1999-02-061-2/+1
* Initial RADIUS support (using libradius). See the man page forBrian Somers1999-01-281-2/+5
* Fix some OpenBSD/alpha warningsBrian Somers1998-08-261-1/+2
* Put the IP buffer queues into struct ipcp.Brian Somers1998-08-261-3/+3
* o Support callback types NONE, E.164, AUTH and CBCP.Brian Somers1998-08-071-3/+2
* The CCP layer now behaves as follows:Brian Somers1998-06-301-4/+12
* o Fix remaining sizeof problems for 64 bit machines.Brian Somers1998-06-271-7/+7
* Add ``ipcp'' as an optional argument to ``open'', and makeBrian Somers1998-06-251-7/+8
* Fix a rather nasty use of `static'. This caused a SEGVBrian Somers1998-06-151-2/+2
* o If all CCPs are disabled & denied, don't send a REQ - just enterBrian Somers1998-05-231-1/+13
* MFMP: Make ppp multilink capable.Brian Somers1998-05-211-199/+357
|\
| * Don't accept IPCP packets before NETWORK phase.Brian Somers1998-05-211-4/+5
| * o Add the `set mode' command for change a links current mode. ItBrian Somers1998-05-151-3/+7