krb5 commit [krb5-1.11]: Export function gss_add_cred_with_password

Tom Yu tlyu at mit.edu
Fri Feb 13 14:15:36 EST 2015


https://github.com/krb5/krb5/commit/9fd10aea6c27efe86022183fb21570b609ff6c75
commit 9fd10aea6c27efe86022183fb21570b609ff6c75
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: 8140 (new)
    version_fixed: 1.11.6
    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 242a3c0..51ed424 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