Merge commit 'dkg/master'
authorJameson Graef Rollins <jrollins@phys.columbia.edu>
Fri, 15 Aug 2008 22:04:53 +0000 (15:04 -0700)
committerJameson Graef Rollins <jrollins@phys.columbia.edu>
Fri, 15 Aug 2008 22:10:02 +0000 (15:10 -0700)
Conflicts:

debian/changelog

1  2 
debian/changelog
src/monkeysphere-server

index b39ba444520ec5feb99e85750b88f9deb27841f8,e6dfccd36bc3158628456f1f34a9ec062f049edb..64c2a09a3aba882e17158f104a50229486a8107d
@@@ -5,7 -5,8 +5,7 @@@ monkeysphere (0.8-1) UNRELEASED; urgenc
      of my own.
    * More monkeysphere-server diagnostics
    * monkeysphere --gen-subkey now guesses what KeyID you meant.
--  * set up host-key revocation
+   * added Recommends: ssh-askpass to ensure monkeysphere --gen-subkey works
  
    [ Jameson Graef Rollins ]
    * fix another bug for when ssh key files are missing.
index 4fb82653818927915b9aecf5d552968c3c06dcfe,2b9b7443c1c4fc44ff4a020fb39ab54dc8b81f64..69395a4dbb449f4b6dee8e85455586aa955d7e7d
@@@ -732,7 -678,7 +732,7 @@@ EO
        )
  
      # ltsign the key
--    echo "$ltsignCommand" | gpg_host --quiet --command-fd 0 --edit-key "$fingerprint"
++    echo "$ltsignCommand" | gpg_host --quiet --command-fd 0 --edit-key "0x${fingerprint}"\!
  
      # update the trustdb for the authentication keyring
      gpg_authentication "--check-trustdb"