Skip to content

Commit

Permalink
Add missing profile functions to libkrb5 exports
Browse files Browse the repository at this point in the history
profile_flush_to_buffer, profile_flush_to_file, profile_free_buffer,
profile_init_flags, and profile_init_vtable are all public profile
functions, but are inaccessible to libkrb5 applications on some
platforms because they were never added to the export list.  Add them
now.

(libprofile functions have never been part of the Windows DLL export
list, so do not change krb5_32.def at this time.)

(cherry picked from commit dc1a76c)

ticket: 8103 (new)
version_fixed: 1.11.6
status: resolved
  • Loading branch information
greghudson authored and tlyu committed Feb 6, 2015
1 parent 482ff54 commit 3c79f97
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/lib/krb5/libkrb5.exports
Original file line number Diff line number Diff line change
Expand Up @@ -624,6 +624,9 @@ profile_abandon
profile_add_relation
profile_clear_relation
profile_flush
profile_flush_to_buffer
profile_flush_to_file
profile_free_buffer
profile_free_list
profile_get_boolean
profile_get_integer
Expand All @@ -632,7 +635,9 @@ profile_get_string
profile_get_subsection_names
profile_get_values
profile_init
profile_init_flags
profile_init_path
profile_init_vtable
profile_iterator
profile_iterator_create
profile_iterator_free
Expand Down

0 comments on commit 3c79f97

Please sign in to comment.