From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Fri, 12 Aug 2005 10:30:23 -0400 From: Russ Cox To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: Re: [9fans] auth(2) auth_wep usage? In-Reply-To: <200508120417.j7C4Hm613915@zamenhof.cs.utwente.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200508120417.j7C4Hm613915@zamenhof.cs.utwente.nl> Topicbox-Message-UUID: 76d29d72-ead0-11e9-9d60-3106f5b1d025 > I got the impression I have first to push a key > to factotum, after which auth_wep picks it up. > is there a more direct way to do it? > I could not find a libarary routine to push the key > to factotum in some programmatic way. read /sys/src/cmd/auth/factotum/wep.c factotum wep hands off the key directly to the ethernet card so as not to reveal the secret. it doesn't sound like that's appropriate here so just write it directly yourself. russ