From 83c4506aa5241351323a62b8fdee825058286f20 Mon Sep 17 00:00:00 2001 From: rsc Date: Fri, 11 Feb 2005 19:43:43 +0000 Subject: update --- man/man3/auth.3 | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) (limited to 'man/man3/auth.3') diff --git a/man/man3/auth.3 b/man/man3/auth.3 index 50620cc6..24189822 100644 --- a/man/man3/auth.3 +++ b/man/man3/auth.3 @@ -1,6 +1,6 @@ .TH AUTH 3 .SH NAME -auth_proxy, fauth_proxy, auth_allocrpc, auth_freerpc, auth_rpc, auth_getkey, amount_getkey, auth_freeAI, auth_chuid, auth_challenge, auth_response, auth_freechal, auth_respond, auth_userpasswd, auth_getuserpasswd, auth_getinfo\- routines for authenticating users +auth_proxy, fauth_proxy, auth_allocrpc, auth_freerpc, auth_rpc, auth_getkey, amount_getkey, auth_freeAI, auth_chuid, auth_challenge, auth_response, auth_freechal, auth_respond, auth_userpasswd, auth_getuserpasswd, auth_getinfo, fsauth_proxy, fsfauth_proxy, fsamount, nsamount\- routines for authenticating users .SH SYNOPSIS .nf .PP @@ -80,6 +80,14 @@ AuthInfo* auth_getinfo(AuthRpc *rpc); #include <9pclient.h> .PP .B +AuthInfo* fsauth_proxy(CFid *fid, AuthGetkey *getkey, char *fmt, ...); +.PP +.B +AuthInfo* fsfauth_proxy(CFid *fid, AuthRpc *rpc, AuthGetkey *getkey, +.br +.B char *params); +.PP +.B CFsys* fsamount(int fd, char *aname); .PP .B @@ -204,7 +212,7 @@ file, as opened by An .B sprint (see -.IR print (2)) +.IR print (3)) of .I fmt and the variable arg list yields a key template (see @@ -400,6 +408,19 @@ Similary .I auth_freechal frees a challenge/response state. .PP +.I Fsauth_proxy +and +.I fsfauth_proxy +are like +.I auth_proxy +and +.I fauth_proxy +but execute the protocol on a +.B CFid* +(see +.IR 9pclient (3)) +instead of a file descriptor. +.PP .I Fsamount and .I nsamount -- cgit v1.2.3