OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3823-g7565cb4
Gerrit Code Review
gerrit@openafs.org
Fri, 5 Jul 2013 15:01:02 -0700 (PDT)
The following commit has been merged in the master branch:
commit 7565cb420366d79df319e344678a8d9ceab6db08
Author: Marc Dionne <marc.dionne@your-file-system.com>
Date: Fri Jul 5 12:50:36 2013 -0400
bos: Do encryption if requested
Commit d008089a79 didn't replace the processing of the aencrypt
flag passed to the GetConn() function, causing all bos connections
to be un-encrypted. This causes "addkey" to fail with an error
from the server, and "listkeys" to silently ignore the -showkey
option to display keys.
Set the AFSCONF_SECOPTS_ALWAYSENCRYPT flag, and don't set
AFSCONF_SECOPTS_FALLBACK_NULL since fallback is not acceptable if
the caller requested enrcyption.
Change-Id: I6a15fa20c172ab2ddfc6494fbcd62ec6bc7fc442
Reviewed-on: http://gerrit.openafs.org/10043
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
src/bozo/bos.c | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
--
OpenAFS Master Repository