OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gss_cleanup_creds
(Results
1 - 3
of
3
) sorted by null
/external/openssh/
servconf.h
115
int
gss_cleanup_creds
; /* If true, destroy cred cache on logout */
member in struct:__anon29004
servconf.c
120
options->
gss_cleanup_creds
= -1;
274
if (options->
gss_cleanup_creds
== -1)
275
options->
gss_cleanup_creds
= 1;
[
all
...]
session.c
[
all
...]
Completed in 893 milliseconds