aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/lqr.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Create struct datalink.Brian Somers1998-02-161-5/+3
| * o Introduce struct descriptor.Brian Somers1998-02-091-1/+2
| * o Hook the FSMs into our bundle.Brian Somers1998-02-071-5/+6
| * Create `struct async' and make it part of `struct physical'.Brian Somers1998-02-021-3/+7
| * Move the global FSMs into their relevent structures.Brian Somers1998-01-311-6/+5
| * Create `struct link' - the logical link from whichBrian Somers1998-01-301-3/+4
| * o Bring global/static data into LcpInfo.Brian Somers1998-01-301-4/+4
| * Create a new MP branch for `multilink protocol'.Brian Somers1998-01-291-10/+12
| * This commit was manufactured by cvs2svn to create branch 'MP'.cvs2svn1998-01-291-0/+272
* MFMP: Don't send LQRs when the peer has LCP REJ'd them. SendBrian Somers1998-03-131-2/+2
* o Fix a few comment typos.Brian Somers1998-03-121-29/+38
* Remove unused #includes.Brian Somers1998-01-211-3/+5
* Make things work when sizeof(long) != 32 (hopefully)Brian Somers1998-01-111-7/+7
* Fix prototypes.Brian Somers1997-11-221-8/+8
* Cosmetic (no functional changes):Brian Somers1997-10-261-1/+11
* Cosmetic: Make LogPrintf() calls consistent.Brian Somers1997-08-311-2/+2
* Make the code format more in line with style(9).Brian Somers1997-08-251-32/+27
* Reset all LQR variables when we start over.Poul-Henning Kamp1997-07-021-1/+4
* Overhaul ppp:Brian Somers1997-06-091-35/+27
* De-couple ppp from libalias. If libalias isn't there, theBrian Somers1997-05-261-1/+2
* Fix the reconnect option, and add an explanation to vars.hBrian Somers1997-05-241-3/+3