OpenAFS Master Repository branch, openafs-stable-1_4_x, updated. 525b594aa23c2e91ca91b0ddfc77f23526f98942
Gerrit Code Review
gerrit@openafs.org
Fri, 24 Jul 2009 12:45:22 -0700 (PDT)
The following commit has been merged in the openafs-stable-1_4_x branch:
commit 525b594aa23c2e91ca91b0ddfc77f23526f98942
Author: Russ Allbery <rra@stanford.edu>
Date: Sun Jul 12 11:26:03 2009 -0700
Make ktc_curpag generally available
ktc_curpag isn't specific to a Kerberos v4 environment, so move it outside
the AFS_KERBEROS_ENV #ifdef. Add it to the auth.h header and to the
exports from the shared libafsauthent.
FIXES 125155
Reviewed-on: http://gerrit.openafs.org/64
Verified-by: Derrick Brashear <shadow@dementia.org>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
(cherry picked from commit cd37fd33f70c2196ff64188e32ff759590cb3748)
Reviewed-on: http://gerrit.openafs.org/208
Tested-by: Derrick Brashear <shadow@dementia.org>
src/auth/auth.p.h | 2 +
src/auth/ktc.c | 102 ++++++++++++++++++------------------
src/shlibafsauthent/Makefile.in | 2 +-
src/shlibafsauthent/afsauthent.exp | 1 +
src/shlibafsauthent/mapfile | 1 +
5 files changed, 56 insertions(+), 52 deletions(-)
--
OpenAFS Master Repository