# Generate automatically. Do not edit.

commit a786f3e04907797eb72e5632d737661f9cbd791c
Author: Stef Walter <stef@memberwebs.com>
Date:   2009-07-13

    Make gkr_proto_get_raw_secret work as null-terminated when poss.
    
    Add an extra zero byte at the end of the returned secret, so that
    it can work as a string where possible

 library/gnome-keyring-proto.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 3b9592e09fab786ef8518ac49269314a6c08a521
Author: Stef Walter <stef@memberwebs.com>
Date:   2009-07-13

    Cleanup tests, hook into 'make check'.
    
    Hook tests into make check. Fix some assumptions in tests
    about the order of setup functions being run.

 Makefile.am                                     |    9 -------
 daemon/keyrings/tests/unit-test-keyring-login.c |   16 ++++++++++---
 tests/Makefile.am                               |   13 -----------
 tests/gtest.make                                |    7 ++++-
 tests/run-tests.sh                              |   27 -----------------------
 5 files changed, 17 insertions(+), 55 deletions(-)

commit cb32f8b10ca51afa699afdaf339029aa5fbd0e74
Merge: 6c92cd1... eccba13...
Author: Stef Walter <stef@memberwebs.com>
Date:   2009-07-13

    Merge branch 'gnome-2-26'

commit 6c92cd1c56f34e29e750aa595e8884fbb27eb684
Author: Stef Walter <stef@memberwebs.com>
Date:   2009-07-13

    Parse, but don't use non-utf8 secrets in keyrings.
    
    This is a change for future backwards compatibility.

 daemon/keyrings/gkr-keyring-binary.c |   13 +++++++++++--
 egg/egg-buffer.c                     |    4 ++--
 library/gnome-keyring-proto.c        |   19 +++++++++++++++++++
 library/gnome-keyring-proto.h        |    5 +++++
 4 files changed, 37 insertions(+), 4 deletions(-)

commit a55053287ab6710bd882246aeb44267a7391d758
Author: Stef Walter <stef@memberwebs.com>
Date:   2009-07-13

    Don't be as strict with reserved/unused areas in keyrings.
    
    This will be used for future backwards compatibility where possible.

 daemon/keyrings/gkr-keyring-binary.c |   34 +++++++++-------------------------
 1 files changed, 9 insertions(+), 25 deletions(-)

commit 07935696286dcb99d6ec48eae0309d9dab1ec618
Author: Stef Walter <stef@memberwebs.com>
Date:   2009-07-09

    Add support in pam module for use_authtok
    
    The use_authtok option can be used to prevent prompting for
    a password by the pam module, if one was not already supplied.
    See bug #587164.

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

commit eccba135c041cd2894737657c37a28a4fff1d0fa
Author: Stef Walter <stef@memberwebs.com>
Date:   2009-06-29

    Release version 2.26.3

 ChangeLog    |   37 +++++++++++++++++++++++++++++++++++++
 NEWS         |    6 ++++++
 configure.in |    2 +-
 po/ChangeLog |    2 ++
 4 files changed, 46 insertions(+), 1 deletions(-)

commit 0ac8ef230ab893e303765ea0bfcb5cd15f0de693
Author: Stef Walter <stef@memberwebs.com>
Date:   2009-06-27

    Fix build problem that resulted from recent merge.
    
    Accidentally merged this line back in from gnome-2-26.

 pkcs11/rpc-layer/Makefile.am |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

commit 3407fca4e68a8d7dcbdc63f5fc7fde8d811932ab
Author: Stef Walter <stef@memberwebs.com>
Date:   2009-06-27

    Remove == bashisms from 'test' calls configure.
    
    Patch by Alexis Ballier. POSIX does not document the == construction
    for test. Fixes bug #587118

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

commit 1166aab82a8d2152ea3259d75c3ec99ae02e625a
Merge: f824505... bea1715...
Author: Stef Walter <stef@memberwebs.com>
Date:   2009-06-26

    Merge branch 'gnome-2-26'

commit f824505952f17804d447179ef2bd38f81805eb16
Author: Stef Walter <stef@memberwebs.com>
Date:   2009-06-26

    Better message when gck-ssh-agent-standalone (test binary) used wrong.
    
    Add a better message when this test binary is used in the wrong way.
    Fixes bug #581782 Research by Jon Downland.

 pkcs11/ssh-agent/gck-ssh-agent-standalone.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit 19bdcf05461175d40ea8c5c324146379e028c38a
Author: Stef Walter <stef@memberwebs.com>
Date:   2009-06-26

    Add only_if= option to pam module, can limit services its enabled for.
    
    By Vincent Untz. The only_if= option allows administrators to disable
    the gnome-keyring pam module to only run under certain pam services.
    This is useful if gnome-keyring is to be included in a common pam
    included config file. Fixes bug #559781

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

commit 039311c6022e5068f92418ac1cc641e092a50915
Author: Stef Walter <stef@memberwebs.com>
Date:   2009-06-26

    Make "Password: " prompt be translated in pam module.
    
    Fixed on Linux. I'm not an expert in this area, and have no idea
    how make other desktops work. Patches are welcome.
    Patch from Vincent Untz. Fixes bug #572360

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

commit bea17154da4c84f54064489e8ea875b74c7a6256
Author: Stef Walter <stef@memberwebs.com>
Date:   2009-06-26

    Fixed problem with RSA key sizes that were not a multiple of 8.
    
    This was a problem in the PKCS#1 padding functions, which calculated
    the padding length incorrectly. All instances of this have been
    searched out and fixed. Should fix bug #576700 at least with the
    key that Robert Ancell posted.

 pkcs11/gck/gck-crypto.c |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)

commit 6ddb14eef4368d63ce7055ee52718010a8f8190a
Author: Stef Walter <stef@memberwebs.com>
Date:   2009-06-26

    Fix linking problem on FreeBSD.
    
    The dlopen function is in libc rather than libdl, so add a check for
    that in configure.in. Fixes bug #584307

 configure.in                 |   11 +++++++++++
 pkcs11/rpc-layer/Makefile.am |    2 +-
 2 files changed, 12 insertions(+), 1 deletions(-)

commit 41a1e0202d70a39f2e446f2eafafafe3d6b749cc
Author: Stef Walter <stef@memberwebs.com>
Date:   2009-06-26

    Add missing header.
    
    Fixes compilation problem on OS X 10.4. Bug #584781. Patch by Daniel Macks.

 library/gnome-keyring-socket.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 0c5d330655fff930a0afedc426254bca7922f1b0
Author: Stef Walter <stef@memberwebs.com>
Date:   2009-06-26

    Use proper functions to free secure memory.
    
    Fixes crash reported in bug #586192. Patch by Ryan Beasley.

 pkcs11/gck/gck-data-der.c          |    2 +-
 pkcs11/ssh-store/gck-ssh-openssh.c |    3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

commit ae87daa1f3840b643abac4ea84507fe7663910ec
Author: Stef Walter <stef@memberwebs.com>
Date:   2009-06-26

    Ignore more built files

 .gitignore |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit 4c3220df49733c460cb7964962bc1a9701c54978
Author: Ivar Smolin <okul@linux.ee>
Date:   2009-06-26

    Updating Estonian translation

 po/et.po |   99 +++++++++++++++++++------------------------------------------
 1 files changed, 31 insertions(+), 68 deletions(-)

commit 9e7b99f18680d0299299c0e6d61378aaabd4f5a6
Author: Mattias Põldaru <mahfiaz gmail com>
Date:   2009-06-25

    Updating Estonian translation

 po/et.po |  824 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 457 insertions(+), 367 deletions(-)

commit 6207f9ba46946b39b3a8d8ea7f197dc1f2d67744
Author: Stef Walter <stef@memberwebs.com>
Date:   2009-06-21

    Make translation file not be executable.
    
    I'm trying to branch, but I have to placate this dumb hook
    first. Somehow the po/mai.po file was executable.

 0 files changed, 0 insertions(+), 0 deletions(-)

commit ba8ed988b599c53d5c82e8a2df592b70da7c3a5f
Author: Stef Walter <stef@memberwebs.com>
Date:   2009-06-19

    Use gcrypt to generate encryption iv/salt.
    
    Remove needlessly duplicated code init_salt(), and use libcrypt
    to generate salt.

 daemon/keyrings/gkr-keyring-binary.c |   31 +------------------------------
 1 files changed, 1 insertions(+), 30 deletions(-)

commit 1ee5080bfc5f234b587fe089ed9827603998afbe
Author: Runa Bhattacharjee <runab@redhat.com>
Date:   2009-06-15

    Updated Bengali India Translations

 po/bn_IN.po |  406 +++++++++++++++++++++++++++++------------------------------
 1 files changed, 202 insertions(+), 204 deletions(-)

commit f62e1ef19faefa53406ec81ef02300c662e4085a
Author: Runa Bhattacharjee <runab@redhat.com>
Date:   2009-06-15

    Updated Bengali India Translations

 po/bn_IN.po |  295 ++++++++++++++++++++++++++++-------------------------------
 1 files changed, 140 insertions(+), 155 deletions(-)

commit fb5cc2d33f12648e7093589b7ed07665cf03c727
Author: Rajesh Ranjan <rranjan@rranjan.csb>
Date:   2009-06-11

    hindi update

 po/hi.po | 1536 ++++++++++++--------------------------------------------------
 1 files changed, 292 insertions(+), 1244 deletions(-)

commit 6086364cd1bb7f23ac2cde8e678d78578b47a84b
Author: Manoj Kumar Giri <mgiri@mgiri.csb>
Date:   2009-06-10

    Added entries for Hindi Translation updated by Rajesh Ranjan

 po/ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 68897290bb901679aaf66d22d29687b7f9351a0f
Author: Manoj Kumar Giri <mgiri@mgiri.csb>
Date:   2009-06-10

    Updated Hindi Translation on behalf of Rajesh Ranjan

 po/hi.po |  435 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 219 insertions(+), 216 deletions(-)

commit 99f66f4ff38b8385a7aa41a7c76b01a6ac06b20d
Author: Manoj Kumar Giri <mgiri@mgiri.csb>
Date:   2009-06-10

    Added entries for Hindi Translation updated by Rajesh Ranjan

 po/ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 8d5c44ce94693ab2d97a98661189a3f11c4a3b65
Author: Manoj Kumar Giri <mgiri@mgiri.csb>
Date:   2009-06-10

    Updated Hindi Translation on behalf of Rajesh Ranjan

 po/hi.po |  435 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 219 insertions(+), 216 deletions(-)

commit fb88a646f2e15ac8ba62ea211fbc844388df5985
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   2009-06-10

    Fix path to a file

 po/POTFILES.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 13fc43c5f9e1611b99c02b271873a9180da08d68
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   2009-06-10

    Updated Norwegian bokmål translation.

 po/nb.po |   81 ++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 42 insertions(+), 39 deletions(-)

commit 0a2d392a8eb2dee71d063da05d3eb9c4ff8f9ede
Author: Stef Walter <stef@memberwebs.com>
Date:   2009-05-12

    Fix problems when no tests exist in a test directory.

 tests/prep-gtest.sh |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

commit 0854932ebd93cf247097506f6a87c65f75bfa08a
Author: Stef Walter <stef@memberwebs.com>
Date:   2009-05-10

    Move remainder to new style tests.
    
    Remove old tests based on cu-test package, and use glib tests
    exclusively.

 daemon/keyrings/tests/Makefile.am               |    2 +-
 daemon/keyrings/tests/unit-test-keyring-file.c  |  147 +++--
 daemon/keyrings/tests/unit-test-keyring-login.c |   72 ++--
 daemon/keyrings/tests/unit-test-login-prompt.c  |   55 ++-
 daemon/util/tests/.gitignore                    |    1 +
 egg/tests/.gitignore                            |    2 +
 gcr/tests/.gitignore                            |    2 +
 library/tests/Makefile.am                       |    5 +-
 library/tests/unit-test-daemon-setup.c          |   17 +-
 library/tests/unit-test-keyrings-prompt.c       |  102 ++--
 library/tests/unit-test-keyrings.c              |  257 +++++----
 library/tests/unit-test-login-prompt.c          |   41 +-
 library/tests/unit-test-memory.c                |   61 +--
 library/tests/unit-test-other.c                 |   41 +-
 pam/tests/Makefile.am                           |    5 +-
 pam/tests/unit-test-pam-setup.c                 |   17 +-
 pam/tests/unit-test-pam.c                       |   32 +-
 pkcs11/rpc-layer/Makefile.am                    |    1 -
 pkcs11/ssh-store/tests/.gitignore               |    5 +-
 tests/Makefile.am                               |    8 +-
 tests/cu-test/AllTests.c                        |   25 -
 tests/cu-test/CuTest.c                          |  309 ----------
 tests/cu-test/CuTest.h                          |  111 ----
 tests/cu-test/CuTestTest.c                      |  709 -----------------------
 tests/cu-test/README                            |  209 -------
 tests/cu-test/license.txt                       |   38 --
 tests/cu-test/make-tests.sh                     |   51 --
 tests/gtest-helpers.c                           |   10 +-
 tests/gtest-helpers.h                           |   10 +
 tests/gtest.make                                |   21 +-
 tests/prep-gtest.sh                             |   31 +-
 tests/prep-tests.sh                             |  115 ----
 tests/test-helpers.c                            |  122 ----
 tests/test-helpers.h                            |   33 -
 tests/test.make                                 |   62 --
 35 files changed, 479 insertions(+), 2250 deletions(-)

commit cd4f164f26188719e8130b94b7eca6e7f8772696
Author: Stef Walter <stef@memberwebs.com>
Date:   2009-05-10

    Move gkr_location stuff into daemon component.
    
    It's only used in the daemon component. Also update tests of location stuff.
    Also remove common component all together.

 Makefile.am                                     |    1 -
 common/.gitignore                               |    4 -
 common/Makefile.am                              |   37 -
 common/gkr-location-watch.c                     |  365 -------
 common/gkr-location-watch.h                     |   70 --
 common/gkr-location.c                           | 1177 -----------------------
 common/gkr-location.h                           |  130 ---
 common/tests/.gitignore                         |    4 -
 common/tests/Makefile.am                        |   15 -
 common/tests/unit-test-location-watch.c         |  234 -----
 common/tests/unit-test-location.c               |  177 ----
 configure.in                                    |    2 -
 daemon/Makefile.am                              |    1 -
 daemon/gkr-daemon-ops.c                         |    3 +-
 daemon/keyrings/gkr-keyring-login.c             |    3 +-
 daemon/keyrings/gkr-keyring.c                   |    3 +-
 daemon/keyrings/gkr-keyrings.c                  |    6 +-
 daemon/keyrings/tests/Makefile.am               |    3 +-
 daemon/keyrings/tests/unit-test-keyring-file.c  |    4 +-
 daemon/keyrings/tests/unit-test-keyring-login.c |    4 +-
 daemon/ui/gkr-ask-request.c                     |    4 +-
 daemon/util/Makefile.am                         |    6 +-
 daemon/util/gkr-location-watch.c                |  365 +++++++
 daemon/util/gkr-location-watch.h                |   70 ++
 daemon/util/gkr-location.c                      | 1177 +++++++++++++++++++++++
 daemon/util/gkr-location.h                      |  130 +++
 daemon/util/tests/Makefile.am                   |    8 +-
 daemon/util/tests/unit-test-location-watch.c    |  245 +++++
 daemon/util/tests/unit-test-location.c          |  209 ++++
 pkcs11/rpc-layer/Makefile.am                    |    5 +-
 30 files changed, 2225 insertions(+), 2237 deletions(-)

commit 7ee0ec368642c482d5f67e275c54cce815b05b53
Author: Stef Walter <stef@memberwebs.com>
Date:   2009-05-10

    Move gkr_async code into daemon component
    
    That's where it's only used. Update tests to new style.

 common/Makefile.am                  |    1 -
 common/gkr-async.c                  |  624 ----------------------------------
 common/gkr-async.h                  |  171 ----------
 common/tests/Makefile.am            |    4 +-
 common/tests/unit-test-async.c      |  228 -------------
 configure.in                        |    2 +
 daemon/Makefile.am                  |    7 +-
 daemon/gkr-daemon-dbus.c            |    3 +-
 daemon/gkr-daemon-io.c              |   32 +-
 daemon/gkr-daemon-ops.c             |    3 +-
 daemon/gkr-daemon-util.c            |  557 -------------------------------
 daemon/gkr-daemon-util.h            |   78 -----
 daemon/gkr-daemon.c                 |   12 +-
 daemon/keyrings/tests/Makefile.am   |    9 +-
 daemon/pkcs11/gkr-pkcs11-auth-ep.c  |    6 +-
 daemon/pkcs11/gkr-pkcs11-daemon.c   |   41 ++--
 daemon/ui/gkr-ask-daemon.c          |   17 +-
 daemon/ui/gkr-ask-request.c         |   24 +-
 daemon/util/.gitignore              |    5 +
 daemon/util/Makefile.am             |   30 ++
 daemon/util/gkr-daemon-async.c      |  627 +++++++++++++++++++++++++++++++++++
 daemon/util/gkr-daemon-async.h      |  171 ++++++++++
 daemon/util/gkr-daemon-util.c       |  556 +++++++++++++++++++++++++++++++
 daemon/util/gkr-daemon-util.h       |   78 +++++
 daemon/util/tests/.gitignore        |    6 +
 daemon/util/tests/Makefile.am       |   11 +
 daemon/util/tests/unit-test-async.c |  222 +++++++++++++
 tests/test-helpers.c                |    4 +-
 28 files changed, 1790 insertions(+), 1739 deletions(-)

commit 6208f071cf6b2b08e0c939104c9981ad9a3505a4
Author: Stef Walter <stef@memberwebs.com>
Date:   2009-05-10

    Move gkr_cleanup code into egg component.
    
    Update tests to new style as well.

 common/Makefile.am                |    1 -
 common/gkr-cleanup.c              |   88 -------------------
 common/gkr-cleanup.h              |   35 --------
 common/gkr-location.c             |    5 +-
 common/tests/Makefile.am          |    1 -
 common/tests/unit-test-cleanup.c  |  166 -------------------------------------
 daemon/gkr-daemon-dbus.c          |    5 +-
 daemon/gkr-daemon-io.c            |    5 +-
 daemon/gkr-daemon-util.c          |    7 +-
 daemon/gkr-daemon.c               |   10 +-
 daemon/keyrings/gkr-keyrings.c    |    5 +-
 daemon/pkcs11/gkr-pkcs11-auth.c   |    2 +-
 daemon/pkcs11/gkr-pkcs11-daemon.c |    9 +-
 daemon/ui/gkr-ask-daemon.c        |    5 +-
 egg/Makefile.am                   |    1 +
 egg/egg-cleanup.c                 |   88 +++++++++++++++++++
 egg/egg-cleanup.h                 |   35 ++++++++
 egg/tests/Makefile.am             |    1 +
 egg/tests/unit-test-cleanup.c     |  153 ++++++++++++++++++++++++++++++++++
 19 files changed, 306 insertions(+), 316 deletions(-)

commit e78027e151bbaff82ab8799aec13c7be5002311b
Author: Stef Walter <stef@memberwebs.com>
Date:   2009-05-10

    Cleanup gkr_unix_signal and move to egg component
    
    Also update tests to new style.

 common/Makefile.am              |    3 +-
 common/gkr-unix-signal.c        |  230 ---------------------------------------
 common/gkr-unix-signal.h        |   34 ------
 common/tests/Makefile.am        |    3 +-
 common/tests/unit-test-signal.c |  117 --------------------
 daemon/gkr-daemon.c             |    8 +-
 egg/Makefile.am                 |    1 +
 egg/egg-unix-signal.c           |  230 +++++++++++++++++++++++++++++++++++++++
 egg/egg-unix-signal.h           |   34 ++++++
 egg/tests/Makefile.am           |    1 +
 egg/tests/unit-test-signal.c    |  114 +++++++++++++++++++
 11 files changed, 386 insertions(+), 389 deletions(-)

commit a85e0dd4b3bddb1be7e359d05bb4a6ee35ead3e8
Author: Stef Walter <stef@memberwebs.com>
Date:   2009-05-10

    Cleanup extra gkr_wakeup functionality
    
    Use g_main_context_wakeup where appropriate, and move some code
    into the gkr_unix_signal stuff.

 common/Makefile.am       |    3 +-
 common/gkr-async.c       |   12 +----
 common/gkr-unix-signal.c |   96 ++++++++++++++++++++++++++++++++++++++---
 common/gkr-wakeup.c      |  107 ----------------------------------------------
 common/gkr-wakeup.h      |   37 ----------------
 5 files changed, 93 insertions(+), 162 deletions(-)

commit 2e331bf3f47d7ae91f4939919c3a43c86199a4e0
Merge: 7a71860... e26bf33...
Author: Stefan Walter <Stefan Walter>
Date:   2009-05-03

    Merge branch 'gnome-2-26'
    
    Conflicts:
    	ChangeLog
    	po/ca@valencia.po
    	po/uk.po

commit e26bf33456cc80277885eaf68ecb5d77234ac0fd
Author: Maxim V. Dziumanenko <dziumanenko@gmail.com>
Date:   2009-04-27

    Updated Ukrainian translation

 po/uk.po | 1008 ++++++++++++++++++++++++++++++++++++++++----------------------
 1 files changed, 649 insertions(+), 359 deletions(-)

commit 7a71860ef8c194d040917ec5604e6f238c2029ab
Author: Maxim V. Dziumanenko <dziumanenko@gmail.com>
Date:   2009-04-27

    Updated Ukrainian translation

 po/uk.po | 1008 ++++++++++++++++++++++++++++++++++++++++----------------------
 1 files changed, 649 insertions(+), 359 deletions(-)

commit 72c60e72f8eae337c915bbe32a41930cc1d53cf3
Author: Olav Vitters <olav@bkor.dhs.org>
Date:   2009-04-23

    doap: Add desktop category

 gnome-keyring.doap |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit e3917a94bfda558f080a162d75ea15faeffa8e70
Author: Miquel Esplà <miquelespla@gmail.com>
Date:   2009-04-21

    Added Valencian-Catalan translation

 po/LINGUAS        |    1 +
 po/ca@valencia.po | 1549 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 1550 insertions(+), 0 deletions(-)

commit 4e505fe4974471989dc8f089e002ef62d31e5633
Author: Miquel Esplà <miquelespla@gmail.com>
Date:   2009-04-21

    Added Valencian-Catalan translation

 po/LINGUAS        |    1 +
 po/ca@valencia.po | 1549 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 1550 insertions(+), 0 deletions(-)

commit d80360ff55372eb24382e19acc6e80cd4919fd7b
Author: krishnababu k <kkrothap@redhat.ocm>
Date:   2009-04-20

    Updated Telugu translation

 po/te.po |  399 ++++++++++++++++++++++++++++++--------------------------------
 1 files changed, 194 insertions(+), 205 deletions(-)

commit 99a11e50218017fb94a23f2fddefe133ce832fe7
Author: Stef Walter <stef@memberwebs.com>
Date:   2009-04-18

    Some tweaks to the autogenerated ChangeLog.
    
    Less output and don't wrap stat lines.

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

commit f2bf836abf7b779236469d34848656e5d314fdcd
Author: Stef Walter <stef@memberwebs.com>
Date:   2009-04-18

    Add project description DOAP file.
    
    This is used by the cgit web interface, and some other uses
    in the future.

 gnome-keyring.doap |   23 +++++++++++++++++++++++
 1 files changed, 23 insertions(+), 0 deletions(-)

commit bf7ff5505040f5ccedfdd8184c2e67fd500b4887
Author: Stef Walter <stef@memberwebs.com>
Date:   2009-04-18

    Autogenerate the ChangeLog from git history
    
    Moved the old ChangeLog out of the way. Place instructions in a
    placeholder ChangeLog.

 ChangeLog     | 6177 +--------------------------------------------------------
 ChangeLog.old | 6166 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Makefile.am   |   18 +-
 3 files changed, 6205 insertions(+), 6156 deletions(-)

commit 3167f637394703b11325f6e6f630cf6a8414afab
Author: stefw <stefw@localhost>
Date:   2009-04-12

    Release 2.26.1
    
    svn path=/branches/gnome-2-26/; revision=1722

 ChangeLog                                |    9 +++++++++
 NEWS                                     |   12 ++++++++++++
 docs/reference/gcr/Makefile.am           |    2 +-
 docs/reference/gnome-keyring/Makefile.am |    2 +-
 docs/reference/gp11/Makefile.am          |    2 +-
 po/ChangeLog                             |    2 ++
 6 files changed, 26 insertions(+), 3 deletions(-)

commit 23871133bccec3756c921317ca595009bb4d993b
Author: stefw <stefw@localhost>
Date:   2009-04-12

    Fill in some API documentation.
    
    svn path=/branches/gnome-2-26/; revision=1721

 ChangeLog             |    4 +
 gcr/gcr-certificate.c |  185 +++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 189 insertions(+), 0 deletions(-)

commit 5cee5736d6e10181eeb747a9e3964e86a61db214
Author: stefw <stefw@localhost>
Date:   2009-04-11

    Don't use g_warning when the problem originated outside of our own process, just print a message.
    
    svn path=/branches/gnome-2-26/; revision=1720

 ChangeLog                |    5 +++++
 daemon/gkr-daemon-dbus.c |   16 ++++++++--------
 2 files changed, 13 insertions(+), 8 deletions(-)

commit 33c9c3526dac9c5e53dce204d43b4433f4136ee4
Author: stefw <stefw@localhost>
Date:   2009-04-11

    Don't autostart another gnome-keyring-daemon if one has already started.
    Just initialize the one that's already running.
    
    svn path=/branches/gnome-2-26/; revision=1719

 ChangeLog                           |    6 ++++++
 daemon/org.gnome.keyring.service.in |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit 811209c2c9a01724c98a61b5bbc0190b3e0c83ee
Author: stefw <stefw@localhost>
Date:   2009-04-10

    Bump glib dependency to 2.16, in all the pkg-config checks.
    
    svn path=/branches/gnome-2-26/; revision=1718

 ChangeLog    |    5 +++++
 configure.in |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

commit d070a88dd0cf72992c77183d77360db403fab809
Author: stefw <stefw@localhost>
Date:   2009-04-10

    Fix problem with integer overflow in memory allocator.
    
    svn path=/branches/gnome-2-26/; revision=1717

 ChangeLog                    |    5 +++++
 egg/egg-secure-memory.c      |    2 +-
 egg/tests/unit-test-secmem.c |    4 ++--
 3 files changed, 8 insertions(+), 3 deletions(-)

commit 9f6679d57d536051d40f72e0390b0e517e0d2bfe
Author: stefw <stefw@localhost>
Date:   2009-04-10

    Add DBus method for getting the important environment variables
    that the gnome-keyring daemon wants to set. See bug #577614
    
    svn path=/branches/gnome-2-26/; revision=1716

 ChangeLog                |    6 ++++
 daemon/gkr-daemon-dbus.c |   74 +++++++++++++++++++++++++++++++++------------
 tests/dbus-test.py       |   16 ++++++++++
 3 files changed, 76 insertions(+), 20 deletions(-)

commit e4030a9808f24fba468816f1c12b58aeb7d2d3f1
Author: stefw <stefw@localhost>
Date:   2009-04-10

    Fix crash caused by not holding	a reference to the keyring while prompting.
    
    svn path=/branches/gnome-2-26/; revision=1715

 ChangeLog               |    5 +++++
 daemon/gkr-daemon-ops.c |    8 ++++++--
 2 files changed, 11 insertions(+), 2 deletions(-)
