aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/fsm.c
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/8.2 to release/8.2.0 for 8.2-RELEASE.release/8.2.0_cvsKen Smith2011-02-161-1/+1
* Fix the build on 64-bit platforms.Marcel Moolenaar2004-09-061-1/+1
* Make ppp WARNS=5 cleanBrian Somers2004-09-051-19/+23
* Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-251-1/+1
* A better prinflike fix...Brian Somers2002-06-151-2/+2
* Fix a printflike format errorBrian Somers2002-06-151-1/+1
* Increase the maximum FSM option length to 50Brian Somers2002-05-221-2/+2
* o Clean up some #includesBrian Somers2002-05-141-1/+0
* If we receive a config request while Open, call TLD *before* decodingBrian Somers2002-05-011-3/+7
* Make the way FSM options are processed easier to read by using structuresBrian Somers2002-04-161-29/+127
* Add a missing breakBrian Somers2002-03-301-0/+1
* Back out the previous fix to deal with kernels that don't support IPv6,Brian Somers2001-08-181-2/+1
* Run correctly on a machine built without AF_INET6 supportBrian Somers2001-08-181-1/+2
* o Add ipv6 support, abstracting most NCP addresses into opaqueBrian Somers2001-08-141-1/+15
* Add support for stateful MPPE (microsoft encryption) providingBrian Somers2001-06-181-9/+11
* Convert IIJ copyrights to BSD copyrights.Brian Somers2001-06-131-18/+24
* If executing the stuff from ppp.linkdown results in a state change,Brian Somers2001-01-261-4/+6
* Support link identification from rfc1570Brian Somers2000-07-191-8/+32
* Don't oan about padding charactersBrian Somers2000-06-111-2/+0
* If the fsm header reports a length greater than the packet size,Brian Somers2000-05-261-1/+8
* Add a bunch of `const's and fix a typo.Brian Somers1999-12-271-2/+2
* Cosmetic: Make struct mbuf more like kernel mbufs.Brian Somers1999-12-201-48/+48
* Support PPPoEBrian Somers1999-11-061-2/+10
* Mention the received/expected magic for dodgy ECHO LQRs.Brian Somers1999-10-061-2/+3
* o Split the two IPCP queues into three - one for FSM dataBrian Somers1999-09-041-4/+5
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* If we receive an IPCP protocol reject, bring it down.Brian Somers1999-08-101-1/+8
* o Alter the mbuf type as it's processed by different layers.Brian Somers1999-06-021-16/+15
* Handle LCP echo reqs properly again (broken with theBrian Somers1999-05-141-17/+3
* Deal with the fact that as we now mbuf_Read the fsmBrian Somers1999-05-091-27/+27
* o Redesign the layering mechanism and make the aliasing code part ofBrian Somers1999-05-081-24/+26
* Ensure that the thing we're casting to struct ipBrian Somers1999-03-291-1/+2
* Comment why we do a TLF when we get a ``Down'' event in stateBrian Somers1999-03-011-3/+6
* Allow control over the number of ConfigREQ & TermREQ attemptsBrian Somers1999-02-261-25/+53
* Initial RADIUS support (using libradius). See the man page forBrian Somers1999-01-281-2/+5
* Don't cast potentially unaligned addresses to pointers toBrian Somers1998-09-041-4/+5
* When we receive an LCP config REQ in Opened state,Brian Somers1998-08-011-6/+8
* The CCP layer now behaves as follows:Brian Somers1998-06-301-1/+16
* o Fix remaining sizeof problems for 64 bit machines.Brian Somers1998-06-271-5/+20
* Add ``ipcp'' as an optional argument to ``open'', and makeBrian Somers1998-06-251-1/+13
* Do an InitRestartCounter when we get a TerminateReqBrian Somers1998-06-201-1/+2
* Create & use fsm2initial(), a function to bring aBrian Somers1998-06-201-6/+14
* Change some log levels. ALERTs are only logged whenBrian Somers1998-06-161-2/+2
* o De-staticise things that don't need to be static.Brian Somers1998-06-151-1/+2
* MFMP: Make ppp multilink capable.Brian Somers1998-05-211-285/+425
|\
| * Cosmetic: Make our external function names consistent.Brian Somers1998-05-011-102/+102
| * o Create a new ``timer'' log level. This lets us ``setBrian Somers1998-04-301-5/+17
| * o Add the link name to modem diagnostics.Brian Somers1998-04-281-2/+4
| * o Remove LINK level logging.Brian Somers1998-04-241-32/+43
| * o Initialise MP correctly depending on if we're theBrian Somers1998-04-231-1/+11