| /src/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/ |
| creds.c | 68 char *start_realm; local 77 ret = krb5_cc_get_config(context, handle->ccache, NULL, "start_realm", 80 start_realm = strndup(config_start_realm.data, 84 start_realm = strdup(krb5_principal_get_realm(context, 87 if (start_realm == NULL) { 93 ret = _krb5_get_krbtgt(context, handle->ccache, start_realm, &creds); 94 free(start_realm); 95 start_realm = NULL;
|
| creds.c | 68 char *start_realm; local 77 ret = krb5_cc_get_config(context, handle->ccache, NULL, "start_realm", 80 start_realm = strndup(config_start_realm.data, 84 start_realm = strdup(krb5_principal_get_realm(context, 87 if (start_realm == NULL) { 93 ret = _krb5_get_krbtgt(context, handle->ccache, start_realm, &creds); 94 free(start_realm); 95 start_realm = NULL;
|
| creds.c | 68 char *start_realm; local 77 ret = krb5_cc_get_config(context, handle->ccache, NULL, "start_realm", 80 start_realm = strndup(config_start_realm.data, 84 start_realm = strdup(krb5_principal_get_realm(context, 87 if (start_realm == NULL) { 93 ret = _krb5_get_krbtgt(context, handle->ccache, start_realm, &creds); 94 free(start_realm); 95 start_realm = NULL;
|
| /src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| cache.c | 749 (void) krb5_cc_set_config(context, id, NULL, "start_realm", &realm); 752 strcmp(creds->server->name.name_string.val[1], "start_realm") == 0) { 755 * But if the caller is storing a start_realm ccconfig, then 756 * stop looking for root TGTs to mark as the start_realm. 758 * By honoring any start_realm cc config stored, we interop 1733 char *start_realm; local 1742 ret = krb5_cc_get_config(context, id, NULL, "start_realm", &config_start_realm); 1744 start_realm = strndup(config_start_realm.data, config_start_realm.length); 1752 start_realm = strdup(krb5_principal_get_realm(context, client)); 1755 if (start_realm == NULL [all...] |
| get_cred.c | 963 krb5_realm start_realm = NULL; local 986 ret = krb5_cc_get_config(context, ccache, NULL, "start_realm", &config_start_realm); 988 start_realm = strndup(config_start_realm.data, config_start_realm.length); 991 start_realm = strdup(krb5_principal_get_realm(context, in_creds->client)); 993 if (start_realm == NULL) 1001 start_realm, 1003 start_realm, 1006 free(start_realm); 1013 free(start_realm); 1022 free(start_realm); [all...] |
| cache.c | 749 (void) krb5_cc_set_config(context, id, NULL, "start_realm", &realm); 752 strcmp(creds->server->name.name_string.val[1], "start_realm") == 0) { 755 * But if the caller is storing a start_realm ccconfig, then 756 * stop looking for root TGTs to mark as the start_realm. 758 * By honoring any start_realm cc config stored, we interop 1733 char *start_realm; local 1742 ret = krb5_cc_get_config(context, id, NULL, "start_realm", &config_start_realm); 1744 start_realm = strndup(config_start_realm.data, config_start_realm.length); 1752 start_realm = strdup(krb5_principal_get_realm(context, client)); 1755 if (start_realm == NULL [all...] |
| get_cred.c | 963 krb5_realm start_realm = NULL; local 986 ret = krb5_cc_get_config(context, ccache, NULL, "start_realm", &config_start_realm); 988 start_realm = strndup(config_start_realm.data, config_start_realm.length); 991 start_realm = strdup(krb5_principal_get_realm(context, in_creds->client)); 993 if (start_realm == NULL) 1001 start_realm, 1003 start_realm, 1006 free(start_realm); 1013 free(start_realm); 1022 free(start_realm); [all...] |
| cache.c | 749 (void) krb5_cc_set_config(context, id, NULL, "start_realm", &realm); 752 strcmp(creds->server->name.name_string.val[1], "start_realm") == 0) { 755 * But if the caller is storing a start_realm ccconfig, then 756 * stop looking for root TGTs to mark as the start_realm. 758 * By honoring any start_realm cc config stored, we interop 1733 char *start_realm; local 1742 ret = krb5_cc_get_config(context, id, NULL, "start_realm", &config_start_realm); 1744 start_realm = strndup(config_start_realm.data, config_start_realm.length); 1752 start_realm = strdup(krb5_principal_get_realm(context, client)); 1755 if (start_realm == NULL [all...] |
| get_cred.c | 963 krb5_realm start_realm = NULL; local 986 ret = krb5_cc_get_config(context, ccache, NULL, "start_realm", &config_start_realm); 988 start_realm = strndup(config_start_realm.data, config_start_realm.length); 991 start_realm = strdup(krb5_principal_get_realm(context, in_creds->client)); 993 if (start_realm == NULL) 1001 start_realm, 1003 start_realm, 1006 free(start_realm); 1013 free(start_realm); 1022 free(start_realm); [all...] |