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

/freebsd-13-stable/crypto/openssh/
H A Dservconf.h128 int gss_cleanup_creds; /* If true, destroy cred cache on logout */ member in struct:__anon6892
H A Dservconf.c129 options->gss_cleanup_creds = -1;
351 if (options->gss_cleanup_creds == -1)
352 options->gss_cleanup_creds = 1;
1492 intptr = &options->gss_cleanup_creds;
2587 dump_cfg_fmtint(sGssCleanupCreds, o->gss_cleanup_creds);
H A Dsession.c2696 if (options.gss_cleanup_creds)

Completed in 102 milliseconds