| /plan9/sys/src/cmd/unix/u9fs/ |
| H A D | u9fs.h | 1 typedef struct Auth Auth; typedef 2 struct Auth { struct 17 extern Auth authp9any; argument 18 extern Auth authrhosts; 19 extern Auth authnone;
|
| H A D | u9fsauth.h | 1 typedef struct Auth Auth; typedef 2 struct Auth { struct
|
| H A D | authnone.c | 21 Auth authnone = {
|
| H A D | authrhosts.c | 34 Auth authrhosts = {
|
| H A D | authp9any.c | 530 Auth authp9any = {
|
| H A D | u9fs.c | 152 Auth *authmethods[] = { /* first is default */ 158 Auth *auth;
|
| /plan9/sys/src/cmd/cwfs/ |
| H A D | auth.c | 116 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 D | portfns.h | 5 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 D | portdat.h | 45 typedef struct Auth Auth; typedef 81 #pragma incomplete Auth 361 Auth *auth;
|
| /plan9/sys/src/cmd/cifs/ |
| H A D | auth.c | 43 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 D | auth-testcase.c | 44 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 D | cifs.h | 344 } Auth; typedef 373 Auth *auth; /* authentication info */ 490 Auth *getauth(char *, char *, char *, int, uchar *, int);
|
| /plan9/sys/src/cmd/ssh1/ |
| H A D | ssh.h | 129 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 D | ssh1.c | 34 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 D | authpasswd.c | 33 Auth authpassword =
|
| H A D | authtis.c | 60 Auth authtis =
|
| H A D | authrsa.c | 108 Auth authrsa =
|
| H A D | sshnet.c | 27 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 D | dat.h | 7 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 D | fns.h | 2 int auth2unix(Auth*, Authunix*); 38 void showauth(Auth*);
|
| H A D | mport.c | 15 void putauth(char*, Auth*); 135 putauth(char *mach, Auth *a) in putauth()
|
| H A D | rpc.c | 92 auth2unix(Auth *arg, Authunix *r) in auth2unix() 279 showauth(Auth *ap) in showauth()
|
| /plan9/sys/src/cmd/ |
| H A D | nfs.c | 20 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 D | keyfs.c | 111 char *Auth(Fid*), *Attach(Fid*), *Version(Fid*), 118 [Tauth] Auth, 202 Auth(Fid *) in Auth() function
|
| /plan9/sys/src/liboventi/ |
| H A D | venti.txt | 35 Auth,
|