| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace various spelling with FALLTHROUGH which is lint()able | charnier | 2002-08-25 | 1 | -1/+1 |
* | A better prinflike fix... | brian | 2002-06-15 | 1 | -2/+2 |
* | Fix a printflike format error | brian | 2002-06-15 | 1 | -1/+1 |
* | Increase the maximum FSM option length to 50 | brian | 2002-05-22 | 1 | -2/+2 |
* | o Clean up some #includes | brian | 2002-05-14 | 1 | -1/+0 |
* | If we receive a config request while Open, call TLD *before* decoding | brian | 2002-05-01 | 1 | -3/+7 |
* | Make the way FSM options are processed easier to read by using structures | brian | 2002-04-16 | 1 | -29/+127 |
* | Add a missing break | brian | 2002-03-30 | 1 | -0/+1 |
* | Back out the previous fix to deal with kernels that don't support IPv6, | brian | 2001-08-18 | 1 | -2/+1 |
* | Run correctly on a machine built without AF_INET6 support | brian | 2001-08-18 | 1 | -1/+2 |
* | o Add ipv6 support, abstracting most NCP addresses into opaque | brian | 2001-08-14 | 1 | -1/+15 |
* | Add support for stateful MPPE (microsoft encryption) providing | brian | 2001-06-18 | 1 | -9/+11 |
* | Convert IIJ copyrights to BSD copyrights. | brian | 2001-06-13 | 1 | -18/+24 |
* | If executing the stuff from ppp.linkdown results in a state change, | brian | 2001-01-26 | 1 | -4/+6 |
* | Support link identification from rfc1570 | brian | 2000-07-19 | 1 | -8/+32 |
* | Don't oan about padding characters | brian | 2000-06-11 | 1 | -2/+0 |
* | If the fsm header reports a length greater than the packet size, | brian | 2000-05-26 | 1 | -1/+8 |
* | Add a bunch of `const's and fix a typo. | brian | 1999-12-27 | 1 | -2/+2 |
* | Cosmetic: Make struct mbuf more like kernel mbufs. | brian | 1999-12-20 | 1 | -48/+48 |
* | Support PPPoE | brian | 1999-11-06 | 1 | -2/+10 |
* | Mention the received/expected magic for dodgy ECHO LQRs. | brian | 1999-10-06 | 1 | -2/+3 |
* | o Split the two IPCP queues into three - one for FSM data | brian | 1999-09-04 | 1 | -4/+5 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | If we receive an IPCP protocol reject, bring it down. | brian | 1999-08-10 | 1 | -1/+8 |
* | o Alter the mbuf type as it's processed by different layers. | brian | 1999-06-02 | 1 | -16/+15 |
* | Handle LCP echo reqs properly again (broken with the | brian | 1999-05-14 | 1 | -17/+3 |
* | Deal with the fact that as we now mbuf_Read the fsm | brian | 1999-05-09 | 1 | -27/+27 |
* | o Redesign the layering mechanism and make the aliasing code part of | brian | 1999-05-08 | 1 | -24/+26 |
* | Ensure that the thing we're casting to struct ip | brian | 1999-03-29 | 1 | -1/+2 |
* | Comment why we do a TLF when we get a ``Down'' event in state | brian | 1999-03-01 | 1 | -3/+6 |
* | Allow control over the number of ConfigREQ & TermREQ attempts | brian | 1999-02-26 | 1 | -25/+53 |
* | Initial RADIUS support (using libradius). See the man page for | brian | 1999-01-28 | 1 | -2/+5 |
* | Don't cast potentially unaligned addresses to pointers to | brian | 1998-09-04 | 1 | -4/+5 |
* | When we receive an LCP config REQ in Opened state, | brian | 1998-08-01 | 1 | -6/+8 |
* | The CCP layer now behaves as follows: | brian | 1998-06-30 | 1 | -1/+16 |
* | o Fix remaining sizeof problems for 64 bit machines. | brian | 1998-06-27 | 1 | -5/+20 |
* | Add ``ipcp'' as an optional argument to ``open'', and make | brian | 1998-06-25 | 1 | -1/+13 |
* | Do an InitRestartCounter when we get a TerminateReq | brian | 1998-06-20 | 1 | -1/+2 |
* | Create & use fsm2initial(), a function to bring a | brian | 1998-06-20 | 1 | -6/+14 |
* | Change some log levels. ALERTs are only logged when | brian | 1998-06-16 | 1 | -2/+2 |
* | o De-staticise things that don't need to be static. | brian | 1998-06-15 | 1 | -1/+2 |
* | MFMP: Make ppp multilink capable. | brian | 1998-05-21 | 1 | -285/+425 |
* | Allow an optional delay when specifying "set openmode active". | brian | 1998-01-20 | 1 | -6/+31 |
* | Implement Reset{Req,Ack} properly, as per rfc 1962. | brian | 1998-01-10 | 1 | -6/+12 |
* | Cosmetic (style): | brian | 1997-12-24 | 1 | -4/+4 |
* | Allow random IP number allocation to peer. | brian | 1997-12-13 | 1 | -2/+3 |
* | Abstract the CCP layer a level. | brian | 1997-12-03 | 1 | -5/+4 |
* | Fix prototypes. | brian | 1997-11-22 | 1 | -4/+8 |
* | Don't moan about unexpected config req's when in ST_STOPPING. | brian | 1997-11-11 | 1 | -2/+2 |
* | Cosmetic (no functional changes): | brian | 1997-10-26 | 1 | -27/+46 |