Skip Menu |
 

Subject: NIM: dynimport should include krb5_*_error_message() functions

The /src/windows/identity/plugins/common/dynimport.{c,h} files are used
by the NIM Kerberos v5 plug-ins for run-time dynamic linking. They
currently do not declare or import the following functions:

krb5_get_error_message()
krb5_free_error_message()
krb5_clear_error_message()

This patch adds declarations and definitions required for locating these
functions in dynimport.*, and is generated against the
src/windows/identity directory in the SVN trunk.

Depends on ticket #6045 (loadfuncs doesn't declare krb5_*_error_message
functions)

Message body not shown because it is not plain text.

From: jaltman@mit.edu
Subject: SVN Commit



The /src/windows/identity/plugins/common/dynimport.{c,h} files are used
by the NIM Kerberos v5 plug-ins for run-time dynamic linking. They
currently do not declare or import the following functions:

krb5_get_error_message()
krb5_free_error_message()
krb5_clear_error_message()

This patch adds declarations and definitions required for locating these
functions. Relies on the addition of these functions to the prototype
list in the Pismere loadfuncs-krb5.h. See ticket 6045.



Commit By: jaltman



Revision: 20571
Changed Files:
U trunk/src/windows/identity/plugins/common/dynimport.c
U trunk/src/windows/identity/plugins/common/dynimport.h
From: tlyu@mit.edu
Subject: SVN Commit

pull up r20571 from trunk

r20571@cathode-dark-space: jaltman | 2008-07-23 10:44:50 -0400
ticket: 6046
tags: pullup



The /src/windows/identity/plugins/common/dynimport.{c,h} files are used
by the NIM Kerberos v5 plug-ins for run-time dynamic linking. They
currently do not declare or import the following functions:

krb5_get_error_message()
krb5_free_error_message()
krb5_clear_error_message()

This patch adds declarations and definitions required for locating these
functions. Relies on the addition of these functions to the prototype
list in the Pismere loadfuncs-krb5.h. See ticket 6045.





Commit By: tlyu



Revision: 20639
Changed Files:
_U branches/krb5-1-6/
U branches/krb5-1-6/src/windows/identity/plugins/common/dynimport.c
U branches/krb5-1-6/src/windows/identity/plugins/common/dynimport.h