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

  /external/openssh/
readconf.h 48 int gss_deleg_creds; /* Delegate GSS credentials */ member in struct:__anon28144
readconf.c 898 intptr = &options->gss_deleg_creds;
    [all...]
ssh.c 700 options.gss_deleg_creds = 0;
704 options.gss_deleg_creds = 1;
    [all...]
sshconnect2.c 690 status = ssh_gssapi_init_ctx(gssctxt, options.gss_deleg_creds,
824 (void)ssh_gssapi_init_ctx(gssctxt, options.gss_deleg_creds,
    [all...]

Completed in 69 milliseconds