Searched refs:keepold (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/crypto/external/bsd/heimdal/dist/kadmin/
H A Dcpw.c40 int keepold; member in struct:cpw_entry_data
48 set_random_key (krb5_principal principal, int keepold) argument
55 ret = kadm5_randkey_principal_3(kadm_handle, principal, keepold, 0, NULL,
66 set_random_password (krb5_principal principal, int keepold) argument
72 ret = kadm5_chpass_principal_3(kadm_handle, principal, keepold, 0, NULL, pw);
86 set_password (krb5_principal principal, char *password, int keepold) argument
113 ret = kadm5_chpass_principal_3(kadm_handle, principal, keepold, 0, NULL,
120 set_key_data (krb5_principal principal, krb5_key_data *key_data, int keepold) argument
124 ret = kadm5_chpass_principal_with_key_3(kadm_handle, principal, keepold,
135 return set_random_key (principal, e->keepold);
[all...]
H A Dserver.c57 krb5_boolean keepold = FALSE; local
310 ret = krb5_ret_int32(sp, &keepold);
353 ret = kadm5_chpass_principal_3(kadm_handlep, princ, keepold, 0, NULL,
375 ret = krb5_ret_int32(sp, &keepold);
424 ret = kadm5_chpass_principal_with_key_3(kadm_handlep, princ, keepold,
466 ret = krb5_ret_int32(sp, &keepold);
506 ret = kadm5_randkey_principal_3(kadm_handlep, princ, keepold,
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/kadm5/
H A Dchpass_s.c43 int keepold,
72 if (keepold || cond) {
75 * we handle keepold further below.
124 if (!keepold) {
177 int keepold,
180 return change (server_handle, princ, keepold, 0, NULL, password, 1);
190 int keepold,
195 return change (server_handle, princ, keepold,
206 int keepold,
229 if (keepold) {
41 change(void *server_handle, krb5_principal princ, int keepold, int n_ks_tuple, krb5_key_salt_tuple *ks_tuple, const char *password, int cond) argument
175 kadm5_s_chpass_principal_cond(void *server_handle, krb5_principal princ, int keepold, const char *password) argument
188 kadm5_s_chpass_principal(void *server_handle, krb5_principal princ, int keepold, int n_ks_tuple, krb5_key_salt_tuple *ks_tuple, const char *password) argument
204 kadm5_s_chpass_principal_with_key(void *server_handle, krb5_principal princ, int keepold, int n_key_data, krb5_key_data *key_data) argument
[all...]
H A Dchpass_c.c43 int keepold,
75 krb5_store_int32(sp, keepold); /* extension */
99 int keepold,
125 krb5_store_int32(sp, keepold); /* extension */
41 kadm5_c_chpass_principal(void *server_handle, krb5_principal princ, int keepold, int n_ks_tuple, krb5_key_salt_tuple *ks_tuple, const char *password) argument
97 kadm5_c_chpass_principal_with_key(void *server_handle, krb5_principal princ, int keepold, int n_key_data, krb5_key_data *key_data) argument
H A Dcommon_glue.c55 krb5_boolean keepold,
60 return __CALL(chpass_principal, (server_handle, princ, keepold,
77 int keepold,
82 (server_handle, princ, keepold, n_key_data, key_data));
199 krb5_boolean keepold,
205 return __CALL(randkey_principal, (server_handle, princ, keepold,
256 krb5_boolean keepold,
276 (server_handle, princ, keepold, n_ks_tuple, ks_tuple,
287 if (keepold) {
326 * keepold
53 kadm5_chpass_principal_3(void *server_handle, krb5_principal princ, krb5_boolean keepold, int n_ks_tuple, krb5_key_salt_tuple *ks_tuple, const char *password) argument
75 kadm5_chpass_principal_with_key_3(void *server_handle, krb5_principal princ, int keepold, int n_key_data, krb5_key_data *key_data) argument
197 kadm5_randkey_principal_3(void *server_handle, krb5_principal princ, krb5_boolean keepold, int n_ks_tuple, krb5_key_salt_tuple *ks_tuple, krb5_keyblock **new_keys, int *n_keys) argument
254 kadm5_setkey_principal_3(void *server_handle, krb5_principal princ, krb5_boolean keepold, int n_ks_tuple, krb5_key_salt_tuple *ks_tuple, krb5_keyblock *keyblocks, int n_keys) argument
[all...]
H A Drandkey_s.c48 krb5_boolean keepold,
74 if (keepold) {
95 if (keepold) {
46 kadm5_s_randkey_principal(void *server_handle, krb5_principal princ, krb5_boolean keepold, int n_ks_tuple, krb5_key_salt_tuple *ks_tuple, krb5_keyblock **new_keys, int *n_keys) argument
H A Drandkey_c.c43 krb5_boolean keepold,
76 * - keepold boolean (whether to delete old kvnos)
88 if (ret == 0 && (keepold == TRUE || n_ks_tuple > 0))
89 ret = krb5_store_uint32(sp, keepold);
41 kadm5_c_randkey_principal(void *server_handle, krb5_principal princ, krb5_boolean keepold, int n_ks_tuple, krb5_key_salt_tuple *ks_tuple, krb5_keyblock **new_keys, int *n_keys) argument
H A Dsetkey3_s.c44 krb5_boolean keepold,
75 if (keepold) {
42 kadm5_s_setkey_principal_3(void *server_handle, krb5_principal princ, krb5_boolean keepold, int n_ks_tuple, krb5_key_salt_tuple *ks_tuple, krb5_keyblock *keyblocks, int n_keys) argument
H A Dad.c514 int keepold,
524 if (keepold)
1253 krb5_boolean keepold,
1261 if (keepold)
1352 int keepold,
512 kadm5_ad_chpass_principal(void *server_handle, krb5_principal principal, int keepold, int n_ks_tuple, krb5_key_salt_tuple *ks_tuple, const char *password) argument
1251 kadm5_ad_randkey_principal(void *server_handle, krb5_principal principal, krb5_boolean keepold, int n_ks_tuple, krb5_key_salt_tuple *ks_tuple, krb5_keyblock **keys, int *n_keys) argument
1350 kadm5_ad_chpass_principal_with_key(void *server_handle, krb5_principal princ, int keepold, int n_key_data, krb5_key_data *key_data) argument
/netbsd-current/crypto/external/bsd/heimdal/dist/tests/kdc/
H A Dcheck-iprop.in245 ${kadmin} -l cpw -r --keepold host/foo@${R} || exit 1
246 ${kadmin} -l cpw -r --keepold host/foo@${R} || exit 1
247 ${kadmin} -l cpw -r --keepold host/foo@${R} || exit 1
H A Dcheck-kdc.in213 ${kadmin} cpw -p bla --keepold ${server}@${R} || exit 1
214 ${kadmin} cpw -p kaka --keepold ${server}@${R} || exit 1
373 ${kadmin} cpw -r --keepold krbtgt/${R}@${R} || exit 1
552 ${kadmin} cpw -r --keepold krbtgt/${R}@${R} || { ec=1 ; eval "${testfailed}"; }
553 ${kadmin} cpw -r --keepold krbtgt/${R2}@${R} || { ec=1 ; eval "${testfailed}"; }
554 ${kadmin} cpw -r --keepold krbtgt/${R}@${R2} || { ec=1 ; eval "${testfailed}"; }
579 ${kadmin} cpw -r --keepold krbtgt/${R}@${R} || { ec=1 ; eval "${testfailed}"; }
580 ${kadmin} cpw -r --keepold krbtgt/${R2}@${R} || { ec=1 ; eval "${testfailed}"; }
581 ${kadmin} cpw -r --keepold krbtgt/${R}@${R2} || { ec=1 ; eval "${testfailed}"; }

Completed in 113 milliseconds