commit ab80d91392de38b07588917daa19da59cf5842c4 Author: Stef Walter Date: 2010-10-25 Release version 2.32.1 NEWS | 9 +++++++++ configure.in | 2 +- 2 files changed, 10 insertions(+), 1 deletions(-) commit ad71c3a0abf1c630b81d285f21d2cc50ae364d45 Merge: de6a19e 7dc01a4 Author: Stef Walter Date: 2010-10-25 Accidentally released 2.32.0 on the wrong branch. Merge it in here now. commit de6a19e6f3cc990b814bbeb361da974db8519622 Author: Stef Walter Date: 2010-10-25 [gpg-agent] Don't give option to save password for symmetric encryption. When prompting for a passphrase that isn't for a key, don't give the option to save the password for later use. daemon/gpg-agent/gkd-gpg-agent-ops.c | 20 ++++++++++++-------- 1 files changed, 12 insertions(+), 8 deletions(-) commit 538371de09c253365eee64c9479ba023b6dc32f1 Author: Daiki Ueno Date: 2010-10-25 gpg-agent: Don't try to cache password when symmetric encryption. daemon/gpg-agent/gkd-gpg-agent-ops.c | 14 ++++++++++---- 1 files changed, 10 insertions(+), 4 deletions(-) commit 9ed868758a071cd478ba2431949abf225f4f9426 Author: Stef Walter Date: 2010-10-19 [daemon] Check that daemon is initialized before changing password. Before changing login keyring password or unlocking, check that daemon is initialized. Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=632352 daemon/control/gkd-control-server.c | 16 ++++++++++++---- daemon/gkd-main.c | 6 ++++++ daemon/gkd-main.h | 2 ++ 3 files changed, 20 insertions(+), 4 deletions(-) commit a5fe7f0b52cbce5da67b320c2b62595f59598a19 Author: Stef Walter Date: 2010-10-18 [wrap-layer] Fix login keyring password doesn't match login. When the user's unix login password doesn't match their login keyring (due to perhaps a change by an administrator) we need to prompt for the password to unlock. Now we keep track of the old one that failed and change their login keyring password to match their unix login. daemon/gkd-main.c | 2 +- daemon/login/gkd-login.c | 5 +- pkcs11/wrap-layer/gkm-wrap-layer.h | 6 +- pkcs11/wrap-layer/gkm-wrap-login.c | 38 ++++++++++-- pkcs11/wrap-layer/gkm-wrap-login.h | 2 + pkcs11/wrap-layer/gkm-wrap-prompt.c | 89 +++++++++++++++++++++++++-- pkcs11/wrap-layer/tests/test-login-hints.c | 15 ++++- 7 files changed, 134 insertions(+), 23 deletions(-) commit 03ba6357792679f96f7d425b2f45f3fbbbad8df1 Author: Stef Walter Date: 2010-10-06 [gpg-agent] Link correctly to gio On some systems this caused build problems. daemon/gpg-agent/Makefile.am | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit b9d8bddb2418675260f21f0bfb32763b2ccbfad6 Author: Stef Walter Date: 2010-10-05 [ui] Add extra debug guard around printing of prompt io. Printing of prompt IO could conceivably contain information that's sensitive. Added extra guard so the debug printing can only be turned on with --enable-debug also enabled. Thanks to Romain Françoise ui/gku-prompt.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 3127fc4dda46e1221da1924d441307518167a210 Author: Žygimantas Beručka Date: 2010-10-01 Updated Lithuanian translation po/lt.po | 690 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 361 insertions(+), 329 deletions(-) commit 58240b9acdd6ad54d8c6d4e8a668686a142258e4 Author: Stef Walter Date: 2010-10-01 [rpc-layer] Fix invalid memory access. Fix invalid memory access in gkm_rpc_mechanism_list_purge(). Pointed out by Tim Hudson. pkcs11/rpc-layer/gkm-rpc-util.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit fa96194b235ab9185381813db2cf701f4c9e959b Author: Joan Duran Date: 2010-09-29 Updated Catalan translation po/ca.po | 600 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 323 insertions(+), 277 deletions(-) commit 45a3c18bd925ea581a38c293b6138cb11d4e6344 Author: Christos Spyroglou Date: 2010-09-29 l10n: Updated Greek translation for gnome-keyring po/el.po | 263 ++++++++++++++++++++++++++----------------------------------- 1 files changed, 112 insertions(+), 151 deletions(-) commit 7dc01a4771defef3cee95cdd45c67abdc1991e7e Author: Stef Walter Date: 2010-09-27 Release version 2.32.0 NEWS | 3 +++ configure.in | 2 +- 2 files changed, 4 insertions(+), 1 deletions(-) commit 43319e1fa73b0993a5507fcd8a17113ccc59379b Author: Inaki Larranaga Murgoitio Date: 2010-09-27 Updated Basque language po/eu.po | 603 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 327 insertions(+), 276 deletions(-) commit 009087a098788773fa0a558fbd88eb115db22af2 Author: Petr Kovar Date: 2010-09-27 Update Czech translation by Marek Cernocky po/cs.po | 614 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 331 insertions(+), 283 deletions(-)