=== gnome-keyring 2.21.91 === 2008-02-11 Stef Walter * NEWS: Release version 2.21.91 2008-02-10 Stef Walter * pk/gkr-pk-object-storage.c: Fix translater comments. See bug #515119 2008-02-10 Stef Walter * pam/gkr-pam-module.c: Don't ask PAM to prompt for password if no password is available. Fixes bug #514862. Patch by Ray Strode 2008-02-10 Stef Walter * common/gkr-crypto.c: * common/gkr-crypto.h: * common/gkr-unique.c: (moved to gkr-id.c) * common/gkr-unique.h: (moved to gkr-id.h) * common/Makefile.am: * common/tests/unit-test-crypto.c: * common/tests/unit-test-unique.c: * pk/gkr-pk-cert.c: * pk/gkr-pk-cert.h: * pk/gkr-pk-index.c: * pk/gkr-pk-index.h: * pk/gkr-pk-netscape-trust.c: * pk/gkr-pk-object.c: * pk/gkr-pk-object.h: * pk/gkr-pk-privkey.c: * pk/gkr-pk-privkey.h: * pk/gkr-pk-pubkey.c: * pk/gkr-pk-pubkey.h: * pk/gkr-pk-util.c: * pk/gkr-pk-util.h: * pk/tests/unit-test-pk-cert.c: * pk/tests/unit-test-pk-index.c: * pk/tests/unit-test-pk-key.c: * pk/tests/unit-test-pk-netscape-trust.c: * pkix/gkr-pkix-parser.c: * pkix/gkr-pkix-parser.h: * pkix/tests/unit-test-pkix-parser.c: * pkix/tests/unit-test-pkix-serialize.c: * ssh/gkr-ssh-daemon-ops.c: Change name of gkrunique to gkrid 2008-02-07 Stef Walter * pk/gkr-pk-index.c: * pk/gkr-pk-object-storage.c: * pkix/tests/unit-test-pkix-parser.c: Fix assertions for an unknown parsed type (ie: zero). 2008-02-07 Stef Walter * common/Makefile.am: * common/gkr-daemon-util.h: * common/gkr-unix-credentials.c: (added) * common/gkr-unix-credentials.h: (added) * daemon/gkr-daemon-io.c: * library/gnome-keyring.c: * pam/gkr-pam-client.c: * pam/gkr-pkcs11-daemon-session.c: * pam/gkr-pkcs11-daemon.c: * pam/gkr-pkcs11-module.c: Add checking that PKCS#11 socket connections come from the appropriate uid. 2008-02-05 Stef Walter * ui/gkr-ask-entry.c: (added) * ui/gkr-ask-entry.h: (added) * ui/gkr-ask-tool.c: * ui/Makefile.am: * ui/test-input.txt: (added) * configure.in: Don't lock the entire gnome-keyring-ask process into memory. This allows it to work properly on systems where there is limited lockable memory available. 2008-02-02 Stef Walter * pk/gkr-pk-cert.c: * pk/gkr-pk-netscape-trust.c: * pk/gkr-pk-object-storage.c: * pk/gkr-pk-object.c: * pk/gkr-pk-object.h: * pk/gkr-pk-privkey.c: * pk/gkr-pk-pubkey.c: * pk/tests/unit-test-pk-cert.c: * pk/tests/unit-test-pk-key.c: * pk/tests/unit-test-pk-netscape-trust.c: * pkix/Makefile.am: * pkix/gkr-pkix-asn1.c: * pkix/gkr-pkix-asn1.h: * pkix/gkr-pkix-der.c: * pkix/gkr-pkix-der.h: * pkix/gkr-pkix-openssl.c: * pkix/gkr-pkix-openssl.h: * pkix/gkr-pkix-parser.c: * pkix/gkr-pkix-parser.h: * pkix/gkr-pkix-serialize.c: (added) * pkix/gkr-pkix-serialize.h: (added) * pkix/gkr-pkix-types.h: (added) * pkix/tests/Makefile.am: * pkix/tests/unit-test-pkix-der.c: * pkix/tests/unit-test-pkix-parser.c: * pkix/tests/unit-test-pkix-serialize.c: (added) * pkix/tests/test-data/der-certificate.crt: (added) Reworked pkix parsing and added some serializing capabilities. Add basic infrastructure for serializing of objects like certificates and keys. 2008-01-31 Stef Walter * keyrings/gkr-keyring.c: * ssh/gkr-ssh-daemon-ops.c: * ssh/gkr-ssh-proto.c: * ssh/gkr-ssh-daemon-io.c: * pkcs11/gkr-pkcs11-daemon-session.c: * daemon/gkr-daemon-io.c: * library/gnome-keyring-proto.c: * pkix/gkr-pkix-asn1.c: Fix more compile problems due to glib changing signature of g_realloc. 2008-01-30 Stef Walter * library/gnome-keyring.c: Fix compile problem on with certain combinations of libraries. 2008-01-29 Stef Walter * ui/gkr-ask-tool.c: Fix message. Add missing word. 2008-01-28 Stef Walter * configure.in: Bump version number.