Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sort cross references. | wosch | 1998-08-31 | 1 | -4/+4 |
| | |||||
* | Remove OpenBSD build support - let the Makefile vary per | brian | 1998-08-31 | 1 | -7/+1 |
| | | | | | | OS rather than making it a mess and potentially screwing up cross builds. Suggested by: bde | ||||
* | Add OpenBSD build support | brian | 1998-08-30 | 1 | -2/+8 |
| | | | | Remove -Wmissing-prototypes | ||||
* | .Sh ENVIRONMENT VARIABLES -> .Sh ENVIRONMENT | phk | 1998-05-13 | 1 | -2/+2 |
| | | | | | | PR: 6599 Reviewed by: phk Submitted by: Josh Gilliam <josh@quick.net> | ||||
* | Quiet -Wall in gcc-2.8.1 | brian | 1998-03-22 | 1 | -2/+3 |
| | | | | Obtained from: OpenBSD | ||||
* | Remove bogus timeout code in Receive(). | brian | 1997-12-27 | 1 | -7/+13 |
| | | | | | | | | Don't read(fd, buffer, 0) and think ppp has closed the connection when `buffer' is full, instead, flush most of buffer to the terminal and read() for a reasonable length. This fixes "show route" when there's more than 2k of routing output. | ||||
* | 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. |