| Commit message (Expand) | Author | Age | Files | Lines |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Add ISDN support via isdnd & i4b. This requires version | brian | 1999-08-06 | 1 | -2/+2 |
* | o Alter the mbuf type as it's processed by different layers. | brian | 1999-06-02 | 1 | -11/+32 |
* | Allow ``host:port/udp'' devices and support ``host:port/tcp'' as | brian | 1999-05-12 | 1 | -2/+7 |
* | Deal with the fact that as we now mbuf_Read the fsm | brian | 1999-05-09 | 1 | -4/+2 |
* | o Redesign the layering mechanism and make the aliasing code part of | brian | 1999-05-08 | 1 | -33/+37 |
* | Handle receiving more than one acceptable CCP REQ | brian | 1999-05-02 | 1 | -3/+5 |
* | Avoid a few warnings on the alpha | brian | 1999-03-31 | 1 | -1/+2 |
* | Tone down the log levels (Log{ERROR,WARN} -> LogCCP) | brian | 1999-03-11 | 1 | -5/+5 |
* | Allow control over the number of ConfigREQ & TermREQ attempts | brian | 1999-02-26 | 1 | -9/+33 |
* | Decouple pap & chap output routines from the corresponding | brian | 1999-02-06 | 1 | -2/+1 |
* | Initial RADIUS support (using libradius). See the man page for | brian | 1999-01-28 | 1 | -2/+5 |
* | Fix some OpenBSD/alpha warnings | brian | 1998-08-26 | 1 | -1/+2 |
* | Put the IP buffer queues into struct ipcp. | brian | 1998-08-26 | 1 | -3/+3 |
* | o Support callback types NONE, E.164, AUTH and CBCP. | brian | 1998-08-07 | 1 | -3/+2 |
* | The CCP layer now behaves as follows: | brian | 1998-06-30 | 1 | -4/+12 |
* | o Fix remaining sizeof problems for 64 bit machines. | brian | 1998-06-27 | 1 | -7/+7 |
* | Add ``ipcp'' as an optional argument to ``open'', and make | brian | 1998-06-25 | 1 | -7/+8 |
* | Fix a rather nasty use of `static'. This caused a SEGV | brian | 1998-06-15 | 1 | -2/+2 |
* | o If all CCPs are disabled & denied, don't send a REQ - just enter | brian | 1998-05-23 | 1 | -1/+13 |
* | MFMP: Make ppp multilink capable. | brian | 1998-05-21 | 1 | -199/+357 |
* | Don't leak memory when the peer sends PROTO_COMPD packets | brian | 1998-02-18 | 1 | -2/+2 |
* | Remove unused #includes. | brian | 1998-01-21 | 1 | -2/+1 |
* | Allow an optional delay when specifying "set openmode active". | brian | 1998-01-20 | 1 | -5/+6 |
* | Implement Reset{Req,Ack} properly, as per rfc 1962. | brian | 1998-01-10 | 1 | -5/+29 |
* | Initialize CcpInfo protocols to -1 (none, not OUI). | brian | 1998-01-04 | 1 | -12/+14 |
* | Cosmetic (style): | brian | 1997-12-24 | 1 | -4/+4 |
* | Remove useless comparison. | brian | 1997-12-17 | 1 | -3/+1 |
* | Allow random IP number allocation to peer. | brian | 1997-12-13 | 1 | -2/+2 |
* | Initialize ccpstate when CCP comes down. | brian | 1997-12-04 | 1 | -32/+19 |
* | Fix the CCP Type field value for DEFLATE. | brian | 1997-12-03 | 1 | -17/+22 |
* | Abstract the CCP layer a level. | brian | 1997-12-03 | 1 | -41/+173 |
* | Fix prototypes. | brian | 1997-11-22 | 1 | -4/+4 |
* | Update the cftypes arrays according to rfc1700. | brian | 1997-11-14 | 1 | -8/+17 |
* | Don't pass global vars as args. | brian | 1997-11-08 | 1 | -3/+3 |
* | Cosmetic (no functional changes): | brian | 1997-10-26 | 1 | -20/+31 |
* | o Initialize the PRED1 input queue when we | brian | 1997-09-10 | 1 | -3/+3 |
* | Make the code format more in line with style(9). | brian | 1997-08-25 | 1 | -42/+30 |
* | Expand the "set stopped" command so that it can | brian | 1997-08-20 | 1 | -12/+13 |
* | Overhaul ppp: | brian | 1997-06-09 | 1 | -30/+28 |
* | De-couple ppp from libalias. If libalias isn't there, the | brian | 1997-05-26 | 1 | -1/+2 |
* | Tidy up the code - bounds checking, return | brian | 1997-05-10 | 1 | -4/+3 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Fix many buffer overruns in the code. Specifically, disallow ExpandString | imp | 1997-01-10 | 1 | -3/+3 |
* | Here is a diff of /usr/src/usr.sbin/ppp against current. The diffs | phk | 1996-05-11 | 1 | -11/+11 |
* | Use libmd's MD5. | phk | 1996-01-30 | 1 | -2/+2 |
* | Final cleanup for now. -Wall is now silent. A couple of bogons found. | phk | 1996-01-11 | 1 | -1/+2 |
* | A random bunch of cleanup changes. | phk | 1996-01-10 | 1 | -5/+2 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -4/+4 |