1*ebfedea0SLionel Sambuc# Id 2*ebfedea0SLionel Sambuc 3*ebfedea0SLionel SambucHEIMDAL_HDB_1.0 { 4*ebfedea0SLionel Sambuc global: 5*ebfedea0SLionel Sambuc encode_hdb_keyset; 6*ebfedea0SLionel Sambuc hdb_add_master_key; 7*ebfedea0SLionel Sambuc hdb_check_db_format; 8*ebfedea0SLionel Sambuc hdb_clear_extension; 9*ebfedea0SLionel Sambuc hdb_clear_master_key; 10*ebfedea0SLionel Sambuc hdb_create; 11*ebfedea0SLionel Sambuc hdb_db_dir; 12*ebfedea0SLionel Sambuc hdb_dbinfo_get_acl_file; 13*ebfedea0SLionel Sambuc hdb_dbinfo_get_binding; 14*ebfedea0SLionel Sambuc hdb_dbinfo_get_dbname; 15*ebfedea0SLionel Sambuc hdb_dbinfo_get_label; 16*ebfedea0SLionel Sambuc hdb_dbinfo_get_log_file; 17*ebfedea0SLionel Sambuc hdb_dbinfo_get_mkey_file; 18*ebfedea0SLionel Sambuc hdb_dbinfo_get_next; 19*ebfedea0SLionel Sambuc hdb_dbinfo_get_realm; 20*ebfedea0SLionel Sambuc hdb_default_db; 21*ebfedea0SLionel Sambuc hdb_enctype2key; 22*ebfedea0SLionel Sambuc hdb_entry2string; 23*ebfedea0SLionel Sambuc hdb_entry2value; 24*ebfedea0SLionel Sambuc hdb_entry_alias2value; 25*ebfedea0SLionel Sambuc hdb_entry_check_mandatory; 26*ebfedea0SLionel Sambuc hdb_entry_clear_password; 27*ebfedea0SLionel Sambuc hdb_entry_get_ConstrainedDelegACL; 28*ebfedea0SLionel Sambuc hdb_entry_get_aliases; 29*ebfedea0SLionel Sambuc hdb_entry_get_password; 30*ebfedea0SLionel Sambuc hdb_entry_get_pkinit_acl; 31*ebfedea0SLionel Sambuc hdb_entry_get_pkinit_cert; 32*ebfedea0SLionel Sambuc hdb_entry_get_pkinit_hash; 33*ebfedea0SLionel Sambuc hdb_entry_get_pw_change_time; 34*ebfedea0SLionel Sambuc hdb_entry_set_password; 35*ebfedea0SLionel Sambuc hdb_entry_set_pw_change_time; 36*ebfedea0SLionel Sambuc hdb_find_extension; 37*ebfedea0SLionel Sambuc hdb_foreach; 38*ebfedea0SLionel Sambuc hdb_free_dbinfo; 39*ebfedea0SLionel Sambuc hdb_free_entry; 40*ebfedea0SLionel Sambuc hdb_free_key; 41*ebfedea0SLionel Sambuc hdb_free_keys; 42*ebfedea0SLionel Sambuc hdb_free_master_key; 43*ebfedea0SLionel Sambuc hdb_generate_key_set; 44*ebfedea0SLionel Sambuc hdb_generate_key_set_password; 45*ebfedea0SLionel Sambuc hdb_get_dbinfo; 46*ebfedea0SLionel Sambuc hdb_init_db; 47*ebfedea0SLionel Sambuc hdb_key2principal; 48*ebfedea0SLionel Sambuc hdb_list_builtin; 49*ebfedea0SLionel Sambuc hdb_lock; 50*ebfedea0SLionel Sambuc hdb_next_enctype2key; 51*ebfedea0SLionel Sambuc hdb_principal2key; 52*ebfedea0SLionel Sambuc hdb_print_entry; 53*ebfedea0SLionel Sambuc hdb_process_master_key; 54*ebfedea0SLionel Sambuc hdb_read_master_key; 55*ebfedea0SLionel Sambuc hdb_replace_extension; 56*ebfedea0SLionel Sambuc hdb_seal_key; 57*ebfedea0SLionel Sambuc hdb_seal_key_mkey; 58*ebfedea0SLionel Sambuc hdb_seal_keys; 59*ebfedea0SLionel Sambuc hdb_seal_keys_mkey; 60*ebfedea0SLionel Sambuc hdb_set_master_key; 61*ebfedea0SLionel Sambuc hdb_set_master_keyfile; 62*ebfedea0SLionel Sambuc hdb_unlock; 63*ebfedea0SLionel Sambuc hdb_unseal_key; 64*ebfedea0SLionel Sambuc hdb_unseal_key_mkey; 65*ebfedea0SLionel Sambuc hdb_unseal_keys; 66*ebfedea0SLionel Sambuc hdb_unseal_keys_mkey; 67*ebfedea0SLionel Sambuc hdb_value2entry; 68*ebfedea0SLionel Sambuc hdb_value2entry_alias; 69*ebfedea0SLionel Sambuc hdb_write_master_key; 70*ebfedea0SLionel Sambuc length_hdb_keyset; 71*ebfedea0SLionel Sambuc hdb_interface_version; 72*ebfedea0SLionel Sambuc initialize_hdb_error_table_r; 73*ebfedea0SLionel Sambuc 74*ebfedea0SLionel Sambuc hdb_kt_ops; 75*ebfedea0SLionel Sambuc 76*ebfedea0SLionel Sambuc # some random bits needed for libkadm 77*ebfedea0SLionel Sambuc HDBFlags2int; 78*ebfedea0SLionel Sambuc asn1_HDBFlags_units; 79*ebfedea0SLionel Sambuc copy_Event; 80*ebfedea0SLionel Sambuc copy_HDB_extensions; 81*ebfedea0SLionel Sambuc copy_Key; 82*ebfedea0SLionel Sambuc copy_Salt; 83*ebfedea0SLionel Sambuc decode_HDB_Ext_Aliases; 84*ebfedea0SLionel Sambuc decode_HDB_Ext_PKINIT_acl; 85*ebfedea0SLionel Sambuc decode_HDB_extension; 86*ebfedea0SLionel Sambuc decode_Key; 87*ebfedea0SLionel Sambuc encode_HDB_Ext_Aliases; 88*ebfedea0SLionel Sambuc encode_HDB_Ext_PKINIT_acl; 89*ebfedea0SLionel Sambuc encode_HDB_extension; 90*ebfedea0SLionel Sambuc encode_Key; 91*ebfedea0SLionel Sambuc free_Event; 92*ebfedea0SLionel Sambuc free_HDB_Ext_Aliases; 93*ebfedea0SLionel Sambuc free_HDB_Ext_PKINIT_acl; 94*ebfedea0SLionel Sambuc free_HDB_extension; 95*ebfedea0SLionel Sambuc free_HDB_extensions; 96*ebfedea0SLionel Sambuc free_Key; 97*ebfedea0SLionel Sambuc free_Salt; 98*ebfedea0SLionel Sambuc free_hdb_entry; 99*ebfedea0SLionel Sambuc int2HDBFlags; 100*ebfedea0SLionel Sambuc length_HDB_Ext_Aliases; 101*ebfedea0SLionel Sambuc length_HDB_Ext_PKINIT_acl; 102*ebfedea0SLionel Sambuc length_HDB_extension; 103*ebfedea0SLionel Sambuc length_Key; 104*ebfedea0SLionel Sambuc 105*ebfedea0SLionel Sambuc local: 106*ebfedea0SLionel Sambuc *; 107*ebfedea0SLionel Sambuc}; 108