krb5 commit [krb5-1.10]: Export gss_mech_krb5_wrong from libgssapi_krb5

Tom Yu tlyu at MIT.EDU
Tue May 29 19:19:00 EDT 2012


https://github.com/krb5/krb5/commit/3707cc9745ee895e9691519c02925010056fec01
commit 3707cc9745ee895e9691519c02925010056fec01
Author: Greg Hudson <ghudson at mit.edu>
Date:   Tue May 22 13:45:18 2012 -0400

    Export gss_mech_krb5_wrong from libgssapi_krb5
    
    Although there are few legitimate reasons to use gss_mech_krb5_wrong,
    it's declared in the public header and exported in the Windows DLL.
    So export it from the Unix library as well.
    
    (cherry picked from commit 9b693c2c5370a3a792f594ccb08475465438cd19)
    
    ticket: 7148
    version_fixed: 1.10.2
    status: resolved

 src/lib/gssapi/libgssapi_krb5.exports |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/lib/gssapi/libgssapi_krb5.exports b/src/lib/gssapi/libgssapi_krb5.exports
index 2ca736c..58111aa 100644
--- a/src/lib/gssapi/libgssapi_krb5.exports
+++ b/src/lib/gssapi/libgssapi_krb5.exports
@@ -96,6 +96,7 @@ gss_map_name_to_any
 gss_mech_iakerb
 gss_mech_krb5
 gss_mech_krb5_old
+gss_mech_krb5_wrong
 gss_mech_set_krb5
 gss_mech_set_krb5_both
 gss_mech_set_krb5_old


More information about the cvs-krb5 mailing list