History log of /freebsd-10.1-release/sbin/spppcontrol/spppcontrol.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 272461 02-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 173717 17-Nov-2007 jb

Use a cast that doesn't create a compiler warning.


# 114589 03-May-2003 obrien

Use __FBSDID() to quiet GCC 3.3 warnings.


# 88724 30-Dec-2001 joerg

Implement the option to disable IPv6 on an sppp interface (counterpart
to the kernel code just committed).

MFC after: 1 month


# 88559 27-Dec-2001 joerg

Clean up half a dozen of header files that are no longer needed now that
we use struct sppp_parms instead of struct sppp for userland programs.

MFC after: 1 month


# 88551 27-Dec-2001 joerg

Userland part of making the LCP restart timer configurable.

Obtained from: i4b (with changes)


# 88536 27-Dec-2001 joerg

Implement knobs to enable/disable VJ header compression.

Submitted by: i4b (modified)
MFC after: 1 month


# 78732 24-Jun-2001 dd

Include missing header files which define functions for which gcc has
builtins (e.g., exit, strcmp).


# 50476 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 44345 28-Feb-1999 gj

Make buf in authflags a little bigger because 2 strings can be
concatenated and 20 bytes (the old size) is kind of tight.


# 44242 23-Feb-1999 gj

Make the buf in authflags big enough to hold " norechallenge". I've been
running with this for a few weeks.

Submitted by: someone on the freebsd-isdn maillist


# 38037 03-Aug-1998 charnier

Typo: i. e. -> i.e.
Remove unused #include.


# 32313 07-Jan-1998 charnier

Remove more unused #includes.
Obtained from: Bruce.


# 32274 05-Jan-1998 charnier

Add rcsid. Remove uneeded #include. Use fprintf() in usage() instead of err(3)
to make it print: usage: progname ...


# 30303 11-Oct-1997 joerg

This commit was generated by cvs2svn to compensate for changes in r30302,
which included commits to RCS files with non-trunk default branches.


# 30302 11-Oct-1997 joerg

The spppcontrol(8) utility that is required to set or display things
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).