aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pppctl
Commit message (Expand)AuthorAgeFilesLines
* Another hunk of -current syncs:Tom Rhodes2003-03-111-4/+5
* MFC: Better handling of snprintf() returnsBrian Somers2001-11-231-3/+8
* MFC: markup and misc fixes.Ruslan Ermilov2001-08-161-3/+2
* MFC: remove whitespace at EOL.Dima Dorfman2001-07-221-1/+1
* MFC: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-221-2/+0
* MFC: MAN[1-9] -> MAN.Ruslan Ermilov2001-04-251-2/+1
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2001-03-061-4/+10
* MFC: use canonical form of .Dd macro.Ruslan Ermilov2000-12-121-1/+1
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2000-12-081-1/+2
* MFC: Add an example of how to use pppctl to tweak ppp filters to avoidBrian Somers2000-09-161-0/+21
* MFC: If -p is used on the command line, nuke it and it's argument usingBrian Somers2000-09-161-2/+32
* NetBSD has changed the el_init() prototypeBrian Somers1999-09-201-1/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
* 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
* Sort cross references.Wolfram Schneider1998-08-311-4/+4
* Remove OpenBSD build support - let the Makefile vary perBrian Somers1998-08-311-7/+1
* Add OpenBSD build supportBrian Somers1998-08-301-2/+8
* .Sh ENVIRONMENT VARIABLES -> .Sh ENVIRONMENTPoul-Henning Kamp1998-05-131-2/+2
* 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
* Cosmetic: Tidy up.Brian Somers1997-12-211-19/+12
* Zero struct sockaddr_??s before filling them in.Brian Somers1997-12-211-1/+3
* Correct the "how to find out if the line is up" example.Brian Somers1997-12-211-2/+2
* "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-182-69/+47
* 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-073-37/+102
* Support interactive mode.Brian Somers1997-11-072-41/+82
* Add a few examples.Brian Somers1997-10-051-3/+84
* Sort cross refereces in section SEE ALSO.Wolfram Schneider1997-09-291-3/+3
* Allow hosts specified by IP number (avoidingBrian Somers1997-07-282-9/+22
* Support "host:port" as first arg.Brian Somers1997-07-121-6/+19
* Allow command line control of ppp through bothBrian Somers1997-06-283-0/+357