OpenAFS Master Repository branch, openafs-stable-1_4_x, updated. openafs-stable-1_4_14_1-156-g30922c5
Gerrit Code Review
gerrit@openafs.org
Wed, 24 Jul 2013 08:30:33 -0700 (PDT)
The following commit has been merged in the openafs-stable-1_4_x branch:
commit b1587d03eec39fc57b3ea8cfc331de73c3de8e82
Author: Chaskiel Grundman <cg2v@andrew.cmu.edu>
Date: Sun Feb 10 13:27:03 2013 -0500
Integrate keytab-based decryption into afsconf_ServerAuth
Now all servers can have it, though they must call
rxkad_BindKeytabDecrypt themselves.
Change-Id: I95fecb3f88c19b3d5193ea8200fa20c86ec08ad7
src/auth/Makefile.in | 3 +++
src/auth/authcon.c | 21 +++++++++++++++++++++
src/bozo/Makefile.in | 6 +++---
src/bucoord/Makefile.in | 2 +-
src/budb/Makefile.in | 2 +-
src/butc/Makefile.in | 6 +++---
src/cf/kerberos.m4 | 2 ++
src/config/Makefile.config.in | 1 +
src/fsprobe/Makefile.in | 2 +-
src/kauth/Makefile.in | 24 ++++++++++++------------
src/libafsauthent/Makefile.in | 7 +++++--
src/ptserver/Makefile.in | 18 +++++++++---------
src/scout/Makefile.in | 2 +-
src/shlibafsauthent/Makefile.in | 7 +++++--
src/tbutc/Makefile.in | 2 +-
src/tsm41/Makefile.in | 4 ++--
src/tviced/Makefile.in | 2 +-
src/tvolser/Makefile.in | 2 +-
src/update/Makefile.in | 4 ++--
src/uss/Makefile.in | 2 +-
src/util/dirpath.c | 3 +++
src/util/dirpath.hin | 3 +++
src/venus/Makefile.in | 13 ++++++-------
src/viced/Makefile.in | 8 ++++----
src/vlserver/Makefile.in | 10 +++++-----
src/volser/Makefile.in | 4 ++--
26 files changed, 99 insertions(+), 61 deletions(-)
--
OpenAFS Master Repository