Date: Thu, 25 Jan 2001 17:41:35 -0800 (PST) From: Brian Somers <brian@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp bundle.c command.c main.c ppp.8 prompt.c radius.c server.c server.h Message-ID: <200101260141.f0Q1fZH19361@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
brian 2001/01/25 17:41:35 PST
Modified files:
usr.sbin/ppp bundle.c command.c main.c ppp.8 prompt.c
radius.c server.c server.h
Log:
Allow ``set server closed'' to close the diagnostic socket.
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.
Revision Changes Path
1.107 +31 -19 src/usr.sbin/ppp/bundle.c
1.253 +27 -6 src/usr.sbin/ppp/command.c
1.177 +11 -2 src/usr.sbin/ppp/main.c
1.253 +28 -5 src/usr.sbin/ppp/ppp.8
1.23 +3 -3 src/usr.sbin/ppp/prompt.c
1.18 +8 -7 src/usr.sbin/ppp/radius.c
1.33 +112 -40 src/usr.sbin/ppp/server.c
1.8 +19 -7 src/usr.sbin/ppp/server.h
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200101260141.f0Q1fZH19361>
