• Home
  • Raw
  • Download

Lines Matching refs:gssapi_client

53 static ssh_gssapi_client gssapi_client =  variable
204 if (ssh_gssapi_getclient(ctx, &gssapi_client)) in ssh_gssapi_accept_ctx()
323 if (gssapi_client.store.filename != NULL) { in ssh_gssapi_cleanup_creds()
326 gssapi_client.store.filename); in ssh_gssapi_cleanup_creds()
327 unlink(gssapi_client.store.filename); in ssh_gssapi_cleanup_creds()
335 if (gssapi_client.mech && gssapi_client.mech->storecreds) { in ssh_gssapi_storecreds()
336 (*gssapi_client.mech->storecreds)(&gssapi_client); in ssh_gssapi_storecreds()
349 if (gssapi_client.store.envvar != NULL && in ssh_gssapi_do_child()
350 gssapi_client.store.envval != NULL) { in ssh_gssapi_do_child()
351 debug("Setting %s to %s", gssapi_client.store.envvar, in ssh_gssapi_do_child()
352 gssapi_client.store.envval); in ssh_gssapi_do_child()
353 child_set_env(envp, envsizep, gssapi_client.store.envvar, in ssh_gssapi_do_child()
354 gssapi_client.store.envval); in ssh_gssapi_do_child()
364 if (gssapi_client.exportedname.length == 0 || in ssh_gssapi_userok()
365 gssapi_client.exportedname.value == NULL) { in ssh_gssapi_userok()
369 if (gssapi_client.mech && gssapi_client.mech->userok) in ssh_gssapi_userok()
370 if ((*gssapi_client.mech->userok)(&gssapi_client, user)) in ssh_gssapi_userok()
374 gss_release_buffer(&lmin, &gssapi_client.displayname); in ssh_gssapi_userok()
375 gss_release_buffer(&lmin, &gssapi_client.exportedname); in ssh_gssapi_userok()
376 gss_release_cred(&lmin, &gssapi_client.creds); in ssh_gssapi_userok()
377 explicit_bzero(&gssapi_client, in ssh_gssapi_userok()