summaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/modem.c
Commit message (Expand)AuthorAgeFilesLines
* o Redesign the layering mechanism and make the aliasing code part ofBrian Somers1999-05-081-1155/+0
* Change ``set device'' so that it parses its arguments as oneBrian Somers1999-04-271-54/+77
* Add support for NetBSDBrian Somers1999-04-261-2/+2
* If ioctl TIOCMGET fails, continue. The device may beBrian Somers1999-04-211-4/+5
* Remove forgotten variable.Brian Somers1999-04-031-2/+1
* Handle the detection of frames even if we read themBrian Somers1999-04-031-19/+32
* Don't forget to call modem_Found() when connectingBrian Somers1999-03-071-1/+2
* Use socketpair() instead of pipe()... pipe() doesn't returnBrian Somers1999-03-071-2/+2
* Reopen descriptor 0 as /dev/tty when in interactive modeBrian Somers1999-03-071-1/+3
* Allow control over the number of ConfigREQ & TermREQ attemptsBrian Somers1999-02-261-1/+3
* Parse IP addresses more securely - specifically, don't allowBrian Somers1999-02-251-9/+4
* Wait by default for one second after the login scriptBrian Somers1999-02-161-31/+49
* Initial RADIUS support (using libradius). See the man page forBrian Somers1999-01-281-1/+4
* Only call isatty() when we open our descriptor, and rememberBrian Somers1999-01-101-12/+13
* Fix some OpenBSD/alpha warningsBrian Somers1998-08-261-2/+2
* When entering ``term'' mode, don't output any messages untilBrian Somers1998-08-091-6/+4
* o Support callback types NONE, E.164, AUTH and CBCP.Brian Somers1998-08-071-2/+3
* Use tcsetattr TCSANOW instead of TCSADRAIN so that dedicated mode doesn'tBrian Somers1998-07-291-2/+3
* Only start checking carrier when the datalink state machineBrian Somers1998-07-031-10/+8
* Remove redundant includesBrian Somers1998-06-271-2/+1
* o If we come out of select() with only write descriptors thatBrian Somers1998-06-241-5/+10
* Don't assume that all ttys support carrier detect. If we'reBrian Somers1998-06-181-3/+3
* Change some log levels. ALERTs are only logged whenBrian Somers1998-06-161-6/+6
* Fix a rather nasty use of `static'. This caused a SEGVBrian Somers1998-06-151-2/+2
* Make `close lcp' just close the LCP layer and not hangup. This isBrian Somers1998-06-151-5/+5
* o If there's a session leader left running for a descriptorBrian Somers1998-05-291-4/+13
* o #define the name "tun" in defs.h against the future possibilityBrian Somers1998-05-281-3/+8
* o Don't forget to close our transfer socket if we cannotBrian Somers1998-05-281-6/+15
* o Only do the /bin/cat bit when we're transferring our ctty.Brian Somers1998-05-251-2/+2
* o Don't try to transfer tty device descriptors as there's no way ofBrian Somers1998-05-251-2/+6
* o Move our prompt descriptor list outside of the bundle.Brian Somers1998-05-231-6/+5
* o Add some missing #includesBrian Somers1998-05-211-1/+2
* MFMP: Make ppp multilink capable.Brian Somers1998-05-211-488/+619
|\
| * Close some file descriptors.Brian Somers1998-05-191-1/+2
| * Add support for devices beginning with ``!'', where we executeBrian Somers1998-05-131-11/+60
| * o Call unidentifyable devices "unknown" rather than "stdin".Brian Somers1998-05-121-3/+5
| * o Rename datalinks as soon as the name has been received so thatBrian Somers1998-05-081-21/+26
| * o Don't enter phase TERMINATE in the LCP TLD, leave it exclusivelyBrian Somers1998-05-061-6/+6
| * o Use a tun speed of 115200 for each network link.Brian Somers1998-05-051-1/+4
| * o Mention our link name with timed HDLC error reports.Brian Somers1998-05-031-4/+16
| * o Transfer file descriptors using {send,recv}msg & SCM_RIGHTS,Brian Somers1998-05-021-47/+28
| * Cosmetic: Make our external function names consistent.Brian Somers1998-05-011-74/+74
| * o Explicitly set the close-on-exec flag of descriptor 3 beforeBrian Somers1998-05-011-3/+5
| * o Use two `cat' processes to connect the modem to anBrian Somers1998-05-011-7/+9
| * o Create a new ``timer'' log level. This lets us ``setBrian Somers1998-04-301-9/+110
| * o Add the link name to modem diagnostics.Brian Somers1998-04-281-78/+70
| * Make gcc-2.8.1 build ppp cleanly.Brian Somers1998-04-251-7/+11
| * Use the link name for modem throughput logging.Brian Somers1998-04-251-2/+2
| * o Defer setting up pap/chap based IP numbers & labels until afterBrian Somers1998-04-241-2/+2
| * o Remove some unused #includes.Brian Somers1998-04-211-4/+1