From bb71180d07b0ce8a2293acf61541cf631f285012 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 15 Feb 2005 11:02:32 +0000 Subject: [PATCH] * gpg.sgml: Add bkuptocard command for --edit-key. * passphrase.c (agent_get_passphrase): Don't call free_public_key if PK is NULL. (passphrase_clear_cache): Ditto. Removed debug output. (passphrase_to_dek): Ditto. --- NEWS | 3 + doc/ChangeLog | 4 ++ doc/gpg.sgml | 14 ++++- g10/ChangeLog | 17 ++++++ g10/card-util.c | 7 ++- g10/keyedit.c | 146 +++++++++++++++++++++++++++++++++++++++-------- g10/keygen.c | 5 +- g10/misc.c | 46 ++++++++++++++- g10/passphrase.c | 21 ++++--- 9 files changed, 222 insertions(+), 41 deletions(-) diff --git a/NEWS b/NEWS index c8cea2de9..30d81427d 100644 --- a/NEWS +++ b/NEWS @@ -47,6 +47,9 @@ Noteworthy changes in version 1.4.1 that directory must be stored in the registry at the same key as above with the name "Install Directory". + * Add new --edit-key command "bkuptocard" to allow restoring a + card key from a backup. + Noteworthy changes in version 1.4.0 (2004-12-16) ------------------------------------------------ diff --git a/doc/ChangeLog b/doc/ChangeLog index eb94d7ace..b76491e9e 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2005-02-15 Werner Koch + + * gpg.sgml: Add bkuptocard command for --edit-key. + 2005-02-05 David Shaw * gpg.sgml: Note that level 0 signatures are always accepted diff --git a/doc/gpg.sgml b/doc/gpg.sgml index 686fa888b..03a7eb841 100644 --- a/doc/gpg.sgml +++ b/doc/gpg.sgml @@ -1,6 +1,6 @@