[28748] in CVS-changelog-for-Kerberos-V5
krb5 commit [krb5-1.11]: Add missing profile functions to libkrb5
daemon@ATHENA.MIT.EDU (Tom Yu)
Fri Feb 6 18:15:15 2015
Date: Fri, 6 Feb 2015 18:11:46 -0500
From: Tom Yu <tlyu@mit.edu>
Message-Id: <201502062311.t16NBkbG007535@drugstore.mit.edu>
To: cvs-krb5@mit.edu
Reply-To: krbdev@mit.edu
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: cvs-krb5-bounces@mit.edu
https://github.com/krb5/krb5/commit/3c79f976d9f7e7109a2b12d51fb4f6ca43438d23
commit 3c79f976d9f7e7109a2b12d51fb4f6ca43438d23
Author: Greg Hudson <ghudson@mit.edu>
Date: Wed Jun 4 16:18:21 2014 -0400
Add missing profile functions to libkrb5 exports
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 dc1a76ccc5d3a6972d0f21d38389ff39e54f283a)
ticket: 8103 (new)
version_fixed: 1.11.6
status: resolved
src/lib/krb5/libkrb5.exports | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/src/lib/krb5/libkrb5.exports b/src/lib/krb5/libkrb5.exports
index 078c020..9c4a923 100644
--- a/src/lib/krb5/libkrb5.exports
+++ b/src/lib/krb5/libkrb5.exports
@@ -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
@@ -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
_______________________________________________
cvs-krb5 mailing list
cvs-krb5@mit.edu
https://mailman.mit.edu/mailman/listinfo/cvs-krb5