Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-10-09 | gpg: Change wording of a migration error message. | Werner Koch | 1 | -2/+3 | |
-- | |||||
2014-10-03 | gpg: Check gpg-agent version before 2.1 migration. | Andre Heinecke | 1 | -0/+23 | |
* g10/call-agent.c, g10/call-agent.h (agent_get_version): New. * g10/migrate.c (migrate_secring): Abort migration if agent_get_version returns not at least 2.1.0 -- GnuPG-bug-id: 1718 On the first installation of GnuPG 2.1 it is likely that an old gpg-agent is still running in the environment. In that case the migration would fail. Signed-off-by: Andre Heinecke <[email protected]> | |||||
2014-06-05 | gpg: Auto-migrate existing secring.gpg. | Werner Koch | 1 | -0/+94 | |
* g10/migrate.c: New. * g10/import.c (import_old_secring): New. (import_one): Add arg silent. (transfer_secret_keys): Add arg batch. (import_secret_one): Add args batch and for_migration. * g10/gpg.c (main): Call migration function. |