commit ebce824e81ace74a25cbf879c63c462679862993
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   2011-03-09

    Updated Polish translation

 po/pl.po |  583 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 301 insertions(+), 282 deletions(-)

commit ae1c102543acc4b6c607cb1462107b8a4d4409d3
Author: Laurent Bigonville <l.bigonville@edpnet.be>
Date:   2011-03-09

    [pam] Do not leak login name when logging error
    
    Don't include unrecognized user names in log messages, as they
    could be mistyped passwords.

 pam/gkr-pam-module.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 1099a753b6bb502316ad9561c9999474639a3e10
Author: Laurent Bigonville <l.bigonville@edpnet.be>
Date:   2011-03-09

    Also start daemon for Xfce
    
    https://bugzilla.gnome.org/show_bug.cgi?id=644305

 daemon/gnome-keyring-gpg.desktop.in.in     |    2 +-
 daemon/gnome-keyring-pkcs11.desktop.in.in  |    2 +-
 daemon/gnome-keyring-secrets.desktop.in.in |    2 +-
 daemon/gnome-keyring-ssh.desktop.in.in     |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

commit e826634d7a846f796a81a1a57c2cd78405099c48
Author: Stef Walter <stefw@collabora.co.uk>
Date:   2011-03-09

    [wrap-layer] Fix inability to save password for other keyrings.
    
    Fix the "Automatically unlock this keyring whenever I'm logged in"
    The logic for enabling the setting was inversed.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=642001

 pkcs11/wrap-layer/gkm-wrap-prompt.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit f76a2ac2cfb0015f9497753db9fc642985fe0dba
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   2011-03-09

    Updated Slovenian translation

 po/sl.po |   84 +++++++++++++++++++++++++++++++++++++++++++++----------------
 1 files changed, 62 insertions(+), 22 deletions(-)

commit e4dbcf5a5d86b8e5d432bfadcfd1b27bbd84b7b6
Author: Craig Keogh <cskeogh@adam.com.au>
Date:   2011-02-05

    Honor aclocal flags (GNOME bug 641583)

 Makefile.am |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit a79d05f2acfe738bbf6da7108c652cf886ddca14
Author: Stef Walter <stefw@collabora.co.uk>
Date:   2011-03-09

    [dbus] Support removal of aliases via the secret service API
    
    Passing '/' to SetAlias() clears the default keyring.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=636473

 daemon/dbus/gkd-secret-service.c |   32 ++++++++++++++++++++------------
 1 files changed, 20 insertions(+), 12 deletions(-)

commit 655e0e90a4f96de76348f84cab0c64014078fdbb
Merge: ced422b a26d779
Author: Stef Walter <stefw@collabora.co.uk>
Date:   2011-03-09

    Merge branch 'with-hkdf'

commit ced422b8770ba321ae0c3271b8344ee031d55748
Author: Stef Walter <stefw@collabora.co.uk>
Date:   2011-03-09

    Change warning on bad certificate data to a simple message.

 pkcs11/gkm/gkm-certificate.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit c8b3144f36edb54f3af4d08bd0cb65acca5bf4e9
Author: Stef Walter <stefw@collabora.co.uk>
Date:   2011-03-09

    [dbus] Pass an alias argument along to a CreateCollection dbus method.
    
    This is new in the specification and prevents problems with race
    conditions and multiple applications all trying to create the
    default keyring.

 daemon/dbus/gkd-secret-create.c     |  112 ++++++++++++++++++++++--
 daemon/dbus/gkd-secret-create.h     |    3 +-
 daemon/dbus/gkd-secret-introspect.c |    3 +-
 daemon/dbus/gkd-secret-objects.c    |   23 +-----
 daemon/dbus/gkd-secret-objects.h    |    7 --
 daemon/dbus/gkd-secret-prompt.c     |   16 +++-
 daemon/dbus/gkd-secret-prompt.h     |    2 +
 daemon/dbus/gkd-secret-service.c    |  164 ++++++++++++++++++++++-------------
 daemon/dbus/gkd-secret-service.h    |   11 +++
 daemon/dbus/gkd-secret-unlock.c     |   45 +++++++---
 daemon/dbus/gkd-secret-unlock.h     |    8 ++-
 11 files changed, 283 insertions(+), 111 deletions(-)

commit f8540ad1a48cce9662f4738bb5802621d2a65523
Author: Khaled Hosny <khaledhosny@eglug.org>
Date:   2011-03-09

    Updated Arabic translation

 po/ar.po |   29 ++++++++++++++++++++---------
 1 files changed, 20 insertions(+), 9 deletions(-)

commit e4df658ea0751ce78598b8783664899b0ad54a52
Author: Matthias Clasen <mclasen@redhat.com>
Date:   2011-02-26

    Add a desktop file for gnome-keyring-prompt
    
    This is necessary for gnome-shell to pick up a meaningful
    name and icon to display in the application menu while the
    dialog is shown.
    https://bugzilla.gnome.org/show_bug.cgi?id=643229

 .gitignore                            |    3 +++
 configure.in                          |    1 +
 po/POTFILES.in                        |    1 +
 po/POTFILES.skip                      |    1 +
 ui/Makefile.am                        |   15 +++++++++++++++
 ui/gnome-keyring-prompt.desktop.in.in |    8 ++++++++
 6 files changed, 29 insertions(+), 0 deletions(-)

commit a78de9fffce4ef2ac669e389b2283e0efbb6feb2
Author: Stef Walter <stefw@collabora.co.uk>
Date:   2011-03-08

    [egg] Complete implementation of openssl sytle PEM writing
    
    The openssl PEM parser is particularly fragile, so write some
    stringent tests to check.

 egg/egg-openssl.c        |   46 +++++++++++++++++++++++++++++-----------------
 egg/tests/test-openssl.c |   29 +++++++++++++++++++++++++++++
 2 files changed, 58 insertions(+), 17 deletions(-)

commit 47c1a921dde3debe8245cea69e6f975f8ab3c836
Author: Stef Walter <stefw@collabora.co.uk>
Date:   2011-03-07

    Bump version number

 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)