=== gnome-keyring 2.19.91 === 2007-08-26 Stef Walter * NEWS: Release gnome-keyring 2.19.91 2007-08-20 Stef Walter * pam/gkr-pam-module.c: Fix use of uninitialized return value. Fixes bug #468393 2007-08-19 Stef Walter * common/gkr-dbus.c: Fix building with newer versions of DBus. Fixes bug #465936. Patch by Theppitak Karoonboonyanan 2007-08-19 Stef Walter * pam/gkr-pam-module.c: Correctly start the daemon from PAM's pam_sm_open_session callback rather than the pam_sm_authenticate, when the 'auto_start' flag is set on the 'session' line. This makes us more solid and sane with GDM and well behaved PAM using applications. Fixes bug #467852. Patch from Chris Rivera 2007-08-19 Stef Walter * pam/gkr-pam-client.c: stat the socket and check for correct user before connecting to it from the PAM module, and sending password there. 2007-08-19 Stef Walter * keyrings/gkr-keyring.c: Don't read from /dev/random when not needed. This makes startup faster in many cases, as it won't block for entropy. 2007-08-18 Stef Walter * pam/gkr-pam-module.c: * library/gnome-keyring-utils.c: Get around more optimizations that cancel out wiping of strings before freeing. 2007-08-18 Stef Walter * pam/gkr-pam-client.c: Reorder the inclusion of headers necessary for compiling on FreeBSD. See bug #466060 2007-08-15 Stef Walter * common/gkr-secure-memory.c: * pam/gkr-pam-client.c: * pam/gkr-pam-module.c: Build fixes for FreeBSD. Patch by Joe Marcus Clarke. Fixes bug #466060 2007-08-12 Stef Walter * configure.in: Bump version number