aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pppctl/pppctl.c
Commit message (Expand)AuthorAgeFilesLines
* Handle select() returning -1/EINTR - fairly common in these KSE days.Brian Somers2004-12-131-1/+5
* Add IPv6 support to pppctl by using getaddrinfo() and trying each addressTim J. Robbins2003-12-071-89/+115
* add FBSDIDPhilippe Charnier2003-07-061-2/+3
* *** empty log message ***David E. O'Brien2001-10-011-9/+9
* Better handling of the return from snprintfBrian Somers2001-08-181-3/+8
* Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. TheSheldon Hearn2001-07-261-7/+7
* Issue a ``quit'' after other ppp commands given on the command line andBrian Somers2001-03-251-0/+5
* A NetBSD specific fixBrian Somers2001-03-051-2/+8
* Change interactive mode so that a monitor thread keeps an eye on theBrian Somers2000-11-271-70/+238
* libutil is no longer required as setproctitle() has moved to libcBrian Somers2000-09-021-3/+0
* If the -p option is used, use setproctitle() to hide it's argumentBrian Somers2000-08-161-2/+35
* NetBSD has changed the el_init() prototypeBrian Somers1999-09-201-1/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Use err[x]/warn[x] and improve error reportingBrian Somers1999-08-021-23/+25
* Add support for NetBSD (history() from libedit is different).Brian Somers1999-04-261-2/+9
* Mention the error when we fail to connect().Brian Somers1999-01-311-4/+10
* Quiet -Wall in gcc-2.8.1Brian Somers1998-03-221-2/+3
* Remove bogus timeout code in Receive().Brian Somers1997-12-271-7/+13
* Add (BSD) copyright headers.Brian Somers1997-12-211-2/+26
* Zero struct sockaddr_??s before filling them in.Brian Somers1997-12-211-1/+3
* "No reply from ppp" -> "Connection closed".Brian Somers1997-12-181-2/+2
* Remove an unnecessary (and wrong) cast.Brian Somers1997-12-171-2/+2
* Add Id string.Brian Somers1997-11-181-0/+4
* Notice that ppp has closed the connection properly.Brian Somers1997-11-181-36/+23
* Use select() instead of poll() for portabilities sake.Brian Somers1997-11-111-6/+8
* Poll the socket descriptor while in el_gets()Brian Somers1997-11-111-1/+36
* Prompt correctly when ppp *doesn't* ask for a password.Brian Somers1997-11-091-2/+3
* Style police.Brian Somers1997-11-071-24/+67
* Support interactive mode.Brian Somers1997-11-071-23/+41
* Allow hosts specified by IP number (avoidingBrian Somers1997-07-281-3/+13
* Support "host:port" as first arg.Brian Somers1997-07-121-6/+19
* Allow command line control of ppp through bothBrian Somers1997-06-281-0/+273