HomeSort by: relevance | last modified time | path
    Searched refs:permanently_set_uid (Results 1 - 5 of 5) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
uidswap.h 18 void permanently_set_uid(struct passwd *);
uidswap.c 125 permanently_set_uid(struct passwd *pw) function
128 fatal("permanently_set_uid: no user given");
130 fatal("permanently_set_uid: temporarily_use_uid effective");
131 debug("permanently_set_uid: %u/%u", (u_int)pw->pw_uid,
ssh-keysign.c 214 permanently_set_uid(pw);
sshd-auth.c 214 permanently_set_uid(pw);
session.c 1232 permanently_set_uid(pw);

Completed in 81 milliseconds