Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dreadconf.h43 int gss_deleg_creds; /* Delegate GSS credentials */ member
H A Dreadconf.c1231 intptr = &options->gss_deleg_creds; in process_config_line_depth()
2545 options->gss_deleg_creds = -1; in initialize_options()
2708 if (options->gss_deleg_creds == -1) in fill_default_options()
2709 options->gss_deleg_creds = 0; in fill_default_options()
3536 dump_cfg_fmtint(oGssDelegateCreds, o->gss_deleg_creds); in dump_client_config()
H A Dssh.c876 options.gss_deleg_creds = 0; in main()
880 options.gss_deleg_creds = 1; in main()
H A Dsshconnect2.c829 status = ssh_gssapi_init_ctx(gssctxt, options.gss_deleg_creds, in process_gssapi_token()
986 (void)ssh_gssapi_init_ctx(gssctxt, options.gss_deleg_creds, in input_gssapi_errtok()