aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/lcp.h
Commit message (Expand)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* o Redesign the layering mechanism and make the aliasing code part ofBrian Somers1999-05-081-2/+2
* Allow control over the number of ConfigREQ & TermREQ attemptsBrian Somers1999-02-261-3/+2
* Fully support both NT and LANMan CHAP type 0x80 as bothBrian Somers1999-02-181-3/+8
* o Support callback types NONE, E.164, AUTH and CBCP.Brian Somers1998-08-071-2/+22
* o Fix remaining sizeof problems for 64 bit machines.Brian Somers1998-06-271-4/+4
* MFMP: Make ppp multilink capable.Brian Somers1998-05-211-31/+65
|\
| * Cosmetic: Make our external function names consistent.Brian Somers1998-05-011-2/+2
| * o Create a new ``timer'' log level. This lets us ``setBrian Somers1998-04-301-1/+2
| * Negotiate MRRU, SHORTSEQ and ENDDISC. ENDDISC doesn't implyBrian Somers1998-04-231-4/+10
| * o Move the accept/deny/disable/enable globals either to theBrian Somers1998-04-161-1/+7
| * o Move alias function pointers into loadalias.cBrian Somers1998-04-071-1/+5
| * `int var : 1' -> `unsigned var : 1'.Brian Somers1998-04-051-3/+3
| * o Move default MRU, MTU, ACCMAP and OPENMODE config values intoBrian Somers1998-04-031-3/+12
| * o Move struct lcp and struct ccp into struct link.Brian Somers1998-04-031-3/+3
| * o Check the LCP Identifier field for correctness and dropBrian Somers1998-03-201-3/+8
| * o Don't immediately reply to the first LQR thinkingBrian Somers1998-03-131-6/+4
| * "dial" now may optionally have context.Brian Somers1998-03-131-1/+2
| * Create struct fsm_parent. FSMs are created with one of these,Brian Somers1998-02-271-2/+3
| * Shuffle around our FSMs a bit. This'll make itBrian Somers1998-02-211-2/+4
| * Remove forgotten lcp report timer.Brian Somers1998-02-191-2/+1
| * Merge LcpOpen functionality into datalink_LoginDoneBrian Somers1998-02-171-2/+1
| * Create struct datalink.Brian Somers1998-02-161-2/+1
| * 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/+1
| * 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-2/+2
| * o Bring global/static data into LcpInfo.Brian Somers1998-01-301-17/+20
| * Create a new MP branch for `multilink protocol'.Brian Somers1998-01-291-3/+4
| * This commit was manufactured by cvs2svn to create branch 'MP'.cvs2svn1998-01-291-0/+82
* Make things work when sizeof(long) != 32 (hopefully)Brian Somers1998-01-111-11/+11
* Parenthesise the REJECTED macro.Brian Somers1997-12-041-2/+2
* Abstract the CCP layer a level.Brian Somers1997-12-031-7/+11
* Fix prototypes.Brian Somers1997-11-221-3/+3
* Update the cftypes arrays according to rfc1700.Brian Somers1997-11-141-8/+3
* Don't pass global vars as args.Brian Somers1997-11-081-2/+2
* Cosmetic:Brian Somers1997-10-261-1/+2
* Cosmetic (no functional changes):Brian Somers1997-10-261-6/+4
* Make the code format more in line with style(9).Brian Somers1997-08-251-18/+19
* Overhaul ppp:Brian Somers1997-06-091-8/+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
* Compile error occured by missing auth.h/cdefs.hAtsushi Murai1995-02-271-1/+1
* I assume someone had a good reason for breaking this? Try again!Jordan K. Hubbard1995-02-261-2/+2
* New user Process PPP based on iij-ppp0.94beta2.Atsushi Murai1995-02-261-6/+7
* (no commit message)Atsushi Murai1995-01-311-0/+83