summaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/pred.c
Commit message (Expand)AuthorAgeFilesLines
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Make ppp WARNS=5 cleanBrian Somers2004-09-051-10/+12
* Understand the following Microsoft Vendor Specific RADIUS attributes:Brian Somers2002-06-121-4/+6
* Make the way FSM options are processed easier to read by using structuresBrian Somers2002-04-161-20/+10
* Reduce the interface MTU by 2 when MPPE has been successfully negotiated.Brian Somers2001-07-031-0/+1
* Add support for stateful MPPE (microsoft encryption) providingBrian Somers2001-06-181-4/+11
* Add a ``Usable'' function to the ccp switch. The functionBrian Somers2001-02-041-0/+1
* Cosmetic: Make struct mbuf more like kernel mbufs.Brian Somers1999-12-201-19/+19
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* o Alter the mbuf type as it's processed by different layers.Brian Somers1999-06-021-3/+3
* Deal with the fact that as we now mbuf_Read the fsmBrian Somers1999-05-091-2/+2
* o Redesign the layering mechanism and make the aliasing code part ofBrian Somers1999-05-081-9/+11
* Detect pred1 packets where the length != the packet lengthBrian Somers1999-03-161-12/+17
* Tone down the log levels (Log{ERROR,WARN} -> LogCCP)Brian Somers1999-03-111-5/+7
* o Support callback types NONE, E.164, AUTH and CBCP.Brian Somers1998-08-071-1/+2
* MFMP: Make ppp multilink capable.Brian Somers1998-05-211-107/+97
|\
| * Cosmetic: Make our external function names consistent.Brian Somers1998-05-011-22/+22
| * Make ``show ipcp'' prettier and remove a few redundant includes.Brian Somers1998-04-251-2/+1
| * Output the correct protocol id from the physical link-level CCPBrian Somers1998-04-241-2/+2
| * o Move the accept/deny/disable/enable globals either to theBrian Somers1998-04-161-3/+2
| * o Move alias function pointers into loadalias.cBrian Somers1998-04-071-5/+2
| * Remove unused includes.Brian Somers1998-04-061-5/+1
| * Make all CCP negotiation data dynamic and add aBrian Somers1998-03-171-71/+66
| * De-staticise LQR informationBrian Somers1998-03-131-1/+2
| * o Remove the global CcpInfo. It's now part of the datalink.Brian Somers1998-02-231-12/+13
| * Move the global FSMs into their relevent structures.Brian Somers1998-01-311-3/+3
| * Create `struct link' - the logical link from whichBrian Somers1998-01-301-4/+5
| * Create a new MP branch for `multilink protocol'.Brian Somers1998-01-291-3/+4
| * This commit was manufactured by cvs2svn to create branch 'MP'.cvs2svn1998-01-291-0/+342
* Free our input mbuf when the FCS is good (oops, memory leak).Brian Somers1998-01-141-1/+2
* Add (BSD) copyright headers.Brian Somers1997-12-211-7/+27
* Abstract the CCP layer a level.Brian Somers1997-12-031-24/+123
* Fix prototypes.Brian Somers1997-11-221-1/+2
* Introduce ID0 logging.Brian Somers1997-11-091-1/+2
* Cosmetic (no functional changes):Brian Somers1997-10-261-11/+21
* Make the code format more in line with style(9).Brian Somers1997-08-251-74/+66
* Make the man page a little more detailed.Brian Somers1997-06-091-3/+3
* Overhaul ppp:Brian Somers1997-06-091-10/+7
* Reduce MAX_M[RT]U back to 2048. Even on a null-modemBrian Somers1997-06-011-5/+3
* Tidy up the code - bounds checking, returnBrian Somers1997-05-101-7/+4
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Reset Pred1 protocol on FCS errors.Poul-Henning Kamp1996-07-211-1/+2
* Here is a diff of /usr/src/usr.sbin/ppp against current. The diffsPoul-Henning Kamp1996-05-111-2/+2
* Some patches to ppp which improve stability. I have been running aDoug Rabson1996-01-301-3/+11
* A random bunch of cleanup changes.Poul-Henning Kamp1996-01-101-2/+1
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-3/+3
* New user Process PPP based on iij-ppp0.94beta2.Atsushi Murai1995-02-261-22/+3
* (no commit message)Atsushi Murai1995-01-311-0/+237