aboutsummaryrefslogtreecommitdiff
path: root/sbin/spppcontrol/spppcontrol.c
Commit message (Expand)AuthorAgeFilesLines
* Use a cast that doesn't create a compiler warning.John Birrell2007-11-181-2/+2
* Use __FBSDID() to quiet GCC 3.3 warnings.David E. O'Brien2003-05-031-4/+2
* Implement the option to disable IPv6 on an sppp interface (counterpartJoerg Wunsch2001-12-301-0/+5
* Clean up half a dozen of header files that are no longer needed now thatJoerg Wunsch2001-12-271-8/+1
* Userland part of making the LCP restart timer configurable.Joerg Wunsch2001-12-271-2/+18
* Implement knobs to enable/disable VJ header compression.Joerg Wunsch2001-12-271-0/+10
* Include missing header files which define functions for which gcc hasDima Dorfman2001-06-241-0/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Make buf in authflags a little bigger because 2 strings can beGary Jennejohn1999-02-281-2/+2
* Make the buf in authflags big enough to hold " norechallenge". I've beenGary Jennejohn1999-02-231-2/+2
* Typo: i. e. -> i.e.Philippe Charnier1998-08-031-2/+1
* Remove more unused #includes.Philippe Charnier1998-01-071-3/+1
* Add rcsid. Remove uneeded #include. Use fprintf() in usage() instead of err(3)Philippe Charnier1998-01-051-8/+11
* The spppcontrol(8) utility that is required to set or display thingsJoerg Wunsch1997-10-111-0/+241