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

/freebsd-13-stable/crypto/openssh/
H A Duidswap.h17 void permanently_set_uid(struct passwd *);
H A Dauth-sia.c112 permanently_set_uid(pw);
H A Duidswap.c179 permanently_set_uid(struct passwd *pw) function
187 fatal("permanently_set_uid: no user given");
189 fatal("permanently_set_uid: temporarily_use_uid effective");
190 debug("permanently_set_uid: %u/%u", (u_int)pw->pw_uid,
H A Dssh-keysign.c203 permanently_set_uid(pw);
H A Dsshd.c583 permanently_set_uid(privsep_pw);
H A Dsession.c1467 * permanently_set_uid will take care of the rest.
1473 permanently_set_uid(pw);

Completed in 154 milliseconds