index
:
~teuf/gnome-keyring
leaks
master
session-idle
teuf's gnome-keyring playground
teuf
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
daemon
Age
Commit message (
Expand
)
Author
Files
Lines
2009-02-02
Fix more size problems when using constants with varargs. Fixes bug
Stefan Walter
6
-10
/
+10
2009-01-30
Install autostart desktop files in /etc/xdg/autostart Fixes bug #568754
Stefan Walter
1
-1
/
+1
2009-01-30
Don't assert when trying to lock a keyring without a password. Fixes bug
Stefan Walter
2
-4
/
+66
2009-01-30
Fix invalid checks for EINTR and EAGAIN while reading and writing. Fixes
Stefan Walter
3
-5
/
+5
2009-01-22
Fix compiler warnings
Stefan Walter
2
-3
/
+2
2009-01-22
Removed lots of unused code resulting from refactoring.
Stefan Walter
22
-2848
/
+36
2009-01-22
Added ability to clear cached authentication for an object. In addition
Stefan Walter
3
-74
/
+598
2009-01-21
Complete importer in gcr library. Make 'gnome-keyring import' use the new
Stefan Walter
4
-2933
/
+12
2009-01-17
Consolidate truly common functionality into 'egg' library. Many more files
Stefan Walter
37
-405
/
+405
2009-01-17
Build and warning fixes.
Stefan Walter
1
-1
/
+0
2009-01-17
Add functions for accessing the 'master' login password.
Stefan Walter
8
-30
/
+249
2009-01-10
Fix corner cases and error code problems highlighted by the p11-tests
Stefan Walter
1
-4
/
+4
2009-01-10
Add plex-layer and integrate 'roots-store' component into the PKCS#11
Stefan Walter
2
-6
/
+21
2009-01-09
Make it easier to pick and choose between commonly used code bits in
Stefan Walter
13
-2584
/
+6
2009-01-08
Don't try to keep authenticating when bad password on protected auth path
Stefan Walter
14
-1211
/
+1940
2009-01-05
Release 2.25.4
Stefan Walter
1
-1
/
+1
2009-01-04
Another missing file from last commit :(
Stefan Walter
1
-2
/
+2
2009-01-04
Remove files from last commit.
Stefan Walter
3
-1921
/
+0
2009-01-04
Move old PKCS#11 code out of the way (but still functiontal)
Stefan Walter
4
-2
/
+1923
2009-01-04
Make .desktop file translatable. Fixes bug #566280.
Gabor Kelemen
2
-5
/
+8
2009-01-03
Allow starting one operation on top of another by cancelling the first.
Stefan Walter
1
-13
/
+25
2008-12-18
Patch by Yanko Kaneti. On daemon initialisation move the dbus setup after
Stefan Walter
1
-2
/
+2
2008-12-12
Fix most of the inconsistencies and bugs highlighted by the p11-tests
Stefan Walter
7
-22
/
+65
2008-12-12
Only allocate secure memory for secret key MPIs.
Stefan Walter
3
-15
/
+38
2008-12-11
Rework initialization of the daemon so that most initialization can happen
Stefan Walter
4
-165
/
+217
2008-12-11
Add accelerator to 'Deny' button in dialog. Patch by Gabor Kelemen. Fixes
Stefan Walter
1
-1
/
+1
2008-11-14
Register and unregister with the session properly using correct interfaces
Stefan Walter
1
-50
/
+188
2008-11-11
Better warnings and debug messages in certain corner cases.
Stefan Walter
1
-0
/
+12
2008-11-09
Add --start option to daemon which allows initialization of a running
Stefan Walter
6
-32
/
+311
2008-11-05
Make DBUS a required dependency of gnome-keyring.
Stefan Walter
4
-11
/
+0
2008-09-15
Fix for keyboard ungrabbing when minimizing the password prompt window,
Stefan Walter
1
-5
/
+9
2008-09-11
Make all glib/gtk error messages go to syslog from the ask tool. Also try
Stefan Walter
2
-11
/
+79
2008-09-10
When prompting for a password on import, don't go into an endless loop for
Stefan Walter
1
-0
/
+1
2008-09-10
Fix bugs when cloning a keyring item to be part of another keyring. This
Stefan Walter
1
-2
/
+2
2008-09-09
Don't add additional extensions on storage files when the extension is
Stefan Walter
1
-1
/
+10
2008-09-09
Cover corner cases when an indexed object is copy between indexes using
Stefan Walter
5
-2
/
+42
2008-09-07
Import the LANG environment variable properly into daemon environment.
Stefan Walter
1
-1
/
+3
2008-09-01
Use the keyring item display_name to store PK object labels in.
Stefan Walter
7
-12
/
+133
2008-09-01
Support extracting of RSA signature even when no pad function is specified
Stefan Walter
1
-3
/
+13
2008-09-01
Don't try to rename in indexes if digest remains the same on an object.
Stefan Walter
1
-0
/
+6
2008-08-31
Use proper text for button when prompting to change password. Fixes bug
Stefan Walter
3
-5
/
+14
2008-08-28
Fix bug where we always return CKR_FUNCTION_CANCELLED.
Stefan Walter
1
-1
/
+1
2008-08-17
Use better text for button in keyring create password prompt. Patch by
Stefan Walter
2
-1
/
+8
2008-08-11
Only load properly imported keys in main object storage. Remove keys
Stefan Walter
3
-67
/
+82
2008-08-10
Add objects to storage list after storing them.
Stefan Walter
2
-0
/
+2
2008-08-10
Automatically create non-existing directories when we're trying to store a
Stefan Walter
2
-39
/
+20
2008-08-10
Fix problem prompting for the same password twice when parsing a PKCS#12
Stefan Walter
1
-20
/
+18
2008-08-10
Fix problems where the parser is used interactively, and continues to
Stefan Walter
11
-54
/
+127
2008-08-07
Fix problem with unititialized variable in prompting for password. Fixes
Stefan Walter
1
-2
/
+2
2008-08-07
Fix problem with result comparison. Related to #544554
Stefan Walter
1
-1
/
+1
[next]