projects
/
monkeysphere.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bbb264
)
added comment about why the key file is named with whitespace
author
Daniel Kahn Gillmor
<dkg@fifthhorseman.net>
Mon, 15 Mar 2010 03:25:40 +0000
(23:25 -0400)
committer
Daniel Kahn Gillmor
<dkg@fifthhorseman.net>
Mon, 15 Mar 2010 03:25:40 +0000
(23:25 -0400)
src/monkeysphere
patch
|
blob
|
history
diff --git
a/src/monkeysphere
b/src/monkeysphere
index 2d5cba8de2fe95d1b624a17099710793a1c36b20..fe92960472b6b114fea610238084c5755c609ba4 100755
(executable)
--- a/
src/monkeysphere
+++ b/
src/monkeysphere
@@
-284,6
+284,8
@@
case $COMMAND in
'sshfprs-for-userid')
CHECK_KEYSERVER=${MONKEYSPHERE_CHECK_KEYSERVER:=${CHECK_KEYSERVER:="true"}}
keytmpdir=$(msmktempdir)
+ # use a file named " " to avoid arbitrary non-whitespace text
+ # in the fingerprint output
keytmpfile="$keytmpdir/ "
cd "$keytmpdir"
keys_for_userid "$@" | while read KEYLINE ; do