~ubuntu-branches/ubuntu/maverick/gnome-keyring/maverick-proposed

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-03-02 17:00:10 UTC
  • mto: (2.2.1 sid)
  • mto: This revision was merged to the branch mainline in revision 71.
  • Revision ID: james.westby@ubuntu.com-20090302170010-1bakcvrq713wq2q0
Tags: upstream-2.25.92
ImportĀ upstreamĀ versionĀ 2.25.92

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
=== gnome-keyring 2.25.92 ===
 
2
 
 
3
2009-03-02  Stef Walter  <stef@memberwebs.com>
 
4
 
 
5
        * NEWS: Release version 2.25.92
 
6
 
 
7
2009-02-28  Stef Walter  <stef@memberwebs.com>
 
8
 
 
9
        * daemon/gkr-daemon.c: Don't allow multiple callers to overlap 
 
10
        completing the daemon initialization. This led to assertions and 
 
11
        a crash on startup.
 
12
 
 
13
2009-02-28  Stef Walter  <stef@memberwebs.com>
 
14
 
 
15
        * daemon/keyrings/gkr-keyrings.c: Load keyrings if they've never been 
 
16
        loaded when looking for a keyring.
 
17
 
 
18
         * daemon/pkcs11/gkr-pkcs11-auth-ep.c:
 
19
         * daemon/pkcs11/gkr-pkcs11-auth.c:
 
20
         * daemon/pkcs11/gkr-pkcs11-auth.h:
 
21
         * pkcs11/pkcs11i.h:
 
22
         * pkcs11/ssh-store/gck-ssh-openssh.c:
 
23
         * pkcs11/ssh-store/gck-ssh-openssh.h:
 
24
         * pkcs11/ssh-store/gck-ssh-private-key.c:
 
25
         * pkcs11/user-store/gck-user-storage.c: Add compatibility support for 
 
26
        loading SSH key unlock passwords from previous versions of gnome-keyring.
 
27
 
 
28
2009-02-28  Stef Walter  <stef@memberwebs.com>
 
29
 
 
30
        * egg/egg-secure-memory.c: Fix compiler warnings on 32-bit.
 
31
        
 
32
        * daemon/pk/*: Remove remaining old unused files.
 
33
 
 
34
2009-02-26  Stef Walter  <stef@memberwebs.com>
 
35
 
 
36
        * gcr/gcr-importer.c: Add quick hack to initialize tokens before
 
37
        importing into them. More functionality along this line will
 
38
        be needed in future versions.
 
39
        
 
40
        * pkcs11/gck/gck-module.c:
 
41
        * pkcs11/gck/gck-module.h:
 
42
        * pkcs11/user-store/gck-user-module.c: Make different virtual functions
 
43
        for the logout of SO and user. 
 
44
        
 
45
        * daemon/pkcs11/gkr-pkcs11-auth-ep.c: Prompt for new password when C_InitPIN
 
46
        is called on a token.
 
47
        
 
48
        * pkcs11/gck/gck-module.c: Implement C_InitPIN for the cases when no PIN 
 
49
        exists yet. 
 
50
        
 
51
        * pkcs11/gck/gck-data-file.c: Remove erroneous assertion.
 
52
        
 
53
        * daemon/pkcs11/gkr-pkcs11-auth.c: Fix double free.
 
54
        
 
55
        * gcr/gcr-importer.c: Fix problem with looking up pin initialized flag 
 
56
        in the wrong structure.
 
57
        
 
58
        * pkcs11/user-store/gck-user-storage.c: Fix problems not writing out 
 
59
        user store file when making modifications, but overwriting storage
 
60
        file with zero byte file.
 
61
        
 
62
        * pkcs11/gck/gck-data-file.c:
 
63
        * pkcs11/user-store/gck-user-storage.c: Fix problems loading private
 
64
        objects prematurely from the user store without first logging in.
 
65
        
 
66
        * pkcs11/user-store/gck-user-private-key.c:
 
67
        * pkcs11/user-store/gck-user-storage.c: Track logins properly when 
 
68
        unlocking private objects.
 
69
        
 
70
        * gck/gck-import-dialog.c: Some changes to the import dialog.
 
71
        
 
72
2009-02-25  Stef Walter  <stef@memberwebs.com>
 
73
 
 
74
        * pkcs11/gck/gck-module.c:
 
75
        * pkcs11/gck/gck-module.h:
 
76
        * pkcs11/gck/gck-session.c:
 
77
        * pkcs11/gck/gck-session.h:
 
78
        * pkcs11/pkcs11i.h:
 
79
        * pkcs11/user-store/gck-user-module.c: Add support for basic SO logins.
 
80
 
 
81
2009-02-25  Stef Walter  <stef@memberwebs.com>
 
82
 
 
83
        * daemon/pkcs11/gkr-pkcs11-auth-ep.c: Don't automatically initialize
 
84
        tokens without user pin. This leads to erroneous prompts at unexpected
 
85
        times.
 
86
        
 
87
        * gp11/gp11-module.c: When enumerating objects in a module, skip 
 
88
        tokens that fail from not being initialized.
 
89
        
 
90
        * pkcs11/roots-store/gck-roots-certificate.c: Fix problem with destruction
 
91
        of roots certificate. dispose erroneously called base class finalize.
 
92
        
 
93
2009-02-25  Stef Walter  <stef@memberwebs.com>
 
94
 
 
95
        * pkcs11/gck/gck-data-file.c:
 
96
        * pkcs11/gck/gck-data-file.h:
 
97
        * pkcs11/gck/tests/.gitignore:
 
98
        * pkcs11/gck/tests/Makefile.am:
 
99
        * pkcs11/gck/tests/dump-data-file.c: (added)
 
100
        Implement a testing tool to dump gck data files such as the user 
 
101
        key store.
 
102
 
 
103
2009-02-24  Stef Walter  <stef@memberwebs.com>
 
104
 
 
105
        * tool/gkr-tool-import.c: Exit when an error occurs on import.
 
106
        
 
107
2009-02-24  Stef Walter  <stef@memberwebs.com>
 
108
 
 
109
        * pkcs11/pkcs11i.h:
 
110
        * pkcs11/user-store/gck-user-storage.c: Hash objects when storing them
 
111
        in user-store and validate the hashes when loading them.
 
112
 
 
113
2009-02-24  Stef Walter  <stef@memberwebs.com>
 
114
 
 
115
        * pkcs11/pkcs11g.h: Remove old unused definitions.
 
116
        
 
117
        * pkcs11/pkcs11g.h: 
 
118
        * pkcs11/pkcs11i.h: (added) 
 
119
        * pkcs11/Makefile.am:
 
120
        * pkcs11/gck/gck-module.c: 
 
121
        * pkcs11/plex-layer/gck-plex-layer.c: 
 
122
        * pkcs11/rpc-layer/gck-rpc-dispatch.c: Move internal definitions a non 
 
123
        public header file.
 
124
        
 
125
2009-02-19  Jeff Cai <jeff.cai@sun.com>
 
126
 
 
127
        * egg/egg-secure-memory.c:
 
128
        Use union instead of struct.
 
129
        Fixes bug #571951
 
130
 
 
131
2009-02-18  Stef Walter  <stef@memberwebs.com>
 
132
 
 
133
        * pam/gkr-pam-module.c: If login keyring doesn't exist when 
 
134
        changing the password, don't create it. Fixes bug #572282
 
135
        Patch by Vincent Untz
 
136
 
 
137
2009-02-14  Stef Walter  <stef@memberwebs.com>
 
138
 
 
139
        * daemon/gkr-daemon.c: Close stdin/stdout when not running
 
140
        in foreground. Fixes bug #571781
 
141
        
 
142
2009-02-14  Stef Walter  <stef@memberwebs.com>
 
143
 
 
144
        * configure.in: Bump version number.
 
145
 
1
146
=== gnome-keyring 2.25.91 ===
2
147
 
3
148
2009-02-14  Stef Walter  <stef@memberwebs.com>