summaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/ccp.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/4.3.0_cvscvs2svn2001-04-211-1/+1
* MFC: Reset MPPE_MasterKeyValid when the bundle closesBrian Somers2001-02-221-1/+9
* MFC: Add MPPE, MSChapv2 and tcpmssfixupBrian Somers2000-12-181-5/+40
* MFC: -DPPP_NOSUID supportBrian Somers2000-08-191-2/+2
* MFC:Brian Somers2000-03-211-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-197/+355
|\
| * 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
| * o Activate link-level CCPs in multilink mode, by bringing themBrian Somers1998-05-151-5/+7
| * Cosmetic: Make our external function names consistent.Brian Somers1998-05-011-30/+30
| * 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/+5
| * o Remove LINK level logging.Brian Somers1998-04-241-20/+29
| * Output the correct protocol id from the physical link-level CCPBrian Somers1998-04-241-3/+12
| * o Allocate new CCP protocol options if they've beenBrian Somers1998-04-191-10/+16
| * Add the ``open'' command and expand ``close''. It's nowBrian Somers1998-04-191-1/+4
| * o Move the accept/deny/disable/enable globals either to theBrian Somers1998-04-161-22/+33
| * o Move alias function pointers into loadalias.cBrian Somers1998-04-071-3/+2
| * Remove unused includes.Brian Somers1998-04-061-8/+1
| * Deglobalise `struct prompt':Brian Somers1998-04-031-9/+9
| * o Move default MRU, MTU, ACCMAP and OPENMODE config values intoBrian Somers1998-04-031-6/+18
| * o Move struct lcp and struct ccp into struct link.Brian Somers1998-04-031-7/+13
| * Remove some more globals:Brian Somers1998-03-241-2/+2
| * Make struct bundle into a sort of `struct descriptor'.Brian Somers1998-03-201-2/+2
| * o Check the LCP Identifier field for correctness and dropBrian Somers1998-03-201-16/+14
| * Mention MPPC rfc numberBrian Somers1998-03-181-2/+2
| * Make all CCP negotiation data dynamic and add aBrian Somers1998-03-171-61/+121