Home
last modified time | relevance | path

Searched refs:Auth (Results 1 – 25 of 26) sorted by relevance

12

/plan9/sys/src/cmd/unix/u9fs/
H A Du9fs.h1 typedef struct Auth Auth; typedef
2 struct Auth { struct
17 extern Auth authp9any; argument
18 extern Auth authrhosts;
19 extern Auth authnone;
H A Du9fsauth.h1 typedef struct Auth Auth; typedef
2 struct Auth { struct
H A Dauthnone.c21 Auth authnone = {
H A Dauthrhosts.c34 Auth authrhosts = {
H A Dauthp9any.c530 Auth authp9any = {
H A Du9fs.c152 Auth *authmethods[] = { /* first is default */
158 Auth *auth;
/plan9/sys/src/cmd/cwfs/
H A Dauth.c116 struct Auth struct
129 Auth* auths; argument
139 failure(Auth *s, char *why) in failure()
155 Auth*
160 Auth *s; in authnew()
189 authfree(Auth *s) in authfree()
198 Auth *s; in authread()
240 Auth *s; in authwrite()
311 authuid(Auth* s) in authuid()
317 authaname(Auth* s) in authaname()
[all …]
H A Dportfns.h5 char* authaname(Auth*);
7 void authfree(Auth*);
8 Auth* authnew(char*, char*);
10 int authuid(Auth*);
11 char* authuname(Auth*);
162 Auth* newauth(void);
H A Dportdat.h45 typedef struct Auth Auth; typedef
81 #pragma incomplete Auth
361 Auth *auth;
/plan9/sys/src/cmd/cifs/
H A Dauth.c43 static Auth *
47 static Auth *ap; in auth_plain()
56 ap = emalloc9p(sizeof(Auth)); in auth_plain()
69 static Auth *
74 Auth *ap; in auth_lm_and_ntlm()
83 ap = emalloc9p(sizeof(Auth)); in auth_lm_and_ntlm()
107 static Auth *
110 Auth *ap; in auth_ntlm()
212 static Auth *
223 static Auth *ap; in auth_ntlmv2()
[all …]
H A Dauth-testcase.c44 static Auth *
48 static Auth *ap; in auth_plain()
57 ap = emalloc9p(sizeof(Auth)); in auth_plain()
70 static Auth *
74 Auth *ap; in auth_lm_and_ntlm()
84 ap = emalloc9p(sizeof(Auth)); in auth_lm_and_ntlm()
107 static Auth *
110 Auth *ap; in auth_ntlm()
233 static Auth *
244 static Auth *ap;
[all …]
H A Dcifs.h344 } Auth; typedef
373 Auth *auth; /* authentication info */
490 Auth *getauth(char *, char *, char *, int, uchar *, int);
/plan9/sys/src/cmd/ssh1/
H A Dssh.h129 typedef struct Auth Auth; typedef
138 struct Auth struct
178 Auth **okauth;
219 extern Auth authpassword;
220 extern Auth authrsa;
221 extern Auth authtis;
H A Dssh1.c34 Auth *allauth[] = {
55 Auth*
56 findauth(char *name, Auth **list, int nlist) in findauth()
184 c.okauth = emalloc(sizeof(Auth*)*c.nokauth); in main()
H A Dauthpasswd.c33 Auth authpassword =
H A Dauthtis.c60 Auth authtis =
H A Dauthrsa.c108 Auth authrsa =
H A Dsshnet.c27 Auth *allauth[] = {
48 Auth*
49 findauth(char *name, Auth **list, int nlist) in findauth()
1086 c.okauth = emalloc(sizeof(Auth*)*c.nokauth); in threadmain()
/plan9/sys/src/cmd/9nfs/
H A Ddat.h7 typedef struct Auth Auth; typedef
48 struct Auth struct
67 Auth averf; argument
109 Auth cred; /* authentication credentials */
110 Auth verf; /* authentication verifier */
H A Dfns.h2 int auth2unix(Auth*, Authunix*);
38 void showauth(Auth*);
H A Dmport.c15 void putauth(char*, Auth*);
135 putauth(char *mach, Auth *a) in putauth()
H A Drpc.c92 auth2unix(Auth *arg, Authunix *r) in auth2unix()
279 showauth(Auth *ap) in showauth()
/plan9/sys/src/cmd/
H A Dnfs.c20 typedef struct Auth Auth; typedef
21 struct Auth struct
37 Auth *auth; argument
76 mountCall(Auth *a, SunCall *c, NfsMount3CallType type) in mountCall()
106 mountMnt(Auth *a, ulong tag, char *path, Nfs3Handle *h) in mountMnt()
137 nfs3Call(Auth *a, SunCall *c, Nfs3CallType type) in nfs3Call()
167 nfsGetattr(Auth *a, ulong tag, Nfs3Handle *h, Nfs3Attr *attr) in nfsGetattr()
191 nfsAccess(Auth *a, ulong tag, Nfs3Handle *h, ulong want, ulong *got, u1int *have, Nfs3Attr *attr) in nfsAccess()
220 nfsMkdir(Auth *a, ulong tag, Nfs3Handle *h, char *name, Nfs3Handle *nh, ulong mode, uint gid, in nfsMkdir()
258 nfsCreate(Auth *a, ulong tag, Nfs3Handle *h, char *name, Nfs3Handle *nh, ulong mode, uint gid, in nfsCreate()
[all …]
/plan9/sys/src/cmd/auth/
H A Dkeyfs.c111 char *Auth(Fid*), *Attach(Fid*), *Version(Fid*),
118 [Tauth] Auth,
202 Auth(Fid *) in Auth() function
/plan9/sys/src/liboventi/
H A Dventi.txt35 Auth,

12