Skip Menu |
 

From: ghudson@mit.edu
Subject: git commit

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.)

https://github.com/krb5/krb5/commit/dc1a76ccc5d3a6972d0f21d38389ff39e54f283a
Author: Greg Hudson <ghudson@mit.edu>
Commit: dc1a76ccc5d3a6972d0f21d38389ff39e54f283a
Branch: master
src/lib/krb5/libkrb5.exports | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
From: tlyu@mit.edu
Subject: git commit

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)

https://github.com/krb5/krb5/commit/7a0ef53b86ca15f4fbc608a1b8034b907072a68f
Author: Greg Hudson <ghudson@mit.edu>
Committer: Tom Yu <tlyu@mit.edu>
Commit: 7a0ef53b86ca15f4fbc608a1b8034b907072a68f
Branch: krb5-1.12
src/lib/krb5/libkrb5.exports | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)