summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pppctl
Commit message (Collapse)AuthorAgeFilesLines
...
* Add Id string.brian1997-11-181-0/+4
|
* Notice that ppp has closed the connection properly.brian1997-11-182-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.brian1997-11-111-6/+8
|
* Poll the socket descriptor while in el_gets()brian1997-11-111-1/+36
| | | | | so that our display is scribbled over as we requested.
* Prompt correctly when ppp *doesn't* ask for a password.brian1997-11-091-2/+3
|
* Style police.brian1997-11-073-37/+102
| | | | | | | bzero -> memset index -> strchr rindex -> strrchr Use libedit (this should make pppctl a lot more attractive than telnet).
* Support interactive mode.brian1997-11-072-41/+82
|
* Add a few examples.brian1997-10-051-3/+84
|
* Sort cross refereces in section SEE ALSO.wosch1997-09-291-3/+3
|
* Allow hosts specified by IP number (avoidingbrian1997-07-282-9/+22
| | | | | a DNS lookup) Update doc including the [host:]port syntax.
* Support "host:port" as first arg.brian1997-07-121-6/+19
|
* Allow command line control of ppp through bothbrian1997-06-283-0/+357
TCP and AF_LOCAL sockets.
OpenPOWER on IntegriCloud