HomeSort by relevance Sort by last modified time
    Searched refs:authorized_principals (Results 1 - 3 of 3) sorted by null

  /external/openssh/
auth-options.h 34 extern char *authorized_principals;
auth-options.c 59 char *authorized_principals = NULL; variable
82 if (authorized_principals) {
83 free(authorized_principals);
84 authorized_principals = NULL;
182 if (authorized_principals != NULL)
183 free(authorized_principals);
184 authorized_principals = xmalloc(strlen(opts) + 1);
191 authorized_principals[i++] = '"';
194 authorized_principals[i++] = *opts++;
201 free(authorized_principals);
    [all...]
auth2-pubkey.c 542 /* XXX percent_expand() sequences for authorized_principals? */
780 if (authorized_principals != NULL &&
781 !match_principals_option(authorized_principals,
792 authorized_principals == NULL ? pw->pw_name : NULL,

Completed in 124 milliseconds