| Commit message (Expand) | Author | Age | Files | Lines |
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
* | Add ISDN support via isdnd & i4b. This requires version | Brian Somers | 1999-08-06 | 1 | -6/+27 |
* | o Obsolete the undocumented ``set weight'' command. | Brian Somers | 1999-08-05 | 1 | -1/+4 |
* | Don't use the ``next'' redial timer if we have no phone number at all. | Brian Somers | 1999-06-18 | 1 | -1/+3 |
* | Never bring a link back up after receiving a terminating signal, | Brian Somers | 1999-06-10 | 1 | -2/+2 |
* | Allow ``host:port/udp'' devices and support ``host:port/tcp'' as | Brian Somers | 1999-05-12 | 1 | -3/+3 |
* | o Redesign the layering mechanism and make the aliasing code part of | Brian Somers | 1999-05-08 | 1 | -19/+19 |
* | When going from DATALINK_HANGUP directly to | Brian Somers | 1999-04-06 | 1 | -1/+5 |
* | When we get an LCP TLU, go into PHASE_AUTHENTICATE | Brian Somers | 1999-04-05 | 1 | -2/+2 |
* | Extend the ``set redial'' command to allow incremental | Brian Somers | 1999-03-04 | 1 | -46/+97 |
* | Allow control over the number of ConfigREQ & TermREQ attempts | Brian Somers | 1999-02-26 | 1 | -8/+8 |
* | When our dial timeout is ``random'', display its value | Brian Somers | 1999-02-25 | 1 | -9/+14 |
* | Fully support both NT and LANMan CHAP type 0x80 as both | Brian Somers | 1999-02-18 | 1 | -10/+9 |
* | Nuke any remaining auth timers when datalinks come back down | Brian Somers | 1999-02-17 | 1 | -9/+17 |
* | When resending chap challenges, resend the same challenge | Brian Somers | 1999-02-11 | 1 | -5/+21 |
* | Decouple pap & chap output routines from the corresponding | Brian Somers | 1999-02-06 | 1 | -25/+24 |
* | Reimplement the previous fix (no response to PAP requests) | Brian Somers | 1999-02-02 | 1 | -5/+3 |
* | If we receive no answer from the server when sending PAP | Brian Somers | 1999-02-01 | 1 | -3/+5 |
* | Initial RADIUS support (using libradius). See the man page for | Brian Somers | 1999-01-28 | 1 | -2/+5 |
* | Recurse when we've switched state via LoginDone(). If we've | Brian Somers | 1999-01-20 | 1 | -2/+2 |
* | If we've configured CBCP *and* another not-so-important | Brian Somers | 1999-01-12 | 1 | -5/+9 |
* | Don't use the next phone number after the ``|'' if the | Brian Somers | 1999-01-08 | 1 | -1/+2 |
* | Fix a rather bad latency problem (uncovered by the recent timer commit). | Brian Somers | 1998-12-15 | 1 | -2/+2 |
* | Boy, this was tricky to find: | Brian Somers | 1998-12-10 | 1 | -1/+2 |
* | Explain what the ``*'' means for a CBCP phone number | Brian Somers | 1998-10-17 | 1 | -3/+9 |
* | Destroy any existing chat timeouts in datalink_ComeDown() | Brian Somers | 1998-08-18 | 1 | -1/+2 |
* | When entering ``term'' mode, don't output any messages until | Brian Somers | 1998-08-09 | 1 | -3/+11 |
* | o Support callback types NONE, E.164, AUTH and CBCP. | Brian Somers | 1998-08-07 | 1 | -18/+167 |
* | Only start checking carrier when the datalink state machine | Brian Somers | 1998-07-03 | 1 | -2/+4 |
* | The CCP layer now behaves as follows: | Brian Somers | 1998-06-30 | 1 | -4/+6 |
* | Remove redundant includes | Brian Somers | 1998-06-27 | 1 | -2/+1 |
* | Add ``ipcp'' as an optional argument to ``open'', and make | Brian Somers | 1998-06-25 | 1 | -2/+3 |
* | o If we come out of select() with only write descriptors that | Brian Somers | 1998-06-24 | 1 | -4/+7 |
* | Create & use fsm2initial(), a function to bring a | Brian Somers | 1998-06-20 | 1 | -17/+6 |
* | Only set the datalink::stayonline flag if we | Brian Somers | 1998-06-16 | 1 | -4/+5 |
* | Make `close lcp' just close the LCP layer and not hangup. This is | Brian Somers | 1998-06-15 | 1 | -11/+25 |
* | o Maintain a link-type mask for open datalinks as well as | Brian Somers | 1998-06-12 | 1 | -1/+2 |
* | o Make modes consistent throughout ppp. The same strings are used | Brian Somers | 1998-05-29 | 1 | -11/+12 |
* | o Don't forget to close our transfer socket if we cannot | Brian Somers | 1998-05-28 | 1 | -3/+4 |
* | o Don't try to transfer tty device descriptors as there's no way of | Brian Somers | 1998-05-25 | 1 | -4/+8 |
* | o Move our prompt descriptor list outside of the bundle. | Brian Somers | 1998-05-23 | 1 | -4/+1 |
* | o If all CCPs are disabled & denied, don't send a REQ - just enter | Brian Somers | 1998-05-23 | 1 | -2/+4 |
* | MFMP: Make ppp multilink capable. | Brian Somers | 1998-05-21 | 1 | -1/+1 |
* | Add the `rename' command for renaming links. | Brian Somers | 1998-05-16 | 1 | -1/+8 |
* | o Add the `set mode' command for change a links current mode. It | Brian Somers | 1998-05-15 | 1 | -1/+15 |
* | o Call bundle_LinkClosed() when transferring a datalink so that | Brian Somers | 1998-05-15 | 1 | -5/+8 |
* | o Activate link-level CCPs in multilink mode, by bringing them | Brian Somers | 1998-05-15 | 1 | -4/+7 |
* | o Do an mp_Down() when aborting ppp. | Brian Somers | 1998-05-11 | 1 | -1/+2 |
* | Log datalink state transitions consistently. | Brian Somers | 1998-05-09 | 1 | -29/+41 |
* | o Rename datalinks as soon as the name has been received so that | Brian Somers | 1998-05-08 | 1 | -4/+25 |