Plan 9 from Bell Labs’s /n/sources/contrib/rog/infauth/unpacked/appl/authsrc/iauth.m

Copyright © 2009 Alcatel-Lucent.
Distributed under the Lucent Public License version 1.02.
Download the Plan 9 distribution.


Iauth: module {
	PATH: con "/dis/lib/iauth.dis";

	MREPL: con Sys->MREPL;
	MBEFORE: con Sys->MBEFORE;
	MAFTER: con Sys->MAFTER;
	MCREATE: con Sys->MCREATE;
	MCACHE: con Sys->MCACHE;
	MNOAUTH: con 128;

	init: fn();
	auth: fn(keyspec: string, fd: ref Sys->FD, setid: int): (ref Sys->FD, string);
	mount: fn(addr, old: string, flag: int, aname: string, keyspec: string): (int, string);
};

(This is a user-contributed directory and
should not be interpreted as statement by Alcatel-Lucent.)

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2009 Alcatel-Lucent. All Rights Reserved.
Comments to webmaster@plan9.bell-labs.com.