Home
last modified time | relevance | path

Searched refs:gss_cleanup_creds (Results 1 – 9 of 9) sorted by relevance

/dports/security/gnome-ssh-askpass/openssh-6.6p1/
H A Dservconf.h115 int gss_cleanup_creds; /* If true, destroy cred cache on logout */ member
H A Dservconf.c111 options->gss_cleanup_creds = -1; in initialize_server_options()
247 if (options->gss_cleanup_creds == -1) in fill_default_server_options()
248 options->gss_cleanup_creds = 1; in fill_default_server_options()
1090 intptr = &options->gss_cleanup_creds; in process_server_config_line()
1998 dump_cfg_fmtint(sGssCleanupCreds, o->gss_cleanup_creds); in dump_config()
H A Dsession.c2761 if (compat20 && options.gss_cleanup_creds) in do_cleanup()
/dports/security/pam_ssh/pam_ssh-8.0/openssh/
H A Dservconf.h129 int gss_cleanup_creds; /* If true, destroy cred cache on logout */ member
H A Dservconf.c127 options->gss_cleanup_creds = -1;
360 if (options->gss_cleanup_creds == -1)
361 options->gss_cleanup_creds = 1;
1500 intptr = &options->gss_cleanup_creds;
2592 dump_cfg_fmtint(sGssCleanupCreds, o->gss_cleanup_creds);
H A Dsession.c2686 if (options.gss_cleanup_creds) in do_cleanup()
/dports/security/openssh-portable/openssh-8.8p1/
H A Dservconf.h144 int gss_cleanup_creds; /* If true, destroy cred cache on logout */ member
H A Dservconf.c140 options->gss_cleanup_creds = -1; in initialize_server_options()
364 if (options->gss_cleanup_creds == -1) in fill_default_server_options()
365 options->gss_cleanup_creds = 1; in fill_default_server_options()
1592 intptr = &options->gss_cleanup_creds; in process_server_config_line_depth()
2906 dump_cfg_fmtint(sGssCleanupCreds, o->gss_cleanup_creds); in dump_config()
H A Dsession.c2696 if (options.gss_cleanup_creds) in do_cleanup()