summaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/lqr.c
Commit message (Expand)AuthorAgeFilesLines
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Some 3G modems return the wrong signature in echo packets and make itNick Hibma2012-10-121-1/+2
* Fix warning when compiling with gcc46:Eitan Adler2012-01-201-2/+1
* Implement an ``enable/disable echo'' option, defaults to off.Brian Somers2004-12-131-13/+15
* Fix the build on 64-bit platforms.Marcel Moolenaar2004-09-061-1/+1
* Make ppp WARNS=5 cleanBrian Somers2004-09-051-6/+7
* Re-implement LQM, this time according to the rfc.Brian Somers2004-06-301-50/+132
* Remove whitespace at the end of lines.Brian Somers2002-06-151-1/+1
* o Clean up some #includesBrian Somers2002-05-141-0/+4
* Convert IIJ copyrights to BSD copyrights.Brian Somers2001-06-131-22/+24
* Support link identification from rfc1570Brian Somers2000-07-191-1/+1
* Allow padding in LQR ECHO requestsBrian Somers2000-06-201-2/+3
* Cosmetic: Make struct mbuf more like kernel mbufs.Brian Somers1999-12-201-15/+15
* Don't ntohl() the signature before printing it... it's alreadyBrian Somers1999-10-161-1/+1
* o Split the two IPCP queues into three - one for FSM dataBrian Somers1999-09-041-1/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* o Alter the mbuf type as it's processed by different layers.Brian Somers1999-06-021-5/+22
* Handle LCP echo reqs properly again (broken with theBrian Somers1999-05-141-8/+21
* Deal with the fact that as we now mbuf_Read the fsmBrian Somers1999-05-091-10/+11
* o Redesign the layering mechanism and make the aliasing code part ofBrian Somers1999-05-081-28/+115
* Ensure that the thing we're casting to struct ipBrian Somers1999-03-291-2/+3
* Initial RADIUS support (using libradius). See the man page forBrian Somers1999-01-281-2/+2
* o Support callback types NONE, E.164, AUTH and CBCP.Brian Somers1998-08-071-1/+2
* o Fix remaining sizeof problems for 64 bit machines.Brian Somers1998-06-271-10/+11
* Don't depend on sizeof(u_long) == 4.Brian Somers1998-06-261-4/+4
* Change some log levels. ALERTs are only logged whenBrian Somers1998-06-161-5/+5
* Make `close lcp' just close the LCP layer and not hangup. This isBrian Somers1998-06-151-3/+3
* MFMP: Make ppp multilink capable.Brian Somers1998-05-211-151/+188
|\
| * o Rename datalinks as soon as the name has been received so thatBrian Somers1998-05-081-14/+37
| * Cosmetic: Make our external function names consistent.Brian Somers1998-05-011-44/+44
| * 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-9/+12
| * o Use __attribute__ (#ifdef __GNUC__) to type-checkBrian Somers1998-04-191-3/+4
| * Tidy up the use of struct pppTimer.Brian Somers1998-04-191-2/+1
| * Cosmetic: Clean up warnings.Brian Somers1998-04-181-2/+2
| * o Move the accept/deny/disable/enable globals either to theBrian Somers1998-04-161-13/+5
| * Use datalink_Down when LQR fails, not bundle_Close().Brian Somers1998-04-141-17/+22
| * o Move alias function pointers into loadalias.cBrian Somers1998-04-071-4/+2
| * Remove unused includes.Brian Somers1998-04-061-2/+1
| * Make LQR & ECHO LQR work simultaneously (one from each side):Brian Somers1998-04-031-7/+14
| * o Move struct lcp and struct ccp into struct link.Brian Somers1998-04-031-1/+4
| * Honour the reconnect command when the link is closed dueBrian Somers1998-03-251-3/+3
| * Don't show ECHO LQRs in the LQM log - they're alreadyBrian Somers1998-03-201-4/+1
| * o Check the LCP Identifier field for correctness and dropBrian Somers1998-03-201-3/+3
| * Move VJ compression state and stats into struct ipcp.Brian Somers1998-03-161-1/+4
| * Move filter sets into struct bundle.Brian Somers1998-03-161-1/+2
| * Move the IPCP into struct bundle.Brian Somers1998-03-131-1/+3
| * o Don't immediately reply to the first LQR thinkingBrian Somers1998-03-131-7/+9
| * Don't send LQRs when the peer has LCP REJ'd them. SendBrian Somers1998-03-131-2/+2
| * De-staticise LQR informationBrian Somers1998-03-131-114/+118