Searched refs:krb5_make_principal (Results 1 - 25 of 38) sorted by relevance

12

/freebsd-12-stable/crypto/heimdal/lib/krb5/
H A Dget_default_principal.c75 ret = krb5_make_principal(context, princ, NULL, user, "root", NULL);
77 ret = krb5_make_principal(context, princ, NULL, "root", NULL);
93 ret = krb5_make_principal(context, princ, NULL, user, NULL);
127 return krb5_make_principal(context, princ, NULL, username, NULL);
141 return krb5_make_principal(context, princ, NULL, username, NULL);
H A Dstore-test.c106 krb5_make_principal(context, &principal, "TEST", "foobar", NULL);
H A Dtest_forward.c111 ret = krb5_make_principal(context,
118 krb5_err(context, 1, ret, "krb5_make_principal(server)");
H A Dtest_alname.c47 ret = krb5_make_principal(context, &p, realm, user, inst, NULL);
H A Dget_cred.c300 ret = krb5_make_principal(context,
758 ret = krb5_make_principal(context,
835 ret = krb5_make_principal(context, &tmp_creds.server,
954 ret = krb5_make_principal(context, &tgtname,
1475 ret = krb5_make_principal(context, &in.server, realm, KRB5_TGS_NAME,
H A Dkeytab_keyfile.c253 ret = krb5_make_principal (context, &entry->principal,
H A Dget_for_creds.c140 ret = krb5_make_principal(context,
/freebsd-12-stable/crypto/heimdal/kadmin/
H A Dinit.c175 ret = krb5_make_principal(context, &princ, realm,
187 krb5_make_principal(context, &princ, realm,
205 krb5_make_principal(context, &princ, realm,
211 krb5_make_principal(context, &princ, realm,
220 krb5_make_principal(context, &princ, realm,
228 krb5_make_principal(context, &princ, realm,
242 krb5_make_principal(context, &ent.principal, realm,
H A Dank.c50 ret = krb5_make_principal (contextp->context, &def_principal,
/freebsd-12-stable/crypto/heimdal/kcm/
H A Drenew.c75 ret = krb5_make_principal(context, &in.server, realm,
/freebsd-12-stable/crypto/heimdal/appl/test/
H A Duu_client.c97 status = krb5_make_principal(context, &mcred.server,
103 krb5_err(context, 1, status, "krb5_make_principal");
/freebsd-12-stable/crypto/heimdal/kuser/
H A Dcopy_cred_cache.c138 ret = krb5_make_principal(kcc_context, &ctx.mcreds.server,
H A Dkinit.c223 return krb5_make_principal(context, princ, realm,
775 ret = krb5_make_principal(context, &principal, argv[0],
779 krb5_err(context, 1, ret, "krb5_make_principal");
/freebsd-12-stable/crypto/heimdal/lib/kadm5/
H A Dinit_c.c263 ret = krb5_make_principal(context, &p2, NULL,
301 ret = krb5_make_principal(context, &p2, NULL, name, "admin", NULL);
363 ret = krb5_make_principal(context, &default_client,
H A Dcreate_s.c46 ret = krb5_make_principal(context->context, &def_principal,
/freebsd-12-stable/crypto/heimdal/appl/su/
H A Dsu.c177 ret = krb5_make_principal(context, &p, *r,
182 ret = krb5_make_principal(context, &p, *r,
/freebsd-12-stable/crypto/heimdal/appl/kf/
H A Dkf.c222 status = krb5_make_principal (context,
231 krb5_warn (context, status, "krb5_make_principal");
/freebsd-12-stable/crypto/heimdal/kdc/
H A Ddigest-service.c106 ret = krb5_make_principal(context, &client, domain,
H A Dhpropd.c189 ret = krb5_make_principal(context, &c1, NULL, "kadmin", "hprop", NULL);
191 krb5_err(context, 1, ret, "krb5_make_principal");
H A Dhprop.c170 ret = krb5_make_principal(context, &client, NULL,
172 if(ret) krb5_err(context, 1, ret, "krb5_make_principal");
/freebsd-12-stable/crypto/heimdal/lib/gssapi/krb5/
H A Dimport_name.c156 kerr = krb5_make_principal(context, &princ, NULL, tmp, host, NULL);
H A Dacquire_cred.c57 kret = krb5_make_principal(context, &in_cred.server,
/freebsd-12-stable/lib/libpam/modules/pam_ksu/
H A Dpam_ksu.c222 rv = krb5_make_principal(context, &default_principal, NULL, current_user, NULL);
/freebsd-12-stable/crypto/heimdal/lib/kafs/
H A Dafskrb5.c156 ret = krb5_make_principal(d->context, &in_creds.server,
/freebsd-12-stable/crypto/heimdal/kpasswd/
H A Dkpasswdd.c161 ret = krb5_make_principal (context, &server, realm,
503 ret = krb5_make_principal (context,
510 krb5_err (context, 1, ret, "krb5_make_principal");

Completed in 294 milliseconds

12