aboutsummaryrefslogtreecommitdiffstats
path: root/g10/migrate.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-10-09gpg: Change wording of a migration error message.Werner Koch1-2/+3
--
2014-10-03gpg: Check gpg-agent version before 2.1 migration.Andre Heinecke1-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-05gpg: Auto-migrate existing secring.gpg.Werner Koch1-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.