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

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
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);
};

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.