mirror of
git://git.gnupg.org/gnupg.git
synced 2025-03-28 22:49:59 +01:00
* gpg.c (main): Properly handle UTF8 usernames with --sign-key and --lsign-key.
This commit is contained in:
parent
3bd834c95e
commit
3aa63ab224
@ -1,3 +1,8 @@
|
|||||||
|
2008-12-21 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
|
* gpg.c (main): Properly handle UTF8 usernames with --sign-key and
|
||||||
|
--lsign-key.
|
||||||
|
|
||||||
2008-12-11 Werner Koch <wk@g10code.com>
|
2008-12-11 Werner Koch <wk@g10code.com>
|
||||||
|
|
||||||
* sig-check.c (check_revocation_keys): Close message digest.
|
* sig-check.c (check_revocation_keys): Close message digest.
|
||||||
|
@ -3539,7 +3539,7 @@ main (int argc, char **argv )
|
|||||||
|
|
||||||
append_to_strlist( &sl, "save" );
|
append_to_strlist( &sl, "save" );
|
||||||
username = make_username( fname );
|
username = make_username( fname );
|
||||||
keyedit_menu(fname, locusr, sl, 0, 0 );
|
keyedit_menu(username, locusr, sl, 0, 0 );
|
||||||
xfree(username);
|
xfree(username);
|
||||||
free_strlist(sl);
|
free_strlist(sl);
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user