summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2009-05-10Move gkr_location stuff into daemon component.Stef Walter10-2213/+0
2009-05-10Move gkr_async code into daemon componentStef Walter5-1025/+3
2009-05-10Move gkr_cleanup code into egg component.Stef Walter6-294/+2
2009-05-10Cleanup gkr_unix_signal and move to egg componentStef Walter5-385/+2
2009-05-10Cleanup extra gkr_wakeup functionalityStef Walter5-162/+93
2009-02-08Move the general dbus code into our egg folder.Stefan Walter3-4/+6
2009-02-08Move gkr-daemon-util code from common into daemon since that's where it's used.Stefan Walter5-1090/+0
2009-02-07Remove more unused code.Stefan Walter7-1052/+0
2009-02-07Ignore built files in git.Stefan Walter2-0/+8
2009-01-22Removed lots of unused code resulting from refactoring.Stefan Walter4-901/+0
2009-01-17Consolidate truly common functionality into 'egg' library. Many more filesStefan Walter10-2082/+28
2009-01-09Make it easier to pick and choose between commonly used code bits inStefan Walter1-9/+8
2009-01-03Allow starting one operation on top of another by cancelling the first.Stefan Walter1-0/+4
2008-12-18Added initial implementation of generic PKCS#11 RPC module.Stefan Walter1-1/+8
2008-12-11Rework initialization of the daemon so that most initialization can happenStefan Walter3-7/+19
2008-12-11Fix crash when empty error message. Patch by Jeff Cai. Fixes bug #562521Stefan Walter1-2/+2
2008-11-11Better warnings and debug messages in certain corner cases.Stefan Walter2-2/+6
2008-11-09Add --start option to daemon which allows initialization of a runningStefan Walter2-0/+14
2008-11-05Make DBUS a required dependency of gnome-keyring.Stefan Walter2-8/+0
2008-11-04Remove usage of deprecated glib stuff.Stefan Walter1-1/+1
2008-10-18Fix crash on logout on Solaris. Fixes bug #556368. Patch by Jeff CaiStefan Walter1-1/+1
2008-09-03Build fix for strange gcc warning.Stefan Walter1-1/+3
2008-09-03Some tweaking of the asynchronous task scheduling.Stefan Walter2-26/+21
2008-08-28Fix build problems with string formats.Stefan Walter1-2/+2
2008-08-14Fix build issue on Mac OS X. Patch by John RallsStefan Walter1-0/+2
2008-08-10Automatically create non-existing directories when we're trying to store aStefan Walter1-2/+15
2008-07-30Fix erroneous warning on shutdown.Stefan Walter1-1/+1
2008-07-24Don't prompt for the same prompt twice while servicing the same clientStefan Walter4-4/+275
2008-07-21Fix crash in libhal_ctx_shutdown. Fixes bug #544007Stefan Walter1-3/+10
2008-07-07Null terminate hex encodings properlyStefan Walter4-3/+94
2008-07-02Better checks, and buffer handling. Bugs found by Jon Burgress.Stefan Walter1-5/+5
2008-07-02Fix problem with gnome_keyring_is_available() producing spurious warningsStefan Walter1-0/+4
2008-06-30Make gkr_async_usleep() sleep for the proper amount of time. Patch by JonStefan Walter1-1/+1
2008-06-29Fix build issues. See bug #540397. Patch by margaliStefan Walter1-3/+3
2008-05-26Fix compiler warnings. Fixes bug #534328Stefan Walter1-2/+2
2008-05-26Another compiler fix.Stefan Walter1-1/+1
2008-05-18Add socket credential support for OpenBSD. Patch by Antoine Jacoutot.Stefan Walter1-0/+11
2008-05-18Add additional header for building on NetBSD. Patch by Matthias Drochner.Stefan Walter1-0/+1
2008-05-18Fix use of undefined variable on certain OS's. Patch by Brian Cameron.Stefan Walter1-2/+2
2008-05-18Fix crash when HAL location volume is not registered for some reason.Stefan Walter1-1/+3
2008-04-17Don't show 'Location' in password prompt for objects in the user's homeStefan Walter1-1/+1
2008-03-18Reconnect to system bus whenever the system bus restarts. Patch by SjoerdStefan Walter1-27/+119
2008-03-17Move RSA padding functionality into a more accessible location.Stefan Walter4-38/+342
2008-02-15Try NULL passwords in addition to empty passwords when parsing encryptedStefan Walter2-34/+45
2008-02-15Use the word 'digest' instead of 'unique' to make it clearer what is goingStefan Walter1-2/+2
2008-02-14Add API to sync up environment between session manager and the daemon.Stefan Walter4-14/+103
2008-02-11Release version 2.21.91Stefan Walter1-1/+0
2008-02-10Change name of gkrunique to gkridStefan Walter7-118/+118
2008-02-07Add checking that PKCS#11 socket connections come from the appropriateStefan Walter3-5/+232
2008-01-15Fix race condition that is causing a deadlock in bug #502603.Stefan Walter1-2/+14