]> www.infradead.org Git - users/dhowells/kafs-utils.git/commit
Allow RxRPC transport security to be requested
authorDavid Howells <dhowells@redhat.com>
Tue, 8 Apr 2014 17:23:54 +0000 (18:23 +0100)
committerDavid Howells <dhowells@redhat.com>
Tue, 8 Apr 2014 18:24:09 +0000 (19:24 +0100)
commit68a11a117d083577519892530059af44a8601072
treee41d600f8e08ea02fab77d476a199abe29fdae68
parentf527f54eec41fe376aeec84fcf74927b8b10f154
Allow RxRPC transport security to be requested

Honour the -encrypt flag to vos listvldb and make it tell AF_RXRPC to secure
the connection.  This requires an appropriate key to be available in one of
the user's keyrings, labelled:

afs@<UPPERCASE.CELL.NAME>

Without such a key, error:

[Errno 126] Required key not available

will be issued.

Signed-off-by: David Howells <dhowells@redhat.com>
af_rxrpc.c
py_rxconn.c
rxgen.h
rxgen/rxgen.pl
suite/commands/vos/listvldb.py
suite/lib/cell.py