Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dauth2-pubkey.c353 struct passwd *runas_pw = NULL; in match_principals_command() local
383 runas_pw = getpwnam(username); in match_principals_command()
384 if (runas_pw == NULL) { in match_principals_command()
451 runas_pw, temporarily_use_uid, restore_uid)) == 0) in match_principals_command()
455 temporarily_use_uid(runas_pw); in match_principals_command()
627 struct passwd *runas_pw = NULL; in user_key_command_allowed2() local
654 runas_pw = getpwnam(username); in user_key_command_allowed2()
655 if (runas_pw == NULL) { in user_key_command_allowed2()
721 runas_pw, temporarily_use_uid, restore_uid)) == 0) in user_key_command_allowed2()
725 temporarily_use_uid(runas_pw); in user_key_command_allowed2()