| Commit message (Expand) | Author | Age | Files | Lines |
* | o Redesign the layering mechanism and make the aliasing code part of | Brian Somers | 1999-05-08 | 1 | -1155/+0 |
* | Change ``set device'' so that it parses its arguments as one | Brian Somers | 1999-04-27 | 1 | -54/+77 |
* | Add support for NetBSD | Brian Somers | 1999-04-26 | 1 | -2/+2 |
* | If ioctl TIOCMGET fails, continue. The device may be | Brian Somers | 1999-04-21 | 1 | -4/+5 |
* | Remove forgotten variable. | Brian Somers | 1999-04-03 | 1 | -2/+1 |
* | Handle the detection of frames even if we read them | Brian Somers | 1999-04-03 | 1 | -19/+32 |
* | Don't forget to call modem_Found() when connecting | Brian Somers | 1999-03-07 | 1 | -1/+2 |
* | Use socketpair() instead of pipe()... pipe() doesn't return | Brian Somers | 1999-03-07 | 1 | -2/+2 |
* | Reopen descriptor 0 as /dev/tty when in interactive mode | Brian Somers | 1999-03-07 | 1 | -1/+3 |
* | Allow control over the number of ConfigREQ & TermREQ attempts | Brian Somers | 1999-02-26 | 1 | -1/+3 |
* | Parse IP addresses more securely - specifically, don't allow | Brian Somers | 1999-02-25 | 1 | -9/+4 |
* | Wait by default for one second after the login script | Brian Somers | 1999-02-16 | 1 | -31/+49 |
* | Initial RADIUS support (using libradius). See the man page for | Brian Somers | 1999-01-28 | 1 | -1/+4 |
* | Only call isatty() when we open our descriptor, and remember | Brian Somers | 1999-01-10 | 1 | -12/+13 |
* | Fix some OpenBSD/alpha warnings | Brian Somers | 1998-08-26 | 1 | -2/+2 |
* | When entering ``term'' mode, don't output any messages until | Brian Somers | 1998-08-09 | 1 | -6/+4 |
* | o Support callback types NONE, E.164, AUTH and CBCP. | Brian Somers | 1998-08-07 | 1 | -2/+3 |
* | Use tcsetattr TCSANOW instead of TCSADRAIN so that dedicated mode doesn't | Brian Somers | 1998-07-29 | 1 | -2/+3 |
* | Only start checking carrier when the datalink state machine | Brian Somers | 1998-07-03 | 1 | -10/+8 |
* | Remove redundant includes | Brian Somers | 1998-06-27 | 1 | -2/+1 |
* | o If we come out of select() with only write descriptors that | Brian Somers | 1998-06-24 | 1 | -5/+10 |
* | Don't assume that all ttys support carrier detect. If we're | Brian Somers | 1998-06-18 | 1 | -3/+3 |
* | Change some log levels. ALERTs are only logged when | Brian Somers | 1998-06-16 | 1 | -6/+6 |
* | Fix a rather nasty use of `static'. This caused a SEGV | Brian Somers | 1998-06-15 | 1 | -2/+2 |
* | Make `close lcp' just close the LCP layer and not hangup. This is | Brian Somers | 1998-06-15 | 1 | -5/+5 |
* | o If there's a session leader left running for a descriptor | Brian Somers | 1998-05-29 | 1 | -4/+13 |
* | o #define the name "tun" in defs.h against the future possibility | Brian Somers | 1998-05-28 | 1 | -3/+8 |
* | o Don't forget to close our transfer socket if we cannot | Brian Somers | 1998-05-28 | 1 | -6/+15 |
* | o Only do the /bin/cat bit when we're transferring our ctty. | Brian Somers | 1998-05-25 | 1 | -2/+2 |
* | o Don't try to transfer tty device descriptors as there's no way of | Brian Somers | 1998-05-25 | 1 | -2/+6 |
* | o Move our prompt descriptor list outside of the bundle. | Brian Somers | 1998-05-23 | 1 | -6/+5 |
* | o Add some missing #includes | Brian Somers | 1998-05-21 | 1 | -1/+2 |
* | MFMP: Make ppp multilink capable. | Brian Somers | 1998-05-21 | 1 | -488/+619 |
|\ |
|
| * | Close some file descriptors. | Brian Somers | 1998-05-19 | 1 | -1/+2 |
| * | Add support for devices beginning with ``!'', where we execute | Brian Somers | 1998-05-13 | 1 | -11/+60 |
| * | o Call unidentifyable devices "unknown" rather than "stdin". | Brian Somers | 1998-05-12 | 1 | -3/+5 |
| * | o Rename datalinks as soon as the name has been received so that | Brian Somers | 1998-05-08 | 1 | -21/+26 |
| * | o Don't enter phase TERMINATE in the LCP TLD, leave it exclusively | Brian Somers | 1998-05-06 | 1 | -6/+6 |
| * | o Use a tun speed of 115200 for each network link. | Brian Somers | 1998-05-05 | 1 | -1/+4 |
| * | o Mention our link name with timed HDLC error reports. | Brian Somers | 1998-05-03 | 1 | -4/+16 |
| * | o Transfer file descriptors using {send,recv}msg & SCM_RIGHTS, | Brian Somers | 1998-05-02 | 1 | -47/+28 |
| * | Cosmetic: Make our external function names consistent. | Brian Somers | 1998-05-01 | 1 | -74/+74 |
| * | o Explicitly set the close-on-exec flag of descriptor 3 before | Brian Somers | 1998-05-01 | 1 | -3/+5 |
| * | o Use two `cat' processes to connect the modem to an | Brian Somers | 1998-05-01 | 1 | -7/+9 |
| * | o Create a new ``timer'' log level. This lets us ``set | Brian Somers | 1998-04-30 | 1 | -9/+110 |
| * | o Add the link name to modem diagnostics. | Brian Somers | 1998-04-28 | 1 | -78/+70 |
| * | Make gcc-2.8.1 build ppp cleanly. | Brian Somers | 1998-04-25 | 1 | -7/+11 |
| * | Use the link name for modem throughput logging. | Brian Somers | 1998-04-25 | 1 | -2/+2 |
| * | o Defer setting up pap/chap based IP numbers & labels until after | Brian Somers | 1998-04-24 | 1 | -2/+2 |
| * | o Remove some unused #includes. | Brian Somers | 1998-04-21 | 1 | -4/+1 |