aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/ccp.h
Commit message (Expand)AuthorAgeFilesLines
* Understand the following Microsoft Vendor Specific RADIUS attributes:Brian Somers2002-06-121-5/+6
* Make the way FSM options are processed easier to read by using structuresBrian Somers2002-04-161-8/+8
* Merge the NETGRAPH branch into HEAD. tty devices now use netgraph's lineBrian Somers2002-03-301-3/+3
* Reduce the interface MTU by 2 when MPPE has been successfully negotiated.Brian Somers2001-07-031-0/+2
* Add support for stateful MPPE (microsoft encryption) providingBrian Somers2001-06-181-3/+16
* Convert IIJ copyrights to BSD copyrights.Brian Somers2001-06-131-16/+24
* Add a ``Usable'' function to the ccp switch. The functionBrian Somers2001-02-041-0/+2
* Pass the correct output options to the ccp output initialisationBrian Somers2000-11-071-2/+2
* Add MPPE and MSChap v2 support (denied and disabled by default)Brian Somers2000-10-301-0/+11
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* o Redesign the layering mechanism and make the aliasing code part ofBrian Somers1999-05-081-6/+6
* Allow control over the number of ConfigREQ & TermREQ attemptsBrian Somers1999-02-261-2/+2
* The CCP layer now behaves as follows:Brian Somers1998-06-301-2/+2
* o Fix remaining sizeof problems for 64 bit machines.Brian Somers1998-06-271-3/+3
* o De-staticise things that don't need to be static.Brian Somers1998-06-151-3/+3
* o If all CCPs are disabled & denied, don't send a REQ - just enterBrian Somers1998-05-231-1/+2
* MFMP: Make ppp multilink capable.Brian Somers1998-05-211-32/+67
|\
| * Cosmetic: Make our external function names consistent.Brian Somers1998-05-011-3/+3
| * o Create a new ``timer'' log level. This lets us ``setBrian Somers1998-04-301-1/+2
| * Output the correct protocol id from the physical link-level CCPBrian Somers1998-04-241-1/+3
| * o Move the accept/deny/disable/enable globals either to theBrian Somers1998-04-161-2/+8
| * o Move alias function pointers into loadalias.cBrian Somers1998-04-071-1/+3
| * o Move default MRU, MTU, ACCMAP and OPENMODE config values intoBrian Somers1998-04-031-1/+2
| * o Move struct lcp and struct ccp into struct link.Brian Somers1998-04-031-2/+2
| * Make all CCP negotiation data dynamic and add aBrian Somers1998-03-171-18/+40
| * Create struct fsm_parent. FSMs are created with one of these,Brian Somers1998-02-271-4/+3
| * o Remove the global CcpInfo. It's now part of the datalink.Brian Somers1998-02-231-9/+7
| * Shuffle around our FSMs a bit. This'll make itBrian Somers1998-02-211-7/+7
| * o Fix an obscure memory leak (if the peer sends PROTO_COMPDBrian Somers1998-02-181-3/+2
| * Rename ccpstate to ccp, ipcpstate to ipcp and lcpstate to lcp.Brian Somers1998-02-081-4/+4
| * o Hook the FSMs into our bundle.Brian Somers1998-02-071-2/+2
| * Isolate fsm callback functionsBrian Somers1998-02-061-2/+3
| * Create `struct bundle' - the top level control structure.Brian Somers1998-02-021-2/+2
| * Move the global FSMs into their relevent structures.Brian Somers1998-01-311-3/+4
| * Create `struct link' - the logical link from whichBrian Somers1998-01-301-4/+4
| * o Move in_algorithm and out_algorithm into CcpInfo.Brian Somers1998-01-291-3/+6
| * Create a new MP branch for `multilink protocol'.Brian Somers1998-01-291-4/+4
| * This commit was manufactured by cvs2svn to create branch 'MP'.cvs2svn1998-01-291-0/+92
* Make things work when sizeof(long) != 32 (hopefully)Brian Somers1998-01-111-5/+5
* Implement Reset{Req,Ack} properly, as per rfc 1962.Brian Somers1998-01-101-2/+5
* Initialize CcpInfo protocols to -1 (none, not OUI).Brian Somers1998-01-041-1/+4
* Fix the CCP Type field value for DEFLATE.Brian Somers1997-12-031-2/+3
* Abstract the CCP layer a level.Brian Somers1997-12-031-4/+33
* Fix prototypes.Brian Somers1997-11-221-2/+2
* Cosmetic (no functional changes):Brian Somers1997-10-261-13/+10
* Make the code format more in line with style(9).Brian Somers1997-08-251-7/+8
* Overhaul ppp:Brian Somers1997-06-091-7/+7
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Final cleanup for now. -Wall is now silent. A couple of bogons found.Poul-Henning Kamp1996-01-111-1/+7