Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The .Nm utility | charnier | 2002-07-14 | 1 | -4/+5 |
| | |||||
* | *** empty log message *** | obrien | 2001-10-01 | 1 | -9/+9 |
| | |||||
* | Better handling of the return from snprintf | brian | 2001-08-18 | 1 | -3/+8 |
| | |||||
* | Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. The | sheldonh | 2001-07-26 | 1 | -7/+7 |
| | | | | | | | definitions are more readable, and it's possible that they're more portable to pathalogical platforms. Submitted by: David Hill <david@phobia.ms> | ||||
* | Perform a major cleanup of the usr.sbin Makefiles. | obrien | 2001-07-20 | 1 | -2/+3 |
| | | | | | These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before. | ||||
* | Remove GCC'isms in CFLAGS. | obrien | 2001-07-20 | 1 | -1/+0 |
| | |||||
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: remove extraneous .Pp before and/or after .Sh. | dd | 2001-07-09 | 1 | -2/+0 |
| | |||||
* | mdoc(7) police: normalize .Nd. | ru | 2001-04-18 | 1 | -2/+1 |
| | |||||
* | - Backout botched attempt to introduce MANSECT feature. | ru | 2001-03-26 | 1 | -0/+1 |
| | | | | - MAN[1-9] -> MAN. | ||||
* | Issue a ``quit'' after other ppp commands given on the command line and | brian | 2001-03-25 | 1 | -0/+5 |
| | | | | | | | | then wait for the connection to be closed by the peer. This means that commands such as ``pppctl ... show links'' will display the correct output again (rather than truncating it depending on how much data arrived in the last packet). | ||||
* | Set the default manual section for usr.sbin/ to 8. | ru | 2001-03-20 | 1 | -2/+0 |
| | |||||
* | A NetBSD specific fix | brian | 2001-03-05 | 1 | -2/+8 |
| | | | | Kind-of obtained from: NetBSD | ||||
* | mdoc(7) police: split punctuation characters + misc fixes. | ru | 2001-02-01 | 1 | -4/+10 |
| | |||||
* | -pthread -> -lc_r | deischen | 2001-01-24 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: use canonical form of .Dd macro. | ru | 2000-12-11 | 1 | -1/+1 |
| | |||||
* | Change interactive mode so that a monitor thread keeps an eye on the | brian | 2000-11-27 | 2 | -72/+240 |
| | | | | | | | | | | | | ppp descriptor and signals the terminal thread when there's something to read on that descriptor. This means that the main loop doesn't have to alarm() itself into dropping out of el_gets() frequently to check the descriptor. This dropping out was disturbing syscons (via ioctl()s from libedit) enough to reset the screensaver timeout every .5 of a second. PR: 20345 | ||||
* | Use Fx macro wherever possible. | ru | 2000-11-14 | 1 | -1/+2 |
| | |||||
* | libutil is no longer required as setproctitle() has moved to libc | brian | 2000-09-02 | 2 | -5/+2 |
| | |||||
* | If the -p option is used, use setproctitle() to hide it's argument | brian | 2000-08-16 | 2 | -4/+37 |
| | | | | (a password) asap. | ||||
* | Add another example showing how you can use pppctl to only allow | nik | 2000-04-30 | 1 | -0/+21 |
| | | | | | | dial out at certain times of the day. Approved by: brian | ||||
* | NetBSD has changed the el_init() prototype | brian | 1999-09-20 | 1 | -1/+2 |
| | | | | Submitted by: Kazuyoshi Kato <kazk@yyy.or.jp> | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 3 | -3/+3 |
| | |||||
* | Use err[x]/warn[x] and improve error reporting | brian | 1999-08-02 | 1 | -23/+25 |
| | | | | Submitted by: charnier | ||||
* | Add support for NetBSD (history() from libedit is different). | brian | 1999-04-26 | 1 | -2/+9 |
| | |||||
* | Mention the error when we fail to connect(). | brian | 1999-01-31 | 1 | -4/+10 |
| | |||||
* | 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 |
| |