krb5 commit: Export gssrpc_bindresvport_sa

Benjamin Kaduk kaduk at mit.edu
Fri Aug 29 12:55:35 EDT 2014


https://github.com/krb5/krb5/commit/f749c07bb18878f34f63aa3997bb0ef1360a9a0a
commit f749c07bb18878f34f63aa3997bb0ef1360a9a0a
Author: Ben Kaduk <kaduk at mit.edu>
Date:   Thu Aug 28 22:58:49 2014 -0400

    Export gssrpc_bindresvport_sa
    
    It was added in commit 0d04b60d159ab83b943e43802b1449a3b074bc83, but
    was not added to the library export symbol list, and thus was unusable
    on systems that enforced library export lists.
    
    ticket: 8003 (new)
    tags: pullup
    target_version: 1.13

 src/lib/rpc/libgssrpc.exports |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/lib/rpc/libgssrpc.exports b/src/lib/rpc/libgssrpc.exports
index 79e6961..ce76f55 100644
--- a/src/lib/rpc/libgssrpc.exports
+++ b/src/lib/rpc/libgssrpc.exports
@@ -15,6 +15,7 @@ gssrpc_authnone_create
 gssrpc_authunix_create
 gssrpc_authunix_create_default
 gssrpc_bindresvport
+gssrpc_bindresvport_sa
 gssrpc_callrpc
 gssrpc_clnt_broadcast
 gssrpc_clnt_create


More information about the cvs-krb5 mailing list