OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-803-g14d30b7
Gerrit Code Review
gerrit@openafs.org
Tue, 1 Mar 2011 20:00:10 -0800 (PST)
The following commit has been merged in the master branch:
commit 14d30b74ee2aee3a203e5aee3f42bc6db096ef33
Author: Simon Wilkinson <sxw@your-file-system.com>
Date: Tue Mar 1 14:01:46 2011 +0000
ptuser/hpr: Don't check for a KeyFile
ptuser and viced's hpr were checking for a KeyFile before calling
ClientAuthSecure. If a KeyFile doesn't exist, then they would display
a warning message, and use an rxnull connection.
However, ClientAuthSecure will return a rxnull connection if it can't
find a KeyFile. So, simplify all of this to just use ClientAuthSecure,
which knows better than we do what keys are usable and which aren't.
Change-Id: I14b6170ec49e0ca85bc371d3bdfa04aecf39f150
Reviewed-on: http://gerrit.openafs.org/4100
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/ptserver/ptuser.c | 15 +++++----------
src/viced/host.c | 18 +++++++++---------
2 files changed, 14 insertions(+), 19 deletions(-)
--
OpenAFS Master Repository