kadm5: Add functions to check for bogus keys

Introduce kadm5_all_keys_are_bogus() and kadm5_some_keys_are_bogus()
which will be used in later changes.

Change-Id: I3a07ffe07bee7d6eb17c3d2eae91c107e0bac255
This commit is contained in:
Nicolas Williams
2015-03-12 14:42:22 -05:00
committed by Jeffrey Altman
parent cfdf6d5cbe
commit db72e66eb9
4 changed files with 39 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ HEIMDAL_KADM5_CLIENT_1.0 {
initialize_kadm5_error_table_r;
kadm5_ad_init_with_password;
kadm5_ad_init_with_password_ctx;
kadm5_all_keys_are_bogus;
kadm5_c_chpass_principal;
kadm5_c_chpass_principal_with_key;
kadm5_c_create_principal;
@@ -48,6 +49,7 @@ HEIMDAL_KADM5_CLIENT_1.0 {
kadm5_ret_principal_ent;
kadm5_ret_principal_ent_mask;
kadm5_ret_tl_data;
kadm5_some_keys_are_bogus;
kadm5_store_key_data;
kadm5_store_principal_ent;
kadm5_store_principal_ent_mask;