Searched refs:authorized_principals (Results 1 – 4 of 4) sorted by relevance
60 char *authorized_principals = NULL; variable81 free(authorized_principals); in auth_clear_options()82 authorized_principals = NULL; in auth_clear_options()206 free(authorized_principals); in auth_parse_options()207 authorized_principals = xmalloc(strlen(opts) + 1); in auth_parse_options()214 authorized_principals[i++] = '"'; in auth_parse_options()217 authorized_principals[i++] = *opts++; in auth_parse_options()224 free(authorized_principals); in auth_parse_options()225 authorized_principals = NULL; in auth_parse_options()228 authorized_principals[i] = '\0'; in auth_parse_options()[all …]
34 extern char *authorized_principals;
830 if (authorized_principals != NULL && in check_authkeys_file()831 !match_principals_option(authorized_principals, in check_authkeys_file()842 authorized_principals == NULL ? pw->pw_name : NULL, in check_authkeys_file()
8456 authorized_principals from a subprocess rather than a file, which is quite