aboutsummaryrefslogtreecommitdiff
path: root/man/man3/auth.3
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-02-11 19:43:43 +0000
committerrsc <devnull@localhost>2005-02-11 19:43:43 +0000
commit83c4506aa5241351323a62b8fdee825058286f20 (patch)
tree875a103ca978cb1e5de062d138183920d2b1b4cc /man/man3/auth.3
parenta82a959b3a05182c1ad3b07042243399f6c8ab47 (diff)
downloadplan9port-83c4506aa5241351323a62b8fdee825058286f20.tar.gz
plan9port-83c4506aa5241351323a62b8fdee825058286f20.tar.bz2
plan9port-83c4506aa5241351323a62b8fdee825058286f20.zip
update
Diffstat (limited to 'man/man3/auth.3')
-rw-r--r--man/man3/auth.325
1 files changed, 23 insertions, 2 deletions
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