summaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/datalink.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Log link name changes correctly.Brian Somers1998-05-061-6/+6
* o Don't enter phase TERMINATE in the LCP TLD, leave it exclusivelyBrian Somers1998-05-061-4/+4
* o Transfer file descriptors using {send,recv}msg & SCM_RIGHTS,Brian Somers1998-05-021-82/+41
* Cosmetic: Make our external function names consistent.Brian Somers1998-05-011-69/+69
* o Use two `cat' processes to connect the modem to anBrian Somers1998-05-011-1/+5
* o Create a new ``timer'' log level. This lets us ``setBrian Somers1998-04-301-8/+165
* Don't forget to set up our ppp.secret IP numbers & labelBrian Somers1998-04-301-1/+2
* o Add the link name to modem diagnostics.Brian Somers1998-04-281-11/+16
* Show our link name when we fail to mp_Up().Brian Somers1998-04-251-2/+2
* Make ``show ipcp'' prettier and remove a few redundant includes.Brian Somers1998-04-251-2/+4
* o Defer setting up pap/chap based IP numbers & labels until afterBrian Somers1998-04-241-29/+68
* o Add ipcp_SetLink() for attaching IPCP to the correct link, andBrian Somers1998-04-231-2/+3
* o Don't go multilink if the peer hasn't asked for itBrian Somers1998-04-231-2/+2
* Negotiate MRRU, SHORTSEQ and ENDDISC. ENDDISC doesn't implyBrian Somers1998-04-231-1/+16
* Tidy up the use of struct pppTimer.Brian Somers1998-04-191-2/+1
* Destroy struct chat when it's finished in struct datalink.Brian Somers1998-04-181-3/+12
* Cosmetic: Clean up warnings.Brian Somers1998-04-181-2/+2
* o Remove bundle_LinkLost() and have the modem routines simplyBrian Somers1998-04-171-2/+14
* o Move the accept/deny/disable/enable globals either to theBrian Somers1998-04-161-14/+13