summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/ccp.c
Commit message (Expand)AuthorAgeFilesLines
* Add a bunch of malloc() return checksbrian2004-10-111-1/+5
* Make ppp WARNS=5 cleanbrian2004-09-051-18/+21
* Include the correct file (stdarg.h) and use va_list rather than _BSD_VA_LIST_brian2002-08-271-0/+1
* Remove some misleading/wrong diagnosticsbrian2002-07-021-5/+1
* Remove whitespace at the end of lines.brian2002-06-151-1/+1
* Understand the following Microsoft Vendor Specific RADIUS attributes:brian2002-06-121-5/+8
* o Clean up some #includesbrian2002-05-141-1/+0
* Make the way FSM options are processed easier to read by using structuresbrian2002-04-161-68/+42
* Merge the NETGRAPH branch into HEAD. tty devices now use netgraph's linebrian2002-03-301-5/+5
* Call CCP protocol -1 ``none''brian2001-11-031-1/+4
* o Add ipv6 support, abstracting most NCP addresses into opaquebrian2001-08-141-0/+5
* Don't try to dereference the -1th ccp algorithm array entry when webrian2001-07-071-1/+1
* Spell stateful properlybrian2001-07-061-1/+1
* 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
OpenPOWER on IntegriCloud