From: Marc Dionne Date: Tue, 25 Sep 2012 00:47:00 +0000 (-0400) Subject: Windows: Export a few more functions to afsauthent and afsrpc X-Git-Tag: upstream/1.8.0_pre1^2~1968 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=d52398940d58ccdba4114a9975762f48cc24ad15;p=packages%2Fo%2Fopenafs.git 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 --- diff --git a/src/libafsauthent/afsauthent.def b/src/libafsauthent/afsauthent.def index e46e55ddb..e62cd8d5a 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 274d8238c..1628d63b2 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 3315184bf..780a9b3ce 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