Searched refs:gss_cleanup_creds (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/crypto/openssh/
H A Dservconf.h115 int gss_cleanup_creds; /* If true, destroy cred cache on logout */ member in struct:__anon4965
H A Dservconf.c113 options->gss_cleanup_creds = -1;
252 if (options->gss_cleanup_creds == -1)
253 options->gss_cleanup_creds = 1;
1128 intptr = &options->gss_cleanup_creds;
2055 dump_cfg_fmtint(sGssCleanupCreds, o->gss_cleanup_creds);
H A Dsession.c2747 if (compat20 && options.gss_cleanup_creds)

Completed in 207 milliseconds