summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/server.h
Commit message (Collapse)AuthorAgeFilesLines
* 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