From owner-cvs-usrsbin Wed Dec 17 13:25:00 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA14944 for cvs-usrsbin-outgoing; Wed, 17 Dec 1997 13:25:00 -0800 (PST) (envelope-from owner-cvs-usrsbin) 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 NAA14856; Wed, 17 Dec 1997 13:24:32 -0800 (PST) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id NAA14732; Wed, 17 Dec 1997 13:21:44 -0800 (PST) Date: Wed, 17 Dec 1997 13:21:44 -0800 (PST) Message-Id: <199712172121.NAA14732@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp command.c ppp.8 systems.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1997/12/17 13:21:43 PST Modified files: usr.sbin/ppp command.c ppp.8 systems.c Log: o Log ******** instead of the actual password for "set authkey" when command logging is switched on. o Display ******** for the authkey for "show auth" o Document how \P should be used, and document the other chat escapes while I'm there. o Make sure the full command is displayed when a compound command fails - ie, "set novar rubbish" should say "set novar: Invalid command" rather than "novar: Invalid command" Problem pointed out by: Theo de Raadt (among others) Revision Changes Path 1.112 +28 -12 src/usr.sbin/ppp/command.c 1.86 +83 -14 src/usr.sbin/ppp/ppp.8 1.30 +3 -3 src/usr.sbin/ppp/systems.c