summaryrefslogtreecommitdiffstats
path: root/sbin/spppcontrol
Commit message (Collapse)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$peter1999-08-282-2/+2
|
* Rename spppcontrol.1 to spppcontrol.8. The latter file was createdjdp1999-04-012-227/+1
| | | | by repository copy.
* Null commit to note that spppcontrol.1 has been repository copiedjdp1999-04-011-1/+1
| | | | to spppcontrol.8.
* Make buf in authflags a little bigger because 2 strings can begj1999-02-281-2/+2
| | | | concatenated and 20 bytes (the old size) is kind of tight.
* Make the buf in authflags big enough to hold " norechallenge". I've beengj1999-02-231-2/+2
| | | | | | running with this for a few weeks. Submitted by: someone on the freebsd-isdn maillist
* Typo: i. e. -> i.e.charnier1998-08-033-14/+13
| | | | Remove unused #include.
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.charnier1998-03-192-4/+4
|
* Remove more unused #includes.charnier1998-01-071-3/+1
| | | | Obtained from: Bruce.
* Add rcsid. Remove uneeded #include. Use fprintf() in usage() instead of err(3)charnier1998-01-051-8/+11
| | | | to make it print: usage: progname ...
* The spppcontrol(8) utility that is required to set or display thingsjoerg1997-10-114-0/+698
like PAP and CHAP secrets with sppp(4). This is the first utility using the new SIOC[SG]IFGENERIC ioctls (and the reason for inventing them in the first place).
OpenPOWER on IntegriCloud