Home
last modified time | relevance | path

Searched refs:authorized_principals (Results 1 – 4 of 4) sorted by relevance

/external/openssh/
Dauth-options.c60 char *authorized_principals = NULL; variable
81 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 …]
Dauth-options.h34 extern char *authorized_principals;
Dauth2-pubkey.c830 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()
DChangeLog8456 authorized_principals from a subprocess rather than a file, which is quite