OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:permanently_set_uid
(Results
1 - 7
of
7
) sorted by null
/external/openssh/
uidswap.h
17
void
permanently_set_uid
(struct passwd *);
auth-sia.c
111
permanently_set_uid
(pw);
ssh-keysign.c
179
permanently_set_uid
(pw);
uidswap.c
217
permanently_set_uid
(struct passwd *pw)
function
227
fatal("
permanently_set_uid
: no user given");
229
fatal("
permanently_set_uid
: temporarily_use_uid effective");
230
debug("
permanently_set_uid
: %u/%u", (u_int)pw->pw_uid,
ssh.c
880
permanently_set_uid
(pw);
[
all
...]
session.c
[
all
...]
sshd.c
619
permanently_set_uid
(privsep_pw);
[
all
...]
Completed in 848 milliseconds