From 1974eac772157651594c1b76ea8f55e4567b3ec5 Mon Sep 17 00:00:00 2001 From: Benjamin Kaduk Date: Sun, 27 May 2018 16:03:12 -0500 Subject: [PATCH] libafsauthent: Export more token-manipulation functions For both Windows and Unix. Change-Id: Icd90a2fd3f674b13dd44323d9bc20a8f1070a16e Reviewed-on: https://gerrit.openafs.org/13129 Tested-by: BuildBot Reviewed-by: Michael Meffie Reviewed-by: Benjamin Kaduk --- src/libafsauthent/afsauthent.def | 9 +++++++++ src/libafsauthent/libafsauthent.la.sym | 11 +++++++++++ 2 files changed, 20 insertions(+) diff --git a/src/libafsauthent/afsauthent.def b/src/libafsauthent/afsauthent.def index 460d843..a876dc5 100644 --- a/src/libafsauthent/afsauthent.def +++ b/src/libafsauthent/afsauthent.def @@ -194,3 +194,12 @@ EXPORTS afsconf_SuperIdentity @193 afsconf_typedKey_free @194 afsconf_typedKey_get @195 + token_SetsEquivalent @196 + token_addToken @197 + token_buildTokenJar @198 + token_findByType @199 + token_freeToken @200 + token_freeTokenContents @201 + token_replaceToken @202 + token_setPag @203 + token_setRxkadViceId @204 diff --git a/src/libafsauthent/libafsauthent.la.sym b/src/libafsauthent/libafsauthent.la.sym index 181d87e..68eaabf 100644 --- a/src/libafsauthent/libafsauthent.la.sym +++ b/src/libafsauthent/libafsauthent.la.sym @@ -107,6 +107,17 @@ pr_NameToId pr_SNameToId setpag string_PR_IDToName +token_FreeSet +token_SetsEquivalent +token_addToken +token_buildTokenJar +token_extractRxkad +token_findByType +token_freeToken +token_freeTokenContents +token_replaceToken +token_setPag +token_setRxkadViceId ubik_Call ubik_CallIter ubik_Call_New -- 1.9.4