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