From d52398940d58ccdba4114a9975762f48cc24ad15 Mon Sep 17 00:00:00 2001 From: Marc Dionne Date: Mon, 24 Sep 2012 20:47:00 -0400 Subject: [PATCH] Windows: Export a few more functions to afsauthent and afsrpc The following exports are added: libafsauthent: afsconf_SetExtendedCellInfo afsconf_PickClientSecObj afsconf_SawCell ka_PrintBytes ka_KeyIsZero libafsrpc: initialize_RXK_error_table Those functions are referenced by the bos code. Change-Id: I26898070c8e9dc7cac53f13c49dadf28d58457f4 Reviewed-on: http://gerrit.openafs.org/8154 Tested-by: BuildBot Reviewed-by: Derrick Brashear --- src/libafsauthent/afsauthent.def | 5 +++++ src/libafsrpc/NTMakefile | 4 ++-- src/libafsrpc/afsrpc.def | 1 + 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/libafsauthent/afsauthent.def b/src/libafsauthent/afsauthent.def index e46e55ddbc..e62cd8d5a1 100644 --- a/src/libafsauthent/afsauthent.def +++ b/src/libafsauthent/afsauthent.def @@ -155,3 +155,8 @@ EXPORTS afsconf_SetLocalRealm @154 afsconf_IsLocalRealmMatch @155 afsconf_ParseNetFiles @156 + afsconf_SetExtendedCellInfo @157 + afsconf_PickClientSecObj @158 + afsconf_SawCell @159 + ka_PrintBytes @160 + ka_KeyIsZero @161 diff --git a/src/libafsrpc/NTMakefile b/src/libafsrpc/NTMakefile index 274d8238c9..1628d63b2d 100644 --- a/src/libafsrpc/NTMakefile +++ b/src/libafsrpc/NTMakefile @@ -42,8 +42,8 @@ RXOBJS = $(OUT)\rx_event.obj $(OUT)\rx_user.obj $(OUT)\rx_pthread.obj \ RXSTATBJS = $(OUT)\rxstat.obj $(OUT)\rxstat.ss.obj $(OUT)\rxstat.xdr.obj $(OUT)\rxstat.cs.obj -LIBRXKAD_OBJS = $(OUT)\rxkad_client.obj $(OUT)\rxkad_server.obj $(OUT)\rxkad_common.obj $(OUT)\ticket.obj \ - $(OUT)\ticket5.obj $(OUT)\crc.obj $(OUT)\AFS_component_version_number.obj +LIBRXKAD_OBJS = $(OUT)\rxkad_client.obj $(OUT)\rxkad_server.obj $(OUT)\rxkad_common.obj $(OUT)\rxkad_errs.obj \ + $(OUT)\ticket.obj $(OUT)\ticket5.obj $(OUT)\crc.obj $(OUT)\AFS_component_version_number.obj LIBRXKAD_REGOBJS = $(OUT)\bg-fcrypt.obj diff --git a/src/libafsrpc/afsrpc.def b/src/libafsrpc/afsrpc.def index 3315184bff..780a9b3ce3 100755 --- a/src/libafsrpc/afsrpc.def +++ b/src/libafsrpc/afsrpc.def @@ -337,6 +337,7 @@ EXPORTS rx_CopyPeerRPCStats @342 rx_ReleaseRPCStats @343 RXAFS_OpCodeIndex @344 + initialize_RXK_error_table @345 ; for performance testing rx_TSFPQGlobSize @2001 DATA