HomeSort by: relevance | last modified time | path
    Searched defs:kvno (Results 1 - 17 of 17) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/kdc/
misc.c 68 unsigned kvno = 0; local
78 kvno = *kvno_ptr;
120 kvno,
hprop.h 65 int kvno; member in struct:v4_principal
krb5tgs.c 231 ret = hdb_enctype2key(context, &krbtgt->entry, NULL, /* XXX use correct kvno! */
771 krb5_kvno kvno,
1051 kvno,
1217 krb5uint32 krbtgt_kvno; /* kvno used for the PA-TGS-REQ AP-REQ Ticket */
1251 krbtgt_kvno = ap_req.ticket.enc_part.kvno ? *ap_req.ticket.enc_part.kvno : 0;
1277 "kvno %d at this KDC", p, krbtgt_kvno);
1290 "ticket account %s with kvno %d at this KDC", p, krbtgt_kvno);
1311 krbtgt_kvno_try = krbtgt_kvno ? krbtgt_kvno : (*krbtgt)->entry.kvno;
1533 0 /* kvno */, &ed)
1581 krb5_kvno kvno; local
    [all...]
  /src/crypto/external/bsd/heimdal/dist/kuser/
heimtools.c 79 kvno(struct kvno_options *opt, int argc, char **argv) function
94 "kinit", "klist", "kswitch", "kgetcred", "kvno", "kdeltkt",
  /src/crypto/external/bsd/heimdal/dist/admin/
change.c 42 krb5_principal principal, krb5_kvno kvno,
114 new_entry.vno = kvno + 1;
132 krb5_kvno kvno; member in struct:change_set
165 if (changeset[i].kvno < entry.vno)
166 changeset[i].kvno = entry.vno;
214 changeset[j].kvno = entry.vno;
231 printf("Changing %s kvno %d\n",
232 client_name, changeset[i].kvno);
237 changeset[i].principal, changeset[i].kvno,
  /src/crypto/external/bsd/heimdal/dist/lib/kadm5/
set_keys.c 117 krb5_kvno kvno = -1; local
139 if (kvno != -1 && kvno != key_data[i].key_data_kvno) {
143 kvno = key_data[i].key_data_kvno;
148 * assume we must be setting the principal's kvno as well!
151 * sent 0 as the kvno... This may seem ugly, but it's the price
152 * of backwards compatibility with pre-multi-kvno kadmin clients
154 * updating the entry's kvno?)
157 * keysets are given but the entry's kvno is not set and not in
161 if (kvno == 0)
    [all...]
ad.c 1018 entry->kvno = atoi(vals[0]);
1020 entry->kvno = 0;
1099 char *kvno[2] = { NULL, NULL }; local
1191 entry->kvno = 0;
1193 asprintf(&kvno[0], "%d", entry->kvno);
1197 a->mod_values = kvno;
1238 if (kvno[0])
1239 free(kvno[0]);
admin.h 157 krb5_kvno kvno; member in struct:_kadm5_principal_ent_t
  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
keytab_keyfile.c 46 * <int32_t numkeys> {[<int32_t kvno> <char[8] deskey>] * numkeys}
236 int32_t kvno; local
250 ret = krb5_ret_int32(cursor->sp, &kvno);
256 entry->vno = kvno;
369 int32_t kvno; local
373 ret = krb5_ret_int32(sp, &kvno);
376 N_("Failed getting kvno from keyfile", ""));
386 if (kvno == entry->vno) {
421 N_("keytab keyfile failed store kvno", ""));
krb5-v4compat.h 89 int kvno; /* Key version number */ member in struct:credentials
rd_req.c 759 int kvno; local
767 if (ap_req->ticket.enc_part.kvno)
768 kvno = *ap_req->ticket.enc_part.kvno;
770 kvno = 0;
775 kvno,
934 int done = 0, kvno = 0; local
938 if (ap_req.ticket.enc_part.kvno)
939 kvno = *ap_req.ticket.enc_part.kvno;
    [all...]
scache.c 114 "kvno INTEGER NOT NULL," \
126 #define SQL_ICRED "INSERT INTO credentials (cid, kvno, etype, cred, created_at) VALUES (?,?,?,?,?)"
725 int kvno = 0; local
732 if(t.enc_part.kvno)
733 kvno = *t.enc_part.kvno;
740 sqlite3_bind_int(s->icred, 2, kvno);
init_creds_pw.c 1579 int kvno = 0, found = 0; local
1611 /* check if we ahve this kvno already */
1612 if (entry.vno > kvno) {
1618 kvno = entry.vno;
1619 } else if (entry.vno != kvno)
krb5.h 117 krb5_kvno kvno; member in struct:krb5_enc_data
  /src/crypto/external/bsd/heimdal/dist/lib/kafs/
afskrb5.c 52 int kvno, ret; local
62 kvno = KAFS_RXKAD_2B_KVNO;
84 kvno = KAFS_RXKAD_K5_KVNO;
106 kt->ct.AuthHandle = kvno;
  /src/external/bsd/openldap/dist/contrib/slapd-modules/smbk5pwd/
smbk5pwd.c 373 int kvno, i; local
388 kvno = 0;
390 if ( lutil_atoi( &kvno, a->a_vals[0].bv_val ) != 0 ) {
458 "%d", kvno+1 );
  /src/crypto/external/bsd/heimdal/dist/lib/hdb/
hdb-mitdb.c 76 16: kvno
408 * @param target_kvno Desired kvno, or 0 for the entry's current kvno
409 * @param entry Desired kvno, or 0 for the entry's current kvno
571 * 16: kvno
578 * keys for this kvno, the second meaning there's keys and salt[s?].
601 if ((target_kvno == 0 && entry->kvno < key_kvno) ||
602 (target_kvno == key_kvno && entry->kvno != target_kvno)) {
604 * MIT's KDB doesn't keep track of kvno. The highest kvn
1453 int kvno; local
    [all...]

Completed in 41 milliseconds