gnupg/g10 (ChangeLog g10.c)
cvs user dshaw
cvs at cvs.gnupg.org
Fri May 27 04:39:57 CEST 2005
Date: Friday, May 27, 2005 @ 05:00:26
Author: dshaw
Path: /cvs/gnupg/gnupg/g10
Modified: ChangeLog g10.c
* g10.c (main): Default {export|import}-unusable-sigs to off until the
"clean" UI can be finished.
-----------+
ChangeLog | 5 +++++
g10.c | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
Index: gnupg/g10/ChangeLog
diff -u gnupg/g10/ChangeLog:1.742 gnupg/g10/ChangeLog:1.743
--- gnupg/g10/ChangeLog:1.742 Tue May 24 14:39:42 2005
+++ gnupg/g10/ChangeLog Fri May 27 05:00:26 2005
@@ -1,3 +1,8 @@
+2005-05-26 David Shaw <dshaw at jabberwocky.com>
+
+ * g10.c (main): Default {export|import}-unusable-sigs to off until
+ the "clean" UI can be finished.
+
2005-05-24 Werner Koch <wk at g10code.com>
* passphrase.c (ask_passphrase): Unescape the description string.
Index: gnupg/g10/g10.c
diff -u gnupg/g10/g10.c:1.307 gnupg/g10/g10.c:1.308
--- gnupg/g10/g10.c:1.307 Tue May 24 11:15:01 2005
+++ gnupg/g10/g10.c Fri May 27 05:00:26 2005
@@ -1663,9 +1663,9 @@
opt.force_v3_sigs = 1;
opt.escape_from = 1;
opt.import_options=IMPORT_SK2PK;
- opt.export_options=EXPORT_ATTRIBUTES;
+ opt.export_options=EXPORT_ATTRIBUTES|EXPORT_UNUSABLE_SIGS;
opt.keyserver_options.import_options=IMPORT_REPAIR_PKS_SUBKEY_BUG;
- opt.keyserver_options.export_options=EXPORT_ATTRIBUTES;
+ opt.keyserver_options.export_options=EXPORT_ATTRIBUTES|EXPORT_UNUSABLE_SIGS;
opt.keyserver_options.options=
KEYSERVER_INCLUDE_SUBKEYS|KEYSERVER_INCLUDE_REVOKED|KEYSERVER_TRY_DNS_SRV|KEYSERVER_HONOR_KEYSERVER_URL;
opt.verify_options=
More information about the Gnupg-commits
mailing list