From 3a833a7fa825731442a358b93dbbdb9f202c64f1 Mon Sep 17 00:00:00 2001 From: Benjamin Kaduk Date: Sun, 27 May 2018 13:11:05 -0500 Subject: [PATCH] Synchronize libafsauthent afsconf_ exports with windows The Windows library was exporting several more afsconf_* symbols than the Unix one; bring them into sync. Reviewed-on: https://gerrit.openafs.org/13126 Tested-by: BuildBot Reviewed-by: Michael Meffie Reviewed-by: Benjamin Kaduk (cherry picked from commit bcce41bd99b4361631b64cf4749d1dcf80df1cd7) Change-Id: I4993395d30ca93d28e0ccd4c6ad52975a1e23324 Reviewed-on: https://gerrit.openafs.org/13178 Tested-by: BuildBot Reviewed-by: Michael Meffie Reviewed-by: Andrew Deason Reviewed-by: Joe Gorse Reviewed-by: Marcio Brito Barbosa Reviewed-by: Benjamin Kaduk --- src/libafsauthent/libafsauthent.la.sym | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/libafsauthent/libafsauthent.la.sym b/src/libafsauthent/libafsauthent.la.sym index d3b690c2b..b1466e7b1 100644 --- a/src/libafsauthent/libafsauthent.la.sym +++ b/src/libafsauthent/libafsauthent.la.sym @@ -1,28 +1,42 @@ afs_get_pag_from_groups afs_getDirPath afsconf_AddKey +afsconf_AddTypedKey afsconf_AddUser +afsconf_BuildServerSecurityObjects afsconf_CellApply afsconf_CheckAuth afsconf_CheckRestrictedQuery afsconf_ClientAuth afsconf_ClientAuthSecure +afsconf_ClientAuthToken afsconf_Close afsconf_DeleteKey afsconf_DeleteUser +afsconf_GetAllKeys afsconf_GetCellInfo +afsconf_GetExtendedCellInfo afsconf_GetKey afsconf_GetKeys afsconf_GetLatestKey afsconf_GetLocalCell afsconf_GetNoAuthFlag afsconf_GetNthUser +afsconf_IsLocalRealmMatch afsconf_Open +afsconf_ParseNetFiles +afsconf_PickClientSecObj afsconf_ServerAuth afsconf_SetCellInfo +afsconf_SetExtendedCellInfo +afsconf_SetLocalRealm afsconf_SetNoAuthFlag afsconf_SetSecurityFlags afsconf_SuperUser +afsconf_UpToDate +afsconf_typedKey_new +afsconf_typedKey_put +afsconf_typedKey_values initialize_ACFG_error_table initialize_KA_error_table initialize_KTC_error_table -- 2.39.5