Searched refs:authlist (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/ |
H A D | rc_common.h | 55 struct authlist { struct 57 struct authlist *na; argument 58 struct authlist *nh; argument
|
H A D | rc_mem.c | 38 struct authlist *ta, *pta = NULL, *head; in rc_store() 77 if (!(ta = (struct authlist *)malloc(sizeof (struct authlist)))) in rc_store() 215 t->h = (struct authlist **)malloc(t->hsize*sizeof (struct authlist *)); in krb5_rc_mem_resolve() 220 memset(t->h, 0, t->hsize*sizeof (struct authlist *)); in krb5_rc_mem_resolve()
|
H A D | rc_file.c | 43 struct authlist *ta; in rc_store() 74 if (!(ta = (struct authlist *) malloc(sizeof(struct authlist)))) in rc_store() 153 struct authlist *q; in krb5_rc_file_close_no_free() 218 t->h = (struct authlist **) malloc(t->hsize*sizeof(struct authlist *)); in krb5_rc_file_resolve() 223 memset(t->h, 0, t->hsize*sizeof(struct authlist *)); in krb5_rc_file_resolve() 224 t->a = (struct authlist *) 0; in krb5_rc_file_resolve() 666 struct authlist *q; in krb5_rc_file_expunge_locked()
|
H A D | rc_file.h | 49 struct authlist **h; 50 struct authlist *a;
|
H A D | rc_mem.h | 32 struct authlist **h;
|
H A D | rc_base.c | 55 struct authlist *q, *qt; in krb5int_rc_terminate()
|
/titanic_41/usr/src/cmd/ssh/ssh/ |
H A D | sshconnect2.c | 214 char *authlist; member 265 static Authmethod *authmethod_get(char *authlist); 350 authctxt.authlist = NULL; in ssh_userauth2() 372 userauth(Authctxt *authctxt, char *authlist) in userauth() argument 378 if (authlist == NULL) { in userauth() 379 authlist = authctxt->authlist; in userauth() 381 if (authctxt->authlist) in userauth() 382 xfree(authctxt->authlist); in userauth() 383 authctxt->authlist = authlist; in userauth() 386 Authmethod *method = authmethod_get(authlist); in userauth() [all …]
|
/titanic_41/usr/src/cmd/allocate/ |
H A D | allocate3.c | 147 char *dcp, *authlist, *lasts; in _is_authorized() local 162 authlist = strdup(auths); in _is_authorized() 163 if (authlist == NULL) in _is_authorized() 165 for (dcp = authlist; in _is_authorized() 171 free(authlist); in _is_authorized()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | commands.c | 2098 struct authlist { struct 2111 static struct authlist AuthList[] = { argument 2129 struct authlist *c; in auth_help() 2148 struct authlist *c; 2156 c = (struct authlist *) 2157 genget(argv[1], (char **)AuthList, sizeof (struct authlist));
|
/titanic_41/usr/src/lib/libzonecfg/common/ |
H A D | libzonecfg.c | 7610 char *authlist; in zonecfg_update_userauths() local 7659 authlist = kva_match(ua_ptr->attr, USERATTR_AUTHS_KW); in zonecfg_update_userauths() 7660 if (authlist != NULL) { in zonecfg_update_userauths() 7666 cur_auth = strtok_r(authlist, ",", &lasts); in zonecfg_update_userauths()
|