krb5 commit: Export GSS_KRB5_GET_CRED_IMPERSONATOR on Windows

Greg Hudson ghudson at mit.edu
Wed Apr 5 21:32:16 EDT 2017


https://github.com/krb5/krb5/commit/79b87d806ad675b740e440a5b5e6074866fb5f53
commit 79b87d806ad675b740e440a5b5e6074866fb5f53
Author: Greg Hudson <ghudson at mit.edu>
Date:   Wed Apr 5 11:42:17 2017 -0400

    Export GSS_KRB5_GET_CRED_IMPERSONATOR on Windows
    
    Add the new public data symbol GSS_KRB5_GET_CRED_IMPERSONATOR to the
    gssapi DLL export list.
    
    ticket: 8548

 src/lib/gssapi32.def |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/lib/gssapi32.def b/src/lib/gssapi32.def
index 362b9bc..4bf8c95 100644
--- a/src/lib/gssapi32.def
+++ b/src/lib/gssapi32.def
@@ -182,3 +182,5 @@ EXPORTS
 	gss_verify_mic_iov				@146
 ; Added in 1.14
 	GSS_KRB5_CRED_NO_CI_FLAGS_X			@147	DATA
+; Added in 1.16
+	GSS_KRB5_GET_CRED_IMPERSONATOR			@148	DATA


More information about the cvs-krb5 mailing list