From: Benjamin Kaduk Date: Sun, 27 May 2018 21:03:12 +0000 (-0500) Subject: libafsauthent: Export more token-manipulation functions X-Git-Tag: upstream/1.8.1_pre2^2~20 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=08d91a86ba4735ca55c18b3cffea58939c790fca;p=packages%2Fo%2Fopenafs.git libafsauthent: Export more token-manipulation functions For both Windows and Unix. Reviewed-on: https://gerrit.openafs.org/13129 Tested-by: BuildBot Reviewed-by: Michael Meffie Reviewed-by: Benjamin Kaduk (cherry picked from commit 1974eac772157651594c1b76ea8f55e4567b3ec5) Change-Id: I7b26772fe9f447ac1cf562eb5837a6035d8f0175 Reviewed-on: https://gerrit.openafs.org/13181 Tested-by: BuildBot Reviewed-by: Michael Meffie Reviewed-by: Andrew Deason Reviewed-by: Joe Gorse Reviewed-by: Marcio Brito Barbosa Reviewed-by: Benjamin Kaduk --- diff --git a/src/libafsauthent/afsauthent.def b/src/libafsauthent/afsauthent.def index 460d84383..a876dc53a 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 181d87e35..68eaabfe1 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