HomeSort by relevance Sort by last modified time
    Searched full:gss_deleg_creds (Results 1 - 4 of 4) sorted by null

  /external/openssh/
readconf.h 50 int gss_deleg_creds; /* Delegate GSS credentials */ member in struct:__anon25835
readconf.c 486 intptr = &options->gss_deleg_creds;
1141 options->gss_deleg_creds = -1;
    [all...]
ssh.c 393 options.gss_deleg_creds = 0;
397 options.gss_deleg_creds = 1;
    [all...]
sshconnect2.c 689 status = ssh_gssapi_init_ctx(gssctxt, options.gss_deleg_creds,
821 status = ssh_gssapi_init_ctx(gssctxt, options.gss_deleg_creds,
    [all...]

Completed in 165 milliseconds