From: Mark Wooding Date: Tue, 10 Jan 2012 00:24:14 +0000 (+0000) Subject: keys.*: Enforce separation between user's files and the system. X-Git-Tag: 0.99.2~42 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/distorted-keys/commitdiff_plain/d516ebd0d3928deae4cf80a113d6ccf1f666bfe6?hp=d516ebd0d3928deae4cf80a113d6ccf1f666bfe6 keys.*: Enforce separation between user's files and the system. * keys.new-keeper now writes its nubs into $SAFE rather than the caller's current directory. * keys.reveal and keys.stash insist on reading their input from stdin rather than a file name. * keys.keeper-cards writes its output to stdout, and collects input nubs from $SAFE. * keys.keeper-nub is a new tool which extracts a keeper nub on demand. Some of the tools have also had their error messages improved. ---