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

  /external/openssh/
servconf.h 106 int gss_cleanup_creds; /* If true, destroy cred cache on logout */ member in struct:__anon11214
servconf.c 104 options->gss_cleanup_creds = -1;
232 if (options->gss_cleanup_creds == -1)
233 options->gss_cleanup_creds = 1;
970 intptr = &options->gss_cleanup_creds;
    [all...]
session.c     [all...]

Completed in 66 milliseconds