Searched refs:pcred (Results 1 – 11 of 11) sorted by relevance
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
H A D | mk_cred.c | 72 …rb5_replay_data *replaydata, krb5_address *local_addr, krb5_address *remote_addr, krb5_cred *pcred) in krb5_mk_ncred_basic() argument 114 &pcred->tickets[i]))) in krb5_mk_ncred_basic() 137 pcred->tickets[i] = NULL; in krb5_mk_ncred_basic() 141 &pcred->enc_part); in krb5_mk_ncred_basic() 164 krb5_cred * pcred; in krb5_mk_ncred() local 180 if ((pcred = (krb5_cred *)malloc(sizeof(krb5_cred))) == NULL) in krb5_mk_ncred() 182 memset(pcred, 0, sizeof(krb5_cred)); in krb5_mk_ncred() 184 if ((pcred->tickets in krb5_mk_ncred() 187 free(pcred); in krb5_mk_ncred() 189 memset(pcred->tickets, 0, sizeof(krb5_ticket *) * (ncred +1)); in krb5_mk_ncred() [all …]
|
H A D | rd_cred.c | 20 decrypt_credencdata(krb5_context context, krb5_cred *pcred, krb5_keyblock *pkeyblock, krb5_cred_enc… in decrypt_credencdata() argument 26 scratch.length = pcred->enc_part.ciphertext.length; in decrypt_credencdata() 33 &pcred->enc_part, &scratch))) in decrypt_credencdata() 37 (void) memcpy(scratch.data, pcred->enc_part.ciphertext.data, scratch.length); in decrypt_credencdata() 64 krb5_cred * pcred; in krb5_rd_cred_basic() local 70 if ((retval = decode_krb5_cred(pcreddata, &pcred))) in krb5_rd_cred_basic() 76 if ((retval = decrypt_credencdata(context, pcred, pkeyblock, &encpart))) in krb5_rd_cred_basic() 88 for (ncreds = 0; pcred->tickets[ncreds]; ncreds++); in krb5_rd_cred_basic() 134 if ((retval = encode_krb5_ticket(pcred->tickets[i - 1], &pdata))) in krb5_rd_cred_basic() 160 krb5_free_cred(context, pcred); in krb5_rd_cred_basic()
|
/titanic_50/usr/src/uts/common/os/ |
H A D | pool_pset.c | 602 cred_t *pcred; in pset_bind_start() local 624 pcred = crgetcred(); in pset_bind_start() 632 if (secpolicy_setpriority(pcred) != 0) { in pset_bind_start() 635 crfree(pcred); in pset_bind_start() 648 if (!prochasprocperm(p, curproc, pcred)) { in pset_bind_start() 652 crfree(pcred); in pset_bind_start() 667 crfree(pcred); in pset_bind_start() 673 crfree(pcred); in pset_bind_start()
|
/titanic_50/usr/src/uts/common/exec/elf/ |
H A D | elf_notes.c | 181 prcred_t pcred; in write_elfnotes() member 290 prgetcred(p, &bigwad->pcred); in write_elfnotes() 292 if (bigwad->pcred.pr_ngroups != 0) { in write_elfnotes() 294 sizeof (gid_t) * (bigwad->pcred.pr_ngroups - 1); in write_elfnotes() 299 (caddr_t)&bigwad->pcred, rlimit, credp); in write_elfnotes()
|
/titanic_50/usr/src/cmd/ptools/ |
H A D | Makefile | 35 pcred \
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | system-extended-system-utilities.mf | 55 $(i386_ONLY)file path=usr/bin/$(ARCH32)/pcred mode=0555 75 file path=usr/bin/$(ARCH64)/pcred mode=0555 220 hardlink path=usr/bin/pcred target=../../usr/lib/isaexec 259 link path=usr/proc/bin/pcred target=../../bin/pcred
|
H A D | SUNWcs.man1.inc | 261 link path=usr/share/man/man1/pcred.1 target=proc.1
|
/titanic_50/usr/src/man/man1/ |
H A D | Makefile | 481 pcred.1 \ 662 pcred.1 := LINKSRC = proc.1
|
/titanic_50/usr/src/lib/libsecdb/ |
H A D | exec_attr.txt | 246 Process Management:solaris:cmd:::/usr/bin/pcred:privs=proc_owner 254 Process Management:suser:cmd:::/usr/bin/pcred:euid=0
|
/titanic_50/usr/src/lib/libproc/common/ |
H A D | llib-lproc | 383 int Psetcred(struct ps_prochandle *Pr, const prcred_t *pcred);
|
/titanic_50/ |
H A D | .gitignore | 2059 usr/src/cmd/ptools/pcred/amd64/ 2060 usr/src/cmd/ptools/pcred/i386/ 4394 usr/src/man/man1/pcred.1
|