Date: Thu, 25 Jan 2001 17:44:49 -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: <200101260144.f0Q1inD19724@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
brian 2001/01/25 17:44:49 PST Modified files: (Branch: NETGRAPH) usr.sbin/ppp bundle.c command.c main.c ppp.8 prompt.c radius.c server.c server.h Log: MFC: 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.105.2.4 +31 -19 src/usr.sbin/ppp/bundle.c 1.248.2.3 +27 -6 src/usr.sbin/ppp/command.c 1.175.2.2 +11 -2 src/usr.sbin/ppp/main.c 1.237.2.9 +28 -5 src/usr.sbin/ppp/ppp.8 1.22.2.1 +3 -3 src/usr.sbin/ppp/prompt.c 1.16.2.2 +8 -7 src/usr.sbin/ppp/radius.c 1.31.2.2 +112 -40 src/usr.sbin/ppp/server.c 1.7.2.1 +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?200101260144.f0Q1inD19724>