aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/vjcomp.c
Commit message (Expand)AuthorAgeFilesLines
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Spelling fixes for usr.sbin/Ulrich Spörlein2011-12-301-1/+1
* Make ppp WARNS=5 cleanBrian Somers2004-09-051-3/+3
* o Clean up some #includesBrian Somers2002-05-141-1/+0
* Fix a typoBrian Somers2002-03-311-1/+1
* o Add ipv6 support, abstracting most NCP addresses into opaqueBrian Somers2001-08-141-0/+5
* Convert IIJ copyrights to BSD copyrights.Brian Somers2001-06-131-18/+25
* Implement mbuf allocation internally by maintaining 8 buckets ofBrian Somers1999-12-201-5/+4
* Cosmetic: Make struct mbuf more like kernel mbufs.Brian Somers1999-12-201-12/+12
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add ISDN support via isdnd & i4b. This requires versionBrian Somers1999-08-061-2/+2
* o Alter the mbuf type as it's processed by different layers.Brian Somers1999-06-021-3/+7
* Allow ``host:port/udp'' devices and support ``host:port/tcp'' asBrian Somers1999-05-121-7/+6
* 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-30/+35
* Avoid a few warnings on the alphaBrian Somers1999-03-311-1/+2
* Ensure that the thing we're casting to struct ipBrian Somers1999-03-291-5/+7
* Decouple pap & chap output routines from the correspondingBrian Somers1999-02-061-2/+1
* Initial RADIUS support (using libradius). See the man page forBrian Somers1999-01-281-2/+5
* Fix some OpenBSD/alpha warningsBrian Somers1998-08-261-1/+2
* o Support callback types NONE, E.164, AUTH and CBCP.Brian Somers1998-08-071-2/+1
* o Fix remaining sizeof problems for 64 bit machines.Brian Somers1998-06-271-1/+2
* Change some log levels. ALERTs are only logged whenBrian Somers1998-06-161-3/+3
* o De-staticise things that don't need to be static.Brian Somers1998-06-151-2/+2
* o Pass our negotiated number of VJ slots intoBrian Somers1998-06-141-3/+5
* MFMP: Make ppp multilink capable.Brian Somers1998-05-211-35/+45
|\
| * o Increment expected MP fragment numbers correctly,Brian Somers1998-05-041-2/+2
| * Cosmetic: Make our external function names consistent.Brian Somers1998-05-011-16/+16
| * o Add the link name to modem diagnostics.Brian Somers1998-04-281-1/+2
| * o Move the accept/deny/disable/enable globals either to theBrian Somers1998-04-161-3/+6
| * o Move alias function pointers into loadalias.cBrian Somers1998-04-071-2/+1
| * Remove unused includes.Brian Somers1998-04-061-2/+1
| * o Move struct lcp and struct ccp into struct link.Brian Somers1998-04-031-3/+3
| * Make struct bundle into a sort of `struct descriptor'.Brian Somers1998-03-201-1/+2
| * Move VJ compression state and stats into struct ipcp.Brian Somers1998-03-161-15/+9
| * Move filter sets into struct bundle.Brian Somers1998-03-161-1/+2
| * Move the IPCP into struct bundle.Brian Somers1998-03-131-4/+5
| * 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-3/+10
| * Shuffle around our FSMs a bit. This'll make itBrian Somers1998-02-211-4/+4
| * Create `struct link' - the logical link from whichBrian Somers1998-01-301-3/+3
| * o Move global/static IPCP data into IpcpInfo.Brian Somers1998-01-291-1/+4
| * Create a new MP branch for `multilink protocol'.Brian Somers1998-01-291-3/+3
| * This commit was manufactured by cvs2svn to create branch 'MP'.cvs2svn1998-01-291-0/+164
* Remove unused #includes.Brian Somers1998-01-211-5/+4
* Make things work when sizeof(long) != 32 (hopefully)Brian Somers1998-01-111-4/+4
* Abstract the CCP layer a level.Brian Somers1997-12-031-5/+15
* 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-4/+14