diff options
| author | Ken Raeburn <raeburn@mit.edu> | 2004-04-22 23:55:57 +0000 |
|---|---|---|
| committer | Ken Raeburn <raeburn@mit.edu> | 2004-04-22 23:55:57 +0000 |
| commit | 6e58d5cbff721ef75c1d32272f736584afa18ead (patch) | |
| tree | a69b5d1f3f19006c297fceb7b819f5fec4532677 /src/util | |
| parent | d02c7df06dec5db1915e2715e27fdf733634ecbd (diff) | |
| download | krb5-6e58d5cbff721ef75c1d32272f736584afa18ead.tar.gz krb5-6e58d5cbff721ef75c1d32272f736584afa18ead.tar.xz krb5-6e58d5cbff721ef75c1d32272f736584afa18ead.zip | |
Add files containing the export lists used on UNIX, in each directory
where we build a shared library, whether or not it gets installed.
These should match the complete AIX export lists for a full build
including krb4 support, and will eventually be used on other UNIX
platforms, and cut down to just the symbols we actually want to
export.
We'll also have to add additional information, eventually, for
versioning and such, but currently this is just a list of C symbol
names.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16259 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util')
| -rw-r--r-- | src/util/db2/ChangeLog | 4 | ||||
| -rw-r--r-- | src/util/db2/libdb.exports | 99 | ||||
| -rw-r--r-- | src/util/et/ChangeLog | 4 | ||||
| -rw-r--r-- | src/util/et/libcom_err.exports | 9 | ||||
| -rw-r--r-- | src/util/profile/ChangeLog | 4 | ||||
| -rw-r--r-- | src/util/profile/libprofile.exports | 53 |
6 files changed, 173 insertions, 0 deletions
diff --git a/src/util/db2/ChangeLog b/src/util/db2/ChangeLog index 4152aa18a9..df2504914e 100644 --- a/src/util/db2/ChangeLog +++ b/src/util/db2/ChangeLog @@ -1,3 +1,7 @@ +2004-04-22 Ken Raeburn <raeburn@mit.edu> + + * libdb.exports: New file. + 2004-04-02 Ken Raeburn <raeburn@mit.edu> * btree/bt_seq.c: Include string.h. diff --git a/src/util/db2/libdb.exports b/src/util/db2/libdb.exports new file mode 100644 index 0000000000..5dbc2e4389 --- /dev/null +++ b/src/util/db2/libdb.exports @@ -0,0 +1,99 @@ +__default_hash +__kdb2_add_bigpage +__kdb2_add_ovflpage +__kdb2_addel +__kdb2_big_delete +__kdb2_big_insert +__kdb2_big_keydata +__kdb2_big_return +__kdb2_bt_close +__kdb2_bt_cmp +__kdb2_bt_defcmp +__kdb2_bt_defpfx +__kdb2_bt_deleaf +__kdb2_bt_delete +__kdb2_bt_fd +__kdb2_bt_free +__kdb2_bt_get +__kdb2_bt_new +__kdb2_bt_open +__kdb2_bt_pgin +__kdb2_bt_pgout +__kdb2_bt_put +__kdb2_bt_ret +__kdb2_bt_search +__kdb2_bt_seq +__kdb2_bt_setcur +__kdb2_bt_split +__kdb2_bt_sync +__kdb2_call_hash +__kdb2_cursor_creat +__kdb2_dbpanic +__kdb2_delete_page +__kdb2_delpair +__kdb2_expand_table +__kdb2_find_bigpair +__kdb2_free_ovflpage +__kdb2_get_bigkey +__kdb2_get_item +__kdb2_get_item_done +__kdb2_get_item_first +__kdb2_get_item_next +__kdb2_get_item_reset +__kdb2_get_page +__kdb2_hash_open +__kdb2_ibitmap +__kdb2_log2 +__kdb2_new_page +__kdb2_ovfl_delete +__kdb2_ovfl_get +__kdb2_ovfl_put +__kdb2_pgin_routine +__kdb2_pgout_routine +__kdb2_put_page +__kdb2_rec_close +__kdb2_rec_delete +__kdb2_rec_dleaf +__kdb2_rec_fd +__kdb2_rec_fmap +__kdb2_rec_fpipe +__kdb2_rec_get +__kdb2_rec_iput +__kdb2_rec_open +__kdb2_rec_put +__kdb2_rec_ret +__kdb2_rec_search +__kdb2_rec_seq +__kdb2_rec_sync +__kdb2_rec_vmap +__kdb2_rec_vpipe +__kdb2_split_page +kdb2_bt_rseq +kdb2_dbm_clearerr +kdb2_dbm_close +kdb2_dbm_delete +kdb2_dbm_dirfno +kdb2_dbm_error +kdb2_dbm_fetch +kdb2_dbm_firstkey +kdb2_dbm_nextkey +kdb2_dbm_open +kdb2_dbm_store +kdb2_dbminit +kdb2_dbopen +kdb2_delete +kdb2_fetch +kdb2_firstkey +kdb2_hcreate +kdb2_hdestroy +kdb2_hsearch +kdb2_mpool_close +kdb2_mpool_delete +kdb2_mpool_filter +kdb2_mpool_get +kdb2_mpool_new +kdb2_mpool_open +kdb2_mpool_put +kdb2_mpool_sync +kdb2_nextkey +kdb2_store diff --git a/src/util/et/ChangeLog b/src/util/et/ChangeLog index 197bef0a3b..358d9246d0 100644 --- a/src/util/et/ChangeLog +++ b/src/util/et/ChangeLog @@ -1,3 +1,7 @@ +2004-04-22 Ken Raeburn <raeburn@mit.edu> + + * libcom_err.exports: New file. + 2004-03-17 Ken Raeburn <raeburn@mit.edu> * error_message.c: Include k5-thread.h. diff --git a/src/util/et/libcom_err.exports b/src/util/et/libcom_err.exports new file mode 100644 index 0000000000..ea8f32d5fd --- /dev/null +++ b/src/util/et/libcom_err.exports @@ -0,0 +1,9 @@ +add_error_table +com_err +com_err_va +error_message +error_table_name +error_table_name_r +remove_error_table +reset_com_err_hook +set_com_err_hook diff --git a/src/util/profile/ChangeLog b/src/util/profile/ChangeLog index 8f6a02cee2..13828007c9 100644 --- a/src/util/profile/ChangeLog +++ b/src/util/profile/ChangeLog @@ -1,3 +1,7 @@ +2004-04-22 Ken Raeburn <raeburn@mit.edu> + + * libprofile.exports: New file. + 2004-03-13 Ken Raeburn <raeburn@mit.edu> * prof_int.h: Include k5-thread.h. Don't include sys/types.h and diff --git a/src/util/profile/libprofile.exports b/src/util/profile/libprofile.exports new file mode 100644 index 0000000000..cedfea93af --- /dev/null +++ b/src/util/profile/libprofile.exports @@ -0,0 +1,53 @@ +et_prof_error_table +initialize_prof_error_table +krb5int_profile_shared_data +profile_abandon +profile_add_node +profile_add_relation +profile_clear_relation +profile_close_file +profile_create_node +profile_dereference_data +profile_find_node +profile_find_node_relation +profile_find_node_subsection +profile_flush +profile_flush_file_data +profile_free_file +profile_free_list +profile_free_node +profile_get_boolean +profile_get_integer +profile_get_node_name +profile_get_node_parent +profile_get_node_value +profile_get_relation_names +profile_get_string +profile_get_subsection_names +profile_get_value +profile_get_values +profile_init +profile_init_path +profile_is_node_final +profile_iterator +profile_iterator_create +profile_iterator_free +profile_make_node_final +profile_node_iterator +profile_node_iterator_create +profile_node_iterator_free +profile_open_file +profile_parse_file +profile_release +profile_release_string +profile_remove_node +profile_rename_node +profile_rename_section +profile_ser_externalize +profile_ser_internalize +profile_ser_size +profile_set_relation_value +profile_update_file_data +profile_update_relation +profile_verify_node +profile_write_tree_file |
