aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/deflate.c
Commit message (Expand)AuthorAgeFilesLines
* Make ppp WARNS=5 cleanBrian Somers2004-09-051-8/+8
* Understand the following Microsoft Vendor Specific RADIUS attributes:Brian Somers2002-06-121-5/+8
* o Clean up some #includesBrian Somers2002-05-141-5/+0
* Make the way FSM options are processed easier to read by using structuresBrian Somers2002-04-161-9/+9
* Reduce the interface MTU by 2 when MPPE has been successfully negotiated.Brian Somers2001-07-031-0/+2
* Add support for stateful MPPE (microsoft encryption) providingBrian Somers2001-06-181-4/+8
* Add a ``Usable'' function to the ccp switch. The functionBrian Somers2001-02-041-1/+3
* Support link identification from rfc1570Brian Somers2000-07-191-0/+2
* Implement mbuf allocation internally by maintaining 8 buckets ofBrian Somers1999-12-201-1/+1
* Cosmetic: Make struct mbuf more like kernel mbufs.Brian Somers1999-12-201-56/+57
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add ISDN support via isdnd & i4b. This requires versionBrian Somers1999-08-061-3/+1
* o Alter the mbuf type as it's processed by different layers.Brian Somers1999-06-021-7/+7
* o Redesign the layering mechanism and make the aliasing code part ofBrian Somers1999-05-081-15/+16
* Tone down the log levels (Log{ERROR,WARN} -> LogCCP)Brian Somers1999-03-111-6/+6
* o Support callback types NONE, E.164, AUTH and CBCP.Brian Somers1998-08-071-1/+2
* Change some log levels. ALERTs are only logged whenBrian Somers1998-06-161-5/+5
* o De-staticise things that don't need to be static.Brian Somers1998-06-151-2/+2
* MFMP: Make ppp multilink capable.Brian Somers1998-05-211-245/+219
|\
| * o Activate link-level CCPs in multilink mode, by bringing themBrian Somers1998-05-151-3/+2
| * Cosmetic: Make our external function names consistent.Brian Somers1998-05-011-47/+47
| * Make gcc-2.8.1 build ppp cleanly.Brian Somers1998-04-251-2/+3
| * 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-4/+3
| * o Move alias function pointers into loadalias.cBrian Somers1998-04-071-5/+2
| * Remove unused includes.Brian Somers1998-04-061-4/+1
| * Make all CCP negotiation data dynamic and add aBrian Somers1998-03-171-182/+161
| * 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-16/+17
| * o Create `struct hdlc' - a part of struct physical.Brian Somers1998-02-181-2/+2
| * Move the global FSMs into their relevent structures.Brian Somers1998-01-311-6/+6
| * Create `struct link' - the logical link from whichBrian Somers1998-01-301-4/+5
| * o Bring global/static data into LcpInfo.Brian Somers1998-01-301-2/+2
| * 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/+617
* Add extraneous braces to stiffle warnings from gcc-2.8Brian Somers1998-03-131-2/+3
* Implement Reset{Req,Ack} properly, as per rfc 1962.Brian Somers1998-01-101-13/+12
* Allow initial sequence numbers less than what we're expecting.Brian Somers1997-12-281-6/+21
* Add (BSD) copyright headers.Brian Somers1997-12-211-2/+26
* Deal with inflate() returning avail_in == avail_out == 0Brian Somers1997-12-081-2/+18
* Fix the CCP Type field value for DEFLATE.Brian Somers1997-12-031-13/+77
* Abstract the CCP layer a level.Brian Somers1997-12-031-0/+499