aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/datalink.c
Commit message (Expand)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add ISDN support via isdnd & i4b. This requires versionBrian Somers1999-08-061-6/+27
* o Obsolete the undocumented ``set weight'' command.Brian Somers1999-08-051-1/+4
* Don't use the ``next'' redial timer if we have no phone number at all.Brian Somers1999-06-181-1/+3
* Never bring a link back up after receiving a terminating signal,Brian Somers1999-06-101-2/+2
* Allow ``host:port/udp'' devices and support ``host:port/tcp'' asBrian Somers1999-05-121-3/+3
* o Redesign the layering mechanism and make the aliasing code part ofBrian Somers1999-05-081-19/+19
* When going from DATALINK_HANGUP directly toBrian Somers1999-04-061-1/+5
* When we get an LCP TLU, go into PHASE_AUTHENTICATEBrian Somers1999-04-051-2/+2
* Extend the ``set redial'' command to allow incrementalBrian Somers1999-03-041-46/+97
* Allow control over the number of ConfigREQ & TermREQ attemptsBrian Somers1999-02-261-8/+8
* When our dial timeout is ``random'', display its valueBrian Somers1999-02-251-9/+14
* Fully support both NT and LANMan CHAP type 0x80 as bothBrian Somers1999-02-181-10/+9
* Nuke any remaining auth timers when datalinks come back downBrian Somers1999-02-171-9/+17
* When resending chap challenges, resend the same challengeBrian Somers1999-02-111-5/+21
* Decouple pap & chap output routines from the correspondingBrian Somers1999-02-061-25/+24
* Reimplement the previous fix (no response to PAP requests)Brian Somers1999-02-021-5/+3
* If we receive no answer from the server when sending PAPBrian Somers1999-02-011-3/+5
* Initial RADIUS support (using libradius). See the man page forBrian Somers1999-01-281-2/+5
* Recurse when we've switched state via LoginDone(). If we'veBrian Somers1999-01-201-2/+2
* If we've configured CBCP *and* another not-so-importantBrian Somers1999-01-121-5/+9
* Don't use the next phone number after the ``|'' if theBrian Somers1999-01-081-1/+2
* Fix a rather bad latency problem (uncovered by the recent timer commit).Brian Somers1998-12-151-2/+2
* Boy, this was tricky to find:Brian Somers1998-12-101-1/+2
* Explain what the ``*'' means for a CBCP phone numberBrian Somers1998-10-171-3/+9
* Destroy any existing chat timeouts in datalink_ComeDown()Brian Somers1998-08-181-1/+2
* When entering ``term'' mode, don't output any messages untilBrian Somers1998-08-091-3/+11
* o Support callback types NONE, E.164, AUTH and CBCP.Brian Somers1998-08-071-18/+167
* Only start checking carrier when the datalink state machineBrian Somers1998-07-031-2/+4
* The CCP layer now behaves as follows:Brian Somers1998-06-301-4/+6
* Remove redundant includesBrian Somers1998-06-271-2/+1
* Add ``ipcp'' as an optional argument to ``open'', and makeBrian Somers1998-06-251-2/+3
* o If we come out of select() with only write descriptors thatBrian Somers1998-06-241-4/+7
* Create & use fsm2initial(), a function to bring aBrian Somers1998-06-201-17/+6
* Only set the datalink::stayonline flag if weBrian Somers1998-06-161-4/+5
* Make `close lcp' just close the LCP layer and not hangup. This isBrian Somers1998-06-151-11/+25
* o Maintain a link-type mask for open datalinks as well asBrian Somers1998-06-121-1/+2
* o Make modes consistent throughout ppp. The same strings are usedBrian Somers1998-05-291-11/+12
* o Don't forget to close our transfer socket if we cannotBrian Somers1998-05-281-3/+4
* o Don't try to transfer tty device descriptors as there's no way ofBrian Somers1998-05-251-4/+8
* o Move our prompt descriptor list outside of the bundle.Brian Somers1998-05-231-4/+1
* o If all CCPs are disabled & denied, don't send a REQ - just enterBrian Somers1998-05-231-2/+4
* MFMP: Make ppp multilink capable.Brian Somers1998-05-211-1/+1
* Add the `rename' command for renaming links.Brian Somers1998-05-161-1/+8
* o Add the `set mode' command for change a links current mode. ItBrian Somers1998-05-151-1/+15
* o Call bundle_LinkClosed() when transferring a datalink so thatBrian Somers1998-05-151-5/+8
* o Activate link-level CCPs in multilink mode, by bringing themBrian Somers1998-05-151-4/+7
* o Do an mp_Down() when aborting ppp.Brian Somers1998-05-111-1/+2
* Log datalink state transitions consistently.Brian Somers1998-05-091-29/+41
* o Rename datalinks as soon as the name has been received so thatBrian Somers1998-05-081-4/+25