From owner-cvs-usrsbin Wed Sep 3 17:42:01 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA19750 for cvs-usrsbin-outgoing; Wed, 3 Sep 1997 17:42:01 -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 RAA19566; Wed, 3 Sep 1997 17:40:19 -0700 (PDT) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id RAA09054; Wed, 3 Sep 1997 17:38:23 -0700 (PDT) Date: Wed, 3 Sep 1997 17:38:23 -0700 (PDT) Message-Id: <199709040038.RAA09054@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/03 17:38:23 PDT Modified files: usr.sbin/ppp Makefile auth.c auth.h command.c main.c ppp.8 server.c systems.c vars.c vars.h Log: 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.24 +2 -2 src/usr.sbin/ppp/Makefile 1.16 +13 -12 src/usr.sbin/ppp/auth.c 1.8 +2 -2 src/usr.sbin/ppp/auth.h 1.77 +5 -5 src/usr.sbin/ppp/command.c 1.77 +14 -38 src/usr.sbin/ppp/main.c 1.61 +24 -1 src/usr.sbin/ppp/ppp.8 1.4 +18 -7 src/usr.sbin/ppp/server.c 1.16 +3 -2 src/usr.sbin/ppp/systems.c 1.26 +9 -4 src/usr.sbin/ppp/vars.c 1.26 +2 -1 src/usr.sbin/ppp/vars.h