| /src/crypto/external/bsd/heimdal/bin/kvno/ |
| Makefile | 10 PROG= kvno 15 SRCS= kvno.c 16 MAN= kvno.1 19 COPTS.kvno.c+= -Wno-deprecated-declarations
|
| /src/crypto/external/bsd/heimdal/bin/ |
| Makefile | 17 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...] |
| get_s.c | 70 copy_keyset_to_kadm5(kadm5_server_context *context, krb5_kvno kvno, 84 kd->key_data_kvno = kvno; 214 out->kvno = ent.entry.kvno; 279 ret = copy_keyset_to_kadm5(context, ent.entry.kvno, ent.entry.keys.len, 284 ret = copy_keyset_to_kadm5(context, hist_keys->val[i].kvno,
|
| common_glue.c | 144 * @kvno is the kvno to search for, or -1 to get the first match (highest kvno) 147 * @kvnop, if not NULL, is where the selected kvno will be placed 153 int32_t kvno, krb5_keyblock *keyblock, 158 if (kvno < 1 || stype != -1) 305 princ_ent.kvno++; 310 new_key_data[i].key_data_kvno = princ_ent.kvno;
|
| ent_setup.c | 187 ret = hdb_change_kvno(context->context, princ->kvno, &ent->entry); 190 ent->entry.kvno = princ->kvno; /* force it */
|
| /src/crypto/external/bsd/heimdal/dist/kdc/ |
| hprop.h | 65 int kvno; member in struct:v4_principal
|
| misc.c | 68 unsigned kvno = 0; local 78 kvno = *kvno_ptr; 120 kvno,
|
| /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/kuser/ |
| kvno.c | 1 /* $NetBSD: kvno.c,v 1.2 2017/01/28 21:31:45 christos Exp $ */ 200 (ticket.enc_part.kvno != NULL)? 201 *ticket.enc_part.kvno : 0, 207 printf("%s: kvno = %d, keytab entry invalid", princ, 208 (ticket.enc_part.kvno != NULL)? 209 *ticket.enc_part.kvno : 0); 243 printf("%s: kvno = %d, keytab entry valid\n", princ, 244 (ticket.enc_part.kvno != NULL)? 245 *ticket.enc_part.kvno : 0); 250 printf("%s: kvno = %d\n", princ [all...] |
| NTMakefile | 43 $(BINDIR)\kvno.exe \ 125 $(BINDIR)\kvno.exe: $(OBJ)\kvno.obj $(BINLIBS)
|
| 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/lib/krb5/ |
| test_set_kvno0.c | 127 if (t.enc_part.kvno) { 128 *t.enc_part.kvno = 0; 130 free(t.enc_part.kvno); 131 t.enc_part.kvno = NULL;
|
| keytab.c | 71 * based installation. They store a truncted kvno, so when the knvo 586 int kvno) 596 if (kvno) 597 snprintf(kvno_str, sizeof(kvno_str), "(kvno %d)", kvno); 603 "principal, kvno, keytab file, enctype"), 618 krb5_kvno kvno, 627 return (*id->get)(context, id, principal, kvno, enctype, entry); 642 the kvno, so only compare those bits */ 643 if (kvno == tmp.vn [all...] |
| 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", ""));
|
| build_ap_req.c | 66 ap.authenticator.kvno = NULL;
|
| krb5-v4compat.h | 89 int kvno; /* Key version number */ member in struct:credentials
|
| /src/crypto/external/bsd/heimdal/dist/lib/hdb/ |
| hdb-keytab.c | 123 unsigned flags, krb5_kvno kvno, hdb_entry_ex * entry) 130 /* Preserve previous behaviour if no kvno specified */ 131 kvno = 0; 153 ret = krb5_kt_get_entry(context, k->keytab, principal, kvno, 0, &ktentry);
|
| mkey.c | 64 int kvno, krb5_keyblock *key, krb5_enctype etype, 75 (*mkey)->keytab.vno = kvno; 501 * Unseal the keys for the given kvno (or all of them) of entry. 503 * If kvno == 0 -> unseal all. 504 * if kvno != 0 -> unseal the requested kvno and make sure it's the one listed 509 hdb_unseal_keys_kvno(krb5_context context, HDB *db, krb5_kvno kvno, 524 if (kvno == 0) 543 tmp_kvno = ent->kvno; 549 if (kvno != 0 && hist_keys->val[i].kvno != kvno [all...] |
| keytab.c | 174 * find the keytab entry in `id' for `principal, kvno, enctype' and return 182 krb5_kvno kvno, 223 kvno, &ent); 231 if(kvno && (krb5_kvno)ent.entry.kvno != kvno) { 243 entry->vno = ent.entry.kvno; 262 * find the keytab entry in `id' for `principal, kvno, enctype' and return 375 entry->vno = c->hdb_entry.entry.kvno;
|
| keys.c | 320 newkeyset.kvno = entry->kvno; 351 * @param kvno Key version number of the key to add to the history 355 hdb_add_history_key(krb5_context context, hdb_entry *entry, krb5_kvno kvno, Key *key) 377 if (hist_keys->val[i].kvno == kvno) { 383 keyset.kvno = kvno; 404 * This function changes an hdb_entry's kvno, swapping the current key 406 * an error is returned (the caller can still set entry->kvno directly) [all...] |
| print.c | 45 kvno 151 unsigned int kvno, Key *key) 162 sz = append_string(context, sp, "\t%u\t%u\t%d\t%d\t", key_versions, kvno, 231 /* --- kvno */ 232 append_string(context, sp, "%d", ent->kvno); 413 * MIT uses the highest kvno as the current kvno instead of 414 * tracking kvno separately, so we can't dump keysets with kvno 415 * higher than the entry's kvno [all...] |
| test_hdbkeys.c | 45 { "kvno", 'd', arg_integer, &kvno_integer, NULL, NULL }, 92 keyset.kvno = kvno_integer;
|
| /src/crypto/external/bsd/heimdal/dist/tests/db/ |
| add-modify-delete.in | 92 echo checking kvno 93 ${EGREP} " *Kvno: 1$" tempfile > /dev/null || exit 1 114 echo checking kvno 115 ${EGREP} " *Kvno: 1$" tempfile > /dev/null || exit 1
|
| /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;
|