krb_cred_info 202 source4/heimdal/lib/krb5/get_for_creds.c KrbCredInfo *krb_cred_info; krb_cred_info 366 source4/heimdal/lib/krb5/get_for_creds.c krb_cred_info = enc_krb_cred_part.ticket_info.val; krb_cred_info 368 source4/heimdal/lib/krb5/get_for_creds.c copy_EncryptionKey (&out_creds->session, &krb_cred_info->key); krb_cred_info 369 source4/heimdal/lib/krb5/get_for_creds.c ALLOC(krb_cred_info->prealm, 1); krb_cred_info 370 source4/heimdal/lib/krb5/get_for_creds.c copy_Realm (&out_creds->client->realm, krb_cred_info->prealm); krb_cred_info 371 source4/heimdal/lib/krb5/get_for_creds.c ALLOC(krb_cred_info->pname, 1); krb_cred_info 372 source4/heimdal/lib/krb5/get_for_creds.c copy_PrincipalName(&out_creds->client->name, krb_cred_info->pname); krb_cred_info 373 source4/heimdal/lib/krb5/get_for_creds.c ALLOC(krb_cred_info->flags, 1); krb_cred_info 374 source4/heimdal/lib/krb5/get_for_creds.c *krb_cred_info->flags = out_creds->flags.b; krb_cred_info 375 source4/heimdal/lib/krb5/get_for_creds.c ALLOC(krb_cred_info->authtime, 1); krb_cred_info 376 source4/heimdal/lib/krb5/get_for_creds.c *krb_cred_info->authtime = out_creds->times.authtime; krb_cred_info 377 source4/heimdal/lib/krb5/get_for_creds.c ALLOC(krb_cred_info->starttime, 1); krb_cred_info 378 source4/heimdal/lib/krb5/get_for_creds.c *krb_cred_info->starttime = out_creds->times.starttime; krb_cred_info 379 source4/heimdal/lib/krb5/get_for_creds.c ALLOC(krb_cred_info->endtime, 1); krb_cred_info 380 source4/heimdal/lib/krb5/get_for_creds.c *krb_cred_info->endtime = out_creds->times.endtime; krb_cred_info 381 source4/heimdal/lib/krb5/get_for_creds.c ALLOC(krb_cred_info->renew_till, 1); krb_cred_info 382 source4/heimdal/lib/krb5/get_for_creds.c *krb_cred_info->renew_till = out_creds->times.renew_till; krb_cred_info 383 source4/heimdal/lib/krb5/get_for_creds.c ALLOC(krb_cred_info->srealm, 1); krb_cred_info 384 source4/heimdal/lib/krb5/get_for_creds.c copy_Realm (&out_creds->server->realm, krb_cred_info->srealm); krb_cred_info 385 source4/heimdal/lib/krb5/get_for_creds.c ALLOC(krb_cred_info->sname, 1); krb_cred_info 386 source4/heimdal/lib/krb5/get_for_creds.c copy_PrincipalName (&out_creds->server->name, krb_cred_info->sname); krb_cred_info 387 source4/heimdal/lib/krb5/get_for_creds.c ALLOC(krb_cred_info->caddr, 1); krb_cred_info 388 source4/heimdal/lib/krb5/get_for_creds.c copy_HostAddresses (&out_creds->addresses, krb_cred_info->caddr);