summaryrefslogtreecommitdiff
path: root/usr.sbin/pppctl
AgeCommit message (Collapse)Author
1998-03-21quiet -Wall in gcc2.8.1Todd T. Fries
1997-12-27Remove bogus timeout code in Receive().brian
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.
1997-12-21Add (BSD) copyright headersbrian
1997-12-21Zero struct sockaddr_??s before filling them in.brian
Suggested by: Theo de Raadt <deraadt@cvs.openbsd.org>
1997-12-21cleanTheo de Raadt
1997-12-21Correct the "how to find out if the line is up" example.brian
1997-12-18"No reply from ppp" -> "Connection closed".brian
"No reply" sounds like the message didn't get through (for example when you `pppctl xxxx quit all'.
1997-12-17Remove an unnecessary (and wrong) cast.brian
1997-11-23Import version 1.5 of ppp.brian
<sales> This is a user-level ppp implementation that uses the tun driver. It was originally created by a Japanese ISP. It's now piled with features. Check the man pages for details. </sales> The sources are identical to the ones in FreeBSD, except for the Makefile. IP aliasing (NAT) is disabled, and can be enabled by simply doing a ``make install'' of libalias, then rebuilding ppp. I'll create libalias as a port soon.