commit a019720b537c01441d555de293a141e0d840a19f Author: Stef Walter Date: 2009-12-03 Add license to reference documentation. Add a license to the reference documentation. Using the license from Glib. docs/reference/COPYING | 30 ++++++++++++++++++++++++++++++ 1 files changed, 30 insertions(+), 0 deletions(-) commit 1f225859713c8fae6d5b58e4d61cfe442e93cc8a Author: Stef Walter Date: 2009-11-24 [daemon] Sent output of g_printerr to syslog. In order to catch assertion errors better, send the output of g_printerr to syslog as well as stderr. daemon/gkr-daemon.c | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) commit 2bcaa443eeee7f2b4bd5ffc56d911d77bd6f9d70 Author: Stef Walter Date: 2009-11-24 [daemon] No possibly fatal error when can't unlock login keyring. We were using g_warning to print a message when unlocking the login keyring failed. This would cause the daemon to exit in certain configurations. This isn't a critical error. daemon/gkr-daemon.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit e06116ecceae745f1b9b609a5776a282005196ae Author: Stef Walter Date: 2009-11-09 Ignore anjuta project files. .gitignore | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 72db76cd8696192433f24b17cf0d76d5809aa6bf Author: Stef Walter Date: 2009-11-09 [pkcs11] Fix assertion when comparing attributes. When comparing attributes that both had zero lengths, but one had a null pointer, gck_attribute_equal() used to assert. pkcs11/gck/gck-attributes.c | 4 +++- pkcs11/gck/tests/unit-test-attributes.c | 7 +++++++ 2 files changed, 10 insertions(+), 1 deletions(-) commit 56d26354ead3578d4186d7f0a25870bbf6554ce5 Author: Thomas Thurman Date: 2009-11-16 Shavian translation po/LINGUAS | 1 + po/en@shaw.po | 1260 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 1261 insertions(+), 0 deletions(-) commit c33349fbaf8a09104e0b1f208a9c2d7f87e28dfc Author: Stefan Walter Date: 2009-11-15 Ignore more built files .gitignore | 28 ++++++++++++++++++---------- 1 files changed, 18 insertions(+), 10 deletions(-) commit e7326153a3241092c8df7f7aa4d8a59bddef8ee3 Author: Stefan Walter Date: 2009-11-15 [pkcs11] Fix freeing of unallocated memory in test. pkcs11/gck/tests/unit-test-data-der.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 70b4a236c78c60d697419bf59490793d382b4f51 Author: Stef Walter Date: 2009-11-09 [pkcs11] Don't barf on certificates with unsupported algorithm. Don't barf on ECDSA certificates, or other certificates with an unsupported key algorithm. This adds tests for that. Such certificates simply don't have an attached public key. pkcs11/gck/gck-certificate.c | 44 +- pkcs11/gck/gck-data-der.c | 1 + pkcs11/gck/tests/test-data/ca-certificates.crt | 3601 ++++++++++++++++++++++++ pkcs11/gck/tests/unit-test-data-der.c | 40 + 4 files changed, 3673 insertions(+), 13 deletions(-) commit ea5fe6215b7a0c25e6f1344b0102a46e4ee175a1 Author: Stef Walter Date: 2009-10-21 [library] Fix possible memory leak in error condition. library/gnome-keyring-proto.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit e869259a54afe95291dfdcb11a48f3467d6a6451 Author: Eric Sesterhenn Date: 2009-10-21 [gp11] Fix memory leak in gp11_slot_get_token_info() Signed-off-by: Stef Walter gp11/gp11-slot.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 46079fbfe4f83f8160f43d617900a280e720f961 Author: Leonid Kanter Date: 2009-10-20 Updated Russian translation po/ru.po | 403 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 201 insertions(+), 202 deletions(-) commit e27fa586d2ba4008b9f41b70e316112a164806d5 Author: Stef Walter Date: 2009-10-17 Bump version number configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit f3b717d2f64ef137dd805167460cf5d0b00e4311 Author: Stef Walter Date: 2009-10-17 Release 2.28.1 NEWS | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-)