summaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/hdlc.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-12/+6
* Re-implement LQM, this time according to the rfc.Brian Somers2004-06-301-5/+9
* Include the correct file (stdarg.h) and use va_list rather than _BSD_VA_LIST_Brian Somers2002-08-271-0/+1
* o Add ipv6 support, abstracting most NCP addresses into opaqueBrian Somers2001-08-141-0/+2
* Convert IIJ copyrights to BSD copyrights.Brian Somers2001-06-131-18/+25
* Cosmetic: Make struct mbuf more like kernel mbufs.Brian Somers1999-12-201-20/+20
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add ISDN support via isdnd & i4b. This requires versionBrian Somers1999-08-061-16/+1
* o Alter the mbuf type as it's processed by different layers.Brian Somers1999-06-021-4/+4
* o Redesign the layering mechanism and make the aliasing code part ofBrian Somers1999-05-081-266/+59
* Handle the detection of frames even if we read themBrian Somers1999-04-031-24/+30
* Ensure that the thing we're casting to struct ipBrian Somers1999-03-291-7/+3
* When resending chap challenges, resend the same challengeBrian Somers1999-02-111-2/+2
* Decouple pap & chap output routines from the correspondingBrian Somers1999-02-061-3/+3
* Initial RADIUS support (using libradius). See the man page forBrian Somers1999-01-281-2/+5
* o Support callback types NONE, E.164, AUTH and CBCP.Brian Somers1998-08-071-1/+10
* Cosmetic: Diagnostic wording (Unknown -> Unexpected)Brian Somers1998-08-011-4/+14
* o Fix remaining sizeof problems for 64 bit machines.Brian Somers1998-06-271-2/+2
* Change some log levels. ALERTs are only logged whenBrian Somers1998-06-161-2/+2
* Fix a rather nasty use of `static'. This caused a SEGVBrian Somers1998-06-151-2/+2
* MFMP: Make ppp multilink capable.Brian Somers1998-05-211-219/+261
|\
| * Don't accept IPCP packets before NETWORK phase.Brian Somers1998-05-211-2/+2
| * o Activate link-level CCPs in multilink mode, by bringing themBrian Somers1998-05-151-23/+23
| * o Do an mp_Down() when aborting ppp.Brian Somers1998-05-111-4/+3
| * o Rename datalinks as soon as the name has been received so thatBrian Somers1998-05-081-3/+3
| * o Increment expected MP fragment numbers correctly,Brian Somers1998-05-041-2/+3
| * o Mention our link name with timed HDLC error reports.Brian Somers1998-05-031-2/+2
| * Cosmetic: Make our external function names consistent.Brian Somers1998-05-011-56/+56
| * o Add the link name to modem diagnostics.Brian Somers1998-04-281-1/+2
| * o Defer setting up pap/chap based IP numbers & labels until afterBrian Somers1998-04-241-4/+5
| * o Initialise MP correctly depending on if we're theBrian Somers1998-04-231-17/+18
| * Tidy up the use of struct pppTimer.Brian Somers1998-04-191-3/+1
| * Cosmetic: Clean up warnings.Brian Somers1998-04-181-2/+3
| * o Move alias function pointers into loadalias.cBrian Somers1998-04-071-2/+2
| * Remove unused includes.Brian Somers1998-04-061-4/+1
| * Deglobalise `struct prompt':Brian Somers1998-04-031-10/+12
| * o Move struct lcp and struct ccp into struct link.Brian Somers1998-04-031-20/+33
| * Move VJ compression state and stats into struct ipcp.Brian Somers1998-03-161-2/+5
| * Move filter sets into struct bundle.Brian Somers1998-03-161-1/+2
| * Move the IPCP into struct bundle.Brian Somers1998-03-131-2/+2
| * o Don't immediately reply to the first LQR thinkingBrian Somers1998-03-131-11/+13
| * "dial" now may optionally have context.Brian Somers1998-03-131-2/+1
| * De-staticise LQR informationBrian Somers1998-03-131-28/+40
| * Do authentication at the datalink level, not the bundle level.Brian Somers1998-03-011-1/+2
| * o Remove the global CcpInfo. It's now part of the datalink.Brian Somers1998-02-231-5/+2
| * Shuffle around our FSMs a bit. This'll make itBrian Somers1998-02-211-6/+6
| * o Fix an obscure memory leak (if the peer sends PROTO_COMPDBrian Somers1998-02-181-11/+4
| * o Create `struct hdlc' - a part of struct physical.Brian Somers1998-02-181-52/+70
| * Make ``show escape'' require context.Brian Somers1998-02-181-3/+1