summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/fsm.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the build on 64-bit platforms.marcel2004-09-061-1/+1
* Make ppp WARNS=5 cleanbrian2004-09-051-19/+23
* Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-251-1/+1
* A better prinflike fix...brian2002-06-151-2/+2
* Fix a printflike format errorbrian2002-06-151-1/+1
* Increase the maximum FSM option length to 50brian2002-05-221-2/+2
* o Clean up some #includesbrian2002-05-141-1/+0
* If we receive a config request while Open, call TLD *before* decodingbrian2002-05-011-3/+7
* Make the way FSM options are processed easier to read by using structuresbrian2002-04-161-29/+127
* Add a missing breakbrian2002-03-301-0/+1
* Back out the previous fix to deal with kernels that don't support IPv6,brian2001-08-181-2/+1
* Run correctly on a machine built without AF_INET6 supportbrian2001-08-181-1/+2
* o Add ipv6 support, abstracting most NCP addresses into opaquebrian2001-08-141-1/+15
* Add support for stateful MPPE (microsoft encryption) providingbrian2001-06-181-9/+11
* Convert IIJ copyrights to BSD copyrights.brian2001-06-131-18/+24
* 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
OpenPOWER on IntegriCloud