Home
last modified time | relevance | path

Searched refs:gss_deleg_creds (Results 1 – 4 of 4) sorted by relevance

/external/openssh/
Dreadconf.h44 int gss_deleg_creds; /* Delegate GSS credentials */ member
Dreadconf.c1057 intptr = &options->gss_deleg_creds; in process_config_line_depth()
1938 options->gss_deleg_creds = -1; in initialize_options()
2086 if (options->gss_deleg_creds == -1) in fill_default_options()
2087 options->gss_deleg_creds = 0; in fill_default_options()
2729 dump_cfg_fmtint(oGssDelegateCreds, o->gss_deleg_creds); in dump_client_config()
Dssh.c817 options.gss_deleg_creds = 0; in main()
821 options.gss_deleg_creds = 1; in main()
Dsshconnect2.c791 status = ssh_gssapi_init_ctx(gssctxt, options.gss_deleg_creds, in process_gssapi_token()
950 (void)ssh_gssapi_init_ctx(gssctxt, options.gss_deleg_creds, in input_gssapi_errtok()