summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/fsm.c
Commit message (Expand)AuthorAgeFilesLines
* If executing the stuff from ppp.linkdown results in a state change,brian2001-01-261-4/+6
* Support link identification from rfc1570brian2000-07-191-8/+32
* Don't oan about padding charactersbrian2000-06-111-2/+0
* If the fsm header reports a length greater than the packet size,brian2000-05-261-1/+8
* Add a bunch of `const's and fix a typo.brian1999-12-271-2/+2
* Cosmetic: Make struct mbuf more like kernel mbufs.brian1999-12-201-48/+48
* Support PPPoEbrian1999-11-061-2/+10
* Mention the received/expected magic for dodgy ECHO LQRs.brian1999-10-061-2/+3
* o Split the two IPCP queues into three - one for FSM databrian1999-09-041-4/+5
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* If we receive an IPCP protocol reject, bring it down.brian1999-08-101-1/+8
* o Alter the mbuf type as it's processed by different layers.brian1999-06-021-16/+15
* Handle LCP echo reqs properly again (broken with thebrian1999-05-141-17/+3
* Deal with the fact that as we now mbuf_Read the fsmbrian1999-05-091-27/+27
* o Redesign the layering mechanism and make the aliasing code part ofbrian1999-05-081-24/+26
* Ensure that the thing we're casting to struct ipbrian1999-03-291-1/+2
* Comment why we do a TLF when we get a ``Down'' event in statebrian1999-03-011-3/+6
* Allow control over the number of ConfigREQ & TermREQ attemptsbrian1999-02-261-25/+53
* Initial RADIUS support (using libradius). See the man page forbrian1999-01-281-2/+5
* Don't cast potentially unaligned addresses to pointers tobrian1998-09-041-4/+5
* When we receive an LCP config REQ in Opened state,brian1998-08-011-6/+8
* The CCP layer now behaves as follows:brian1998-06-301-1/+16
* o Fix remaining sizeof problems for 64 bit machines.brian1998-06-271-5/+20
* Add ``ipcp'' as an optional argument to ``open'', and makebrian1998-06-251-1/+13
* Do an InitRestartCounter when we get a TerminateReqbrian1998-06-201-1/+2
* Create & use fsm2initial(), a function to bring abrian1998-06-201-6/+14
* Change some log levels. ALERTs are only logged whenbrian1998-06-161-2/+2
* o De-staticise things that don't need to be static.brian1998-06-151-1/+2
* MFMP: Make ppp multilink capable.brian1998-05-211-285/+425
* Allow an optional delay when specifying "set openmode active".brian1998-01-201-6/+31
* Implement Reset{Req,Ack} properly, as per rfc 1962.brian1998-01-101-6/+12
* Cosmetic (style):brian1997-12-241-4/+4
* Allow random IP number allocation to peer.brian1997-12-131-2/+3
* Abstract the CCP layer a level.brian1997-12-031-5/+4
* Fix prototypes.brian1997-11-221-4/+8
* Don't moan about unexpected config req's when in ST_STOPPING.brian1997-11-111-2/+2
* Cosmetic (no functional changes):brian1997-10-261-27/+46
* Get rid of missing-prototype-warningbrian1997-09-101-1/+2
* o Initialize the PRED1 input queue when webrian1997-09-101-1/+2
* Cosmetic: Make LogPrintf() calls consistent.brian1997-08-311-2/+3
* Make the code format more in line with style(9).brian1997-08-251-197/+135
* Expand the "set stopped" command so that it canbrian1997-08-201-43/+30
* Allow the use of a "stopped" timeout via thebrian1997-08-171-2/+38
* Overhaul ppp:brian1997-06-091-47/+35
* Back out last change (which in fact breaks rfc1661)brian1997-06-021-4/+5
* Go directly to ST_STOPPED when a TerminateReq isbrian1997-06-011-3/+3
* Tidy up the code - bounds checking, returnbrian1997-05-101-2/+2
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Here is a diff of /usr/src/usr.sbin/ppp against current. The diffsphk1996-05-111-22/+22
OpenPOWER on IntegriCloud