summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/server.h
Commit message (Collapse)AuthorAgeFilesLines
* MAXPATHLEN -> PATH_MAXbrian2001-03-081-1/+1
| | | | | | Don't assume MAXHOSTNAMELEN includes the NUL Correct a diagnostic Use "localhost" in our prompt instead of ""
* Allow ``set server closed'' to close the diagnostic socket.brian2001-01-261-6/+18
| | | | | | | | | Allow ``set server open'' to re-open the diagnostic socket. Handle SIGUSR1 by re-opening the diagnostic socket When receiving SIGUSR2 (and in ``set server none''), don't forget the socket details so that ``set server open'' and SIGUSR1 open it again. Don't create the diagnostic socket as uid 0 ! It's far to dangerous.
* To avoid namespace polution in NetBSD:brian2000-03-141-1/+1
| | | | ``struct descriptor'' -> ``struct fdescriptor''
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* MFMP: Make ppp multilink capable.brian1998-05-211-5/+21
| | | | See the file README.changes, and re-read the man page.
* Add (BSD) copyright headers.brian1997-12-211-2/+26
|
* Cosmetic (no functional changes):brian1997-10-261-8/+5
| | | | | | | | | | | | | | | o Add missing $Id$s o Move extern decls from .c -> .h files o Staticize o Remove #includes from .h files o style(9)ify includes o bcopy -> memcpy bzero -> memset bcmp -> memcmp index -> strchr rindex -> strrchr o Move timeout.h -> timer.h (making it consistent w/ timer.c) o Add -Wmissing-prototypes
* Allow specification of a umask for local socketbrian1997-06-301-1/+1
| | | | creation in "set server" command.
* Add "set server" to control the server socket.brian1997-06-251-0/+12
Catch SIGUSR1 to re-init listening socket. Document signal behaviour. Add missing '\n's to LogPrintf(LogWARN,...) Main() returns int not void. AF_LOCAL ideal suggested a long time ago by: joerg
OpenPOWER on IntegriCloud