summaryrefslogtreecommitdiffstats
path: root/sbin/spppcontrol/spppcontrol.c
Commit message (Collapse)AuthorAgeFilesLines
* Use a cast that doesn't create a compiler warning.jb2007-11-181-2/+2
|
* Use __FBSDID() to quiet GCC 3.3 warnings.obrien2003-05-031-4/+2
|
* Implement the option to disable IPv6 on an sppp interface (counterpartjoerg2001-12-301-0/+5
| | | | | | to the kernel code just committed). MFC after: 1 month
* Clean up half a dozen of header files that are no longer needed now thatjoerg2001-12-271-8/+1
| | | | | | we use struct sppp_parms instead of struct sppp for userland programs. MFC after: 1 month
* Userland part of making the LCP restart timer configurable.joerg2001-12-271-2/+18
| | | | Obtained from: i4b (with changes)
* Implement knobs to enable/disable VJ header compression.joerg2001-12-271-0/+10
| | | | | Submitted by: i4b (modified) MFC after: 1 month
* Include missing header files which define functions for which gcc hasdd2001-06-241-0/+1
| | | | builtins (e.g., exit, strcmp).
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* 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-031-2/+1
| | | | Remove unused #include.
* 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-111-0/+241
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