Home
last modified time | relevance | path

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

/external/openssh/
Dreadconf.h48 int gss_deleg_creds; /* Delegate GSS credentials */ member
Dreadconf.c977 intptr = &options->gss_deleg_creds; in process_config_line_depth()
1801 options->gss_deleg_creds = -1; in initialize_options()
1945 if (options->gss_deleg_creds == -1) in fill_default_options()
1946 options->gss_deleg_creds = 0; in fill_default_options()
2534 dump_cfg_fmtint(oGssDelegateCreds, o->gss_deleg_creds); in dump_client_config()
Dssh.c712 options.gss_deleg_creds = 0; in main()
716 options.gss_deleg_creds = 1; in main()
Dsshconnect2.c715 status = ssh_gssapi_init_ctx(gssctxt, options.gss_deleg_creds, in process_gssapi_token()
849 (void)ssh_gssapi_init_ctx(gssctxt, options.gss_deleg_creds, in input_gssapi_errtok()