summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/monkeysphere-host1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/monkeysphere-host b/src/monkeysphere-host
index 540a8ab..baa7a87 100755
--- a/src/monkeysphere-host
+++ b/src/monkeysphere-host
@@ -184,6 +184,7 @@ show_key() {
# list the host key info
# FIXME: make no-show-keyring work so we don't have to do the grep'ing
# FIXME: can we show uid validity somehow?
+ # FIXME: show revokers as well
gpg --list-keys --fingerprint \
--list-options show-unusable-uids 2>/dev/null \
| grep -v "^${GNUPGHOME}/pubring.gpg$" \
"> 'bright_high' => pack('CC', 4, 0x60),
  • 'bright_med' => pack('CC', 4, 0x40),
  • 'bright_low' => pack('CC', 4, 0x20),
  • 'backspace' => pack('C', 8),
  • 'htab' => pack('C', 9), # Functions like cursor movement
  • 'lf' => pack('C', 0x0A),
  • 'cr' => pack('C', 0x0D),
  • 'digit_select' => pack('C', 0x10), # Pack followed by a number 0-39
  • 'cursor_on' => pack('C', 0x13),
  • 'cursor_off' => pack('C', 0x14),
  • 'reset' => pack('C', 0x1F),