[svn] GnuPG - r4907 - branches/STABLE-BRANCH-1-4/g10

svn author dshaw cvs at cvs.gnupg.org
Sun Dec 21 17:57:34 CET 2008


Author: dshaw
Date: 2008-12-21 17:57:33 +0100 (Sun, 21 Dec 2008)
New Revision: 4907

Modified:
   branches/STABLE-BRANCH-1-4/g10/ChangeLog
   branches/STABLE-BRANCH-1-4/g10/gpg.c
Log:
* gpg.c (main): Properly handle UTF8 usernames with --sign-key and --lsign-key.


Modified: branches/STABLE-BRANCH-1-4/g10/ChangeLog
===================================================================
--- branches/STABLE-BRANCH-1-4/g10/ChangeLog	2008-12-18 16:34:28 UTC (rev 4906)
+++ branches/STABLE-BRANCH-1-4/g10/ChangeLog	2008-12-21 16:57:33 UTC (rev 4907)
@@ -1,3 +1,8 @@
+2008-12-21  David Shaw  <dshaw at jabberwocky.com>
+
+	* gpg.c (main): Properly handle UTF8 usernames with --sign-key and
+	--lsign-key.
+
 2008-12-11  Werner Koch  <wk at g10code.com>
 
 	* sig-check.c (check_revocation_keys): Close message digest.

Modified: branches/STABLE-BRANCH-1-4/g10/gpg.c
===================================================================
--- branches/STABLE-BRANCH-1-4/g10/gpg.c	2008-12-18 16:34:28 UTC (rev 4906)
+++ branches/STABLE-BRANCH-1-4/g10/gpg.c	2008-12-21 16:57:33 UTC (rev 4907)
@@ -3539,7 +3539,7 @@
 
 	append_to_strlist( &sl, "save" );
 	username = make_username( fname );
-	keyedit_menu(fname, locusr, sl, 0, 0 );
+	keyedit_menu(username, locusr, sl, 0, 0 );
 	xfree(username);
 	free_strlist(sl);
 	break;




More information about the Gnupg-commits mailing list