Date: Thu, 14 Jul 2005 18:33:21 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ifconfig ifconfig.8 ifconfig.c ifconfig.h ifieee80211.c Message-ID: <200507141833.j6EIXLPA001703@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2005-07-14 18:33:21 UTC
FreeBSD src repository
Modified files:
sbin/ifconfig ifconfig.8 ifconfig.c ifconfig.h
ifieee80211.c
Log:
Add a new flag '-k' to ifconfig(8), indicating that it is alright to
print potentially sensitive keying material to stdout. With the new
802.11 support, ifconfig(8) is now capable of printing 802.11 keys,
and did by default for the root user, which is undesirable in some
environments. Now it will not print keying material unless requested
(and available to the user).
MFC after: 1 week
Revision Changes Path
1.98 +11 -0 src/sbin/ifconfig/ifconfig.8
1.115 +5 -1 src/sbin/ifconfig/ifconfig.c
1.17 +1 -0 src/sbin/ifconfig/ifconfig.h
1.19 +1 -1 src/sbin/ifconfig/ifieee80211.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507141833.j6EIXLPA001703>
