From owner-cvs-usrsbin Fri Sep 5 16:11:55 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA07585 for cvs-usrsbin-outgoing; Fri, 5 Sep 1997 16:11:55 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA07493; Fri, 5 Sep 1997 16:09:59 -0700 (PDT) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id QAA22079; Fri, 5 Sep 1997 16:07:48 -0700 (PDT) Date: Fri, 5 Sep 1997 16:07:48 -0700 (PDT) Message-Id: <199709052307.QAA22079@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp Makefile auth.c auth.h command.c main.c ppp.8 server.c systems.c vars.c vars.h Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1997/09/05 16:07:48 PDT Modified files: (Branch: RELENG_2_2) usr.sbin/ppp Makefile auth.c auth.h command.c main.c ppp.8 server.c systems.c vars.c vars.h Log: YAMFC: Install as group ``network'' Insist that uid == 0 for client ppp Disallow client sockets if no password is specified Don't exit on failure to open client socket for listening Allow specification of null local password Use reasonable size (smaller) ``vector''s in auth.c Fix "passwd ..." usage message Insist on "all" as arg to "quit" (if any) Drop client socket connection before Cleanup() when "quit all" Revision Changes Path 1.9.2.11 +2 -2 src/usr.sbin/ppp/Makefile 1.7.2.7 +13 -12 src/usr.sbin/ppp/auth.c 1.3.2.3 +2 -2 src/usr.sbin/ppp/auth.h 1.24.2.35 +5 -5 src/usr.sbin/ppp/command.c 1.22.2.36 +14 -38 src/usr.sbin/ppp/main.c 1.19.2.25 +24 -1 src/usr.sbin/ppp/ppp.8 1.1.2.4 +18 -7 src/usr.sbin/ppp/server.c 1.6.2.9 +3 -2 src/usr.sbin/ppp/systems.c 1.9.2.11 +9 -4 src/usr.sbin/ppp/vars.c 1.7.2.13 +2 -1 src/usr.sbin/ppp/vars.h