Searched refs:gssapi_client (Results 1 – 1 of 1) sorted by relevance
52 static ssh_gssapi_client gssapi_client = variable203 if (ssh_gssapi_getclient(ctx, &gssapi_client)) in ssh_gssapi_accept_ctx()322 if (gssapi_client.store.filename != NULL) { in ssh_gssapi_cleanup_creds()325 gssapi_client.store.filename); in ssh_gssapi_cleanup_creds()326 unlink(gssapi_client.store.filename); in ssh_gssapi_cleanup_creds()334 if (gssapi_client.mech && gssapi_client.mech->storecreds) { in ssh_gssapi_storecreds()335 (*gssapi_client.mech->storecreds)(&gssapi_client); in ssh_gssapi_storecreds()348 if (gssapi_client.store.envvar != NULL && in ssh_gssapi_do_child()349 gssapi_client.store.envval != NULL) { in ssh_gssapi_do_child()350 debug("Setting %s to %s", gssapi_client.store.envvar, in ssh_gssapi_do_child()[all …]