'remember password' fixes
authorKevin Wasserman <krwasserman@hotmail.com>
Wed, 25 Sep 2013 21:27:54 +0000 (17:27 -0400)
committerKevin Wasserman <krwasserman@hotmail.com>
Wed, 25 Sep 2013 21:27:54 +0000 (17:27 -0400)
commit5b77443c929b4ca49366c3ac66d61514c9d1fc89
tree05dfc227fc875abe7f33778df457f18a97132705
parentde82297de1b0edaa42e4f75f786f6d795e604464
'remember password' fixes

Identities without 'remember password' checked never have their
password stored to disk in any manner.

The password will remain in uncacheable memory until the
identity selector process exits.

User is now prompted to enter a password any time an identity
without a password is about to be sent to a service. The
'add password' dialog now shows the display name, NAI, and
requesting service for the identity.
src/moonshot-add-dialog.vala
src/moonshot-id.vala
src/moonshot-identities-manager.vala
src/moonshot-identity-management-view.vala
src/moonshot-identity-manager-app.vala
src/moonshot-keyring-store.vala
src/moonshot-local-flat-file-store.vala
src/moonshot-password-dialog.vala