Date: Fri, 5 Sep 1997 16:07:48 -0700 (PDT) From: Brian Somers <brian@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 Message-ID: <199709052307.QAA22079@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199709052307.QAA22079>