summaryrefslogtreecommitdiffstats
path: root/src/mac/K5Library.exp
diff options
context:
space:
mode:
authorMiro Jurisic <meeroh@mit.edu>1999-01-19 19:42:19 +0000
committerMiro Jurisic <meeroh@mit.edu>1999-01-19 19:42:19 +0000
commit493191b71fc11088456155a5bc8b3e395f8dec1b (patch)
tree1703eef31776ff65b45899508c24b64e1b03e0a2 /src/mac/K5Library.exp
parent5d3830d9adff58840f6ff277c1c7b3edaf8d1bb8 (diff)
Changes to krb5.ini to default to single DES TGT (3DES is hosed); added realms API and 3DES to export file; building only PPC versions
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11109 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/mac/K5Library.exp')
-rw-r--r--src/mac/K5Library.exp38
1 files changed, 21 insertions, 17 deletions
diff --git a/src/mac/K5Library.exp b/src/mac/K5Library.exp
index 716a51958..c3e1093ec 100644
--- a/src/mac/K5Library.exp
+++ b/src/mac/K5Library.exp
@@ -53,6 +53,8 @@
krb5_free_ticket
krb5_free_tickets
krb5_free_tkt_authent
+ krb5_free_checksum_contents
+ krb5_free_cksumtypes
krb5_fwd_tgt_creds
krb5_get_credentials
krb5_get_credentials_renew
@@ -118,6 +120,16 @@
krb5_finish_random_key
krb5_random_key
#
+ krb5_c_decrypt
+ krb5_c_encrypt
+ krb5_c_encrypt_length
+ krb5_c_checksum_length
+ krb5_c_block_size
+ krb5_c_make_checksum
+ krb5_c_verify_checksum
+ krb5_c_random_make_octets
+ krb5_c_keyed_checksum_types
+#
krb5_425_conv_principal
krb5_524_conv_principal
#
@@ -140,6 +152,7 @@
krb5_auth_con_getlocalsubkey
krb5_auth_con_getremotesubkey
krb5_auth_con_init
+ krb5_auth_con_setaddrs
krb5_auth_con_setflags
krb5_auth_con_getlocalseqnumber
krb5_auth_con_getremoteseqnumber
@@ -160,14 +173,15 @@
krb5_kt_free_entry
krb5_kt_read_service_key
krb5_kt_remove_entry
-#Kadm routines
-# krb5_adm_connect
-# krb5_adm_disconnect
-# krb5_free_adm_data
-# krb5_read_adm_reply
-# krb5_send_adm_cmd
+
#
krb5_change_password
+#
+ krb5_realm_iterator_create
+ krb5_realm_iterator
+ krb5_realm_iterator_free
+ krb5_free_realm_string
+
#Temporary exports (DO NOT USE)
decode_krb5_ticket
profile_get_values
@@ -191,14 +205,4 @@
add_error_table
remove_error_table
error_message
-
-# DES exports
- mit_des_ecb_encrypt
- mit_des_init_random_key
- mit_des_key_sched
- mit_des_random_key
-# mit_des_new_random_key
-# mit_des_pcbc_encrypt
-# mit_des_quad_cksum
-# mit_des_string_to_key
-# mit_des_set_random_generator_seed
+ \ No newline at end of file