Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add (BSD) copyright headers. | brian | 1997-12-21 | 1 | -2/+26 |
| | |||||
* | Cosmetic: Tidy up. | brian | 1997-12-21 | 1 | -19/+12 |
| | | | | Submitted by: Theo de Raadt <deraadt@cvs.openbsd.org> | ||||
* | Zero struct sockaddr_??s before filling them in. | brian | 1997-12-21 | 1 | -1/+3 |
| | | | | Suggested by: Theo de Raadt <deraadt@cvs.openbsd.org> | ||||
* | Correct the "how to find out if the line is up" example. | brian | 1997-12-21 | 1 | -2/+2 |
| | |||||
* | "No reply from ppp" -> "Connection closed". | brian | 1997-12-18 | 1 | -2/+2 |
| | | | | | "No reply" sounds like the message didn't get through (for example when you `pppctl xxxx quit all'. | ||||
* | Remove an unnecessary (and wrong) cast. | brian | 1997-12-17 | 1 | -2/+2 |
| | |||||
* | Add Id string. | brian | 1997-11-18 | 1 | -0/+4 |
| | |||||
* | Notice that ppp has closed the connection properly. | brian | 1997-11-18 | 2 | -69/+47 |
| | | | | | | | | Remove the timeout hack to notice that ppp has closed the connection. Remove the ``special case'' hacks for "quit" and "bye", as pppctl now exits immediately when the connection is closed by ppp. Suggest a secure "set server" line for connecting ppp & pppctl. Tidy up and correct a few man page typos. | ||||
* | Use select() instead of poll() for portabilities sake. | brian | 1997-11-11 | 1 | -6/+8 |
| | |||||
* | Poll the socket descriptor while in el_gets() | brian | 1997-11-11 | 1 | -1/+36 |
| | | | | | so that our display is scribbled over as we requested. | ||||
* | Prompt correctly when ppp *doesn't* ask for a password. | brian | 1997-11-09 | 1 | -2/+3 |
| | |||||
* | Style police. | brian | 1997-11-07 | 3 | -37/+102 |
| | | | | | | | bzero -> memset index -> strchr rindex -> strrchr Use libedit (this should make pppctl a lot more attractive than telnet). | ||||
* | Support interactive mode. | brian | 1997-11-07 | 2 | -41/+82 |
| | |||||
* | Add a few examples. | brian | 1997-10-05 | 1 | -3/+84 |
| | |||||
* | Sort cross refereces in section SEE ALSO. | wosch | 1997-09-29 | 1 | -3/+3 |
| | |||||
* | Allow hosts specified by IP number (avoiding | brian | 1997-07-28 | 2 | -9/+22 |
| | | | | | a DNS lookup) Update doc including the [host:]port syntax. | ||||
* | Support "host:port" as first arg. | brian | 1997-07-12 | 1 | -6/+19 |
| | |||||
* | Allow command line control of ppp through both | brian | 1997-06-28 | 3 | -0/+357 |
TCP and AF_LOCAL sockets. |