krb5 commit [krb5-1.12]: Export function gss_add_cred_with_password

Tom Yu tlyu at mit.edu
Mon Feb 9 21:17:55 EST 2015


https://github.com/krb5/krb5/commit/d690f874da8c910107bed098acf291209f881044
commit d690f874da8c910107bed098acf291209f881044
Author: Robbie Harwood (frozencemetery) <rharwood at redhat.com>
Date:   Tue Jan 20 15:43:40 2015 -0500

    Export function gss_add_cred_with_password
    
    This function is already present in gssapi_ext.h, but without
    exporting it, a link error will be produced every time it is used.
    
    (cherry picked from commit 266cce14ee39f6d11b186ee988cffd0c2a119f3d)
    
    ticket: 8126 (new)
    version_fixed: 1.12.3
    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 4929c71..47a6c74 100644
--- a/src/lib/gssapi/libgssapi_krb5.exports
+++ b/src/lib/gssapi/libgssapi_krb5.exports
@@ -43,6 +43,7 @@ gss_acquire_cred_impersonate_name
 gss_add_buffer_set_member
 gss_add_cred
 gss_add_cred_impersonate_name
+gss_add_cred_with_password
 gss_add_oid_set_member
 gss_authorize_localname
 gss_canonicalize_name


More information about the cvs-krb5 mailing list