summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/datalink.c
Commit message (Expand)AuthorAgeFilesLines
* Add ISDN support via isdnd & i4b. This requires versionbrian1999-08-061-6/+27
* o Obsolete the undocumented ``set weight'' command.brian1999-08-051-1/+4
* Don't use the ``next'' redial timer if we have no phone number at all.brian1999-06-181-1/+3
* Never bring a link back up after receiving a terminating signal,brian1999-06-101-2/+2
* Allow ``host:port/udp'' devices and support ``host:port/tcp'' asbrian1999-05-121-3/+3
* o Redesign the layering mechanism and make the aliasing code part ofbrian1999-05-081-19/+19
* When going from DATALINK_HANGUP directly tobrian1999-04-061-1/+5
* When we get an LCP TLU, go into PHASE_AUTHENTICATEbrian1999-04-051-2/+2
* Extend the ``set redial'' command to allow incrementalbrian1999-03-041-46/+97
* Allow control over the number of ConfigREQ & TermREQ attemptsbrian1999-02-261-8/+8
* When our dial timeout is ``random'', display its valuebrian1999-02-251-9/+14
* Fully support both NT and LANMan CHAP type 0x80 as bothbrian1999-02-181-10/+9
* Nuke any remaining auth timers when datalinks come back downbrian1999-02-171-9/+17
* When resending chap challenges, resend the same challengebrian1999-02-111-5/+21
* Decouple pap & chap output routines from the correspondingbrian1999-02-061-25/+24
* Reimplement the previous fix (no response to PAP requests)brian1999-02-021-5/+3
* If we receive no answer from the server when sending PAPbrian1999-02-011-3/+5
* Initial RADIUS support (using libradius). See the man page forbrian1999-01-281-2/+5
* Recurse when we've switched state via LoginDone(). If we'vebrian1999-01-201-2/+2
* If we've configured CBCP *and* another not-so-importantbrian1999-01-121-5/+9
* Don't use the next phone number after the ``|'' if thebrian1999-01-081-1/+2
* Fix a rather bad latency problem (uncovered by the recent timer commit).brian1998-12-151-2/+2
* Boy, this was tricky to find:brian1998-12-101-1/+2
* Explain what the ``*'' means for a CBCP phone numberbrian1998-10-171-3/+9
* Destroy any existing chat timeouts in datalink_ComeDown()brian1998-08-181-1/+2
* When entering ``term'' mode, don't output any messages untilbrian1998-08-091-3/+11
* o Support callback types NONE, E.164, AUTH and CBCP.brian1998-08-071-18/+167
* Only start checking carrier when the datalink state machinebrian1998-07-031-2/+4
* The CCP layer now behaves as follows:brian1998-06-301-4/+6
* Remove redundant includesbrian1998-06-271-2/+1
* Add ``ipcp'' as an optional argument to ``open'', and makebrian1998-06-251-2/+3
* o If we come out of select() with only write descriptors thatbrian1998-06-241-4/+7
* Create & use fsm2initial(), a function to bring abrian1998-06-201-17/+6
* Only set the datalink::stayonline flag if webrian1998-06-161-4/+5
* Make `close lcp' just close the LCP layer and not hangup. This isbrian1998-06-151-11/+25
* o Maintain a link-type mask for open datalinks as well asbrian1998-06-121-1/+2
* o Make modes consistent throughout ppp. The same strings are usedbrian1998-05-291-11/+12
* o Don't forget to close our transfer socket if we cannotbrian1998-05-281-3/+4
* o Don't try to transfer tty device descriptors as there's no way ofbrian1998-05-251-4/+8
* o Move our prompt descriptor list outside of the bundle.brian1998-05-231-4/+1
* o If all CCPs are disabled & denied, don't send a REQ - just enterbrian1998-05-231-2/+4
* MFMP: Make ppp multilink capable.brian1998-05-211-0/+1096
OpenPOWER on IntegriCloud