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

Tom Yu tlyu at MIT.EDU
Tue Jun 12 19:13:18 EDT 2012


https://github.com/krb5/krb5/commit/059b949bde66bd0cf3e6103d8711900f1599e5bb
commit 059b949bde66bd0cf3e6103d8711900f1599e5bb
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: 7170 (new)
    version_fixed: 1.9.4
    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 fee99c9..4f6488e 100644
--- a/src/lib/gssapi/libgssapi_krb5.exports
+++ b/src/lib/gssapi/libgssapi_krb5.exports
@@ -91,6 +91,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