From owner-cvs-all Wed Sep 20 17:25:12 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8EC7837B424; Wed, 20 Sep 2000 17:25:08 -0700 (PDT) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA75931; Wed, 20 Sep 2000 17:25:08 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <200009210025.RAA75931@freefall.freebsd.org> From: Bill Paul Date: Wed, 20 Sep 2000 17:25:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/wicontrol wicontrol.8 wicontrol.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wpaul 2000/09/20 17:25:08 PDT Modified files: usr.sbin/wicontrol wicontrol.8 wicontrol.c Log: Fix PR #21245: handle wep keys correctly and pretty print hex keys as appropriate. Nick: this sort of does what your changes did, except the hex/text printing is done automatically using isprint(). Revision Changes Path 1.17 +5 -9 src/usr.sbin/wicontrol/wicontrol.8 1.13 +40 -30 src/usr.sbin/wicontrol/wicontrol.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message