Searched refs:permanently_set_uid (Results 1 - 8 of 8) sorted by relevance

/freebsd-10-stable/crypto/openssh/
H A Duidswap.h17 void permanently_set_uid(struct passwd *);
H A Dauth-sia.c111 permanently_set_uid(pw);
H A Duidswap.c206 permanently_set_uid(struct passwd *pw) function
214 fatal("permanently_set_uid: no user given");
216 fatal("permanently_set_uid: temporarily_use_uid effective");
217 debug("permanently_set_uid: %u/%u", (u_int)pw->pw_uid,
H A Dssh-keysign.c208 permanently_set_uid(pw);
H A Dssh_namespace.h507 #define permanently_set_uid Fssh_permanently_set_uid macro
H A Dsshd.c673 permanently_set_uid(privsep_pw);
H A Dssh.c1373 permanently_set_uid(pw);
H A Dsession.c1595 * permanently_set_uid will take care of the rest.
1601 permanently_set_uid(pw);

Completed in 181 milliseconds