summaryrefslogtreecommitdiff
path: root/daemon
Commit message (Expand)AuthorAgeFilesLines
* Added gconf configuration of which components are run at startup. FixesStefan Walter2008-01-051-7/+66
* svn path=/trunk/; revision=980Stefan Walter2007-12-211-2/+2
* Add support for unencrypted keyrings when the user specifies a blankStefan Walter2007-12-191-1/+1
* Release version 2.21.4GNOME_KEYRING_2_21_4Stefan Walter2007-12-171-0/+4
* Only install system DBus service file if DBus is in use. Patch from TomStefan Walter2007-12-071-1/+2
* Automatically activate keyring daemon via DBus if it is not alreadyStefan Walter2007-12-062-0/+11
* Prompt for main login when a PKCS#11 client tries to log in.Stefan Walter2007-11-292-24/+10
* Integrate PKCS#11 daemon code into the main daemon.Stefan Walter2007-11-282-37/+95
* 570 - 887Stefan Walter2007-11-288-449/+174
* Merge revisions from gnome-2-20 branch. 860 - 878Stefan Walter2007-11-261-0/+3
* Make PAM module work withe SELinux by passing the login password to theStefan Walter2007-11-241-8/+96
* Add a NO_MATCH result code and return it when 'find' has zero results. WeStefan Walter2007-10-041-2/+6
* Add newly created keyrings to our list of loaded keyrings. Patch by DarrenStefan Walter2007-09-231-0/+3
* Put in comments for translators, suggested by Claude ParozStefan Walter2007-09-011-0/+8
* Fix memory leaksStefan Walter2007-08-101-1/+6
* pam/gkr-pam-export.map Only export the functions from shared librariesStefan Walter2007-07-316-256/+149
* Fix uninitialized variable in op_get_item_info(). Fixes bug #461342Stefan Walter2007-07-301-1/+1
* Add indications in the UI when a keyring is on a removable drive. AddStefan Walter2007-07-261-5/+9
* Added support for using keyrings on removable drives Fixes bug #454390Stefan Walter2007-07-263-391/+26
* Close standard file descriptors properly when not running in theStefan Walter2007-07-251-2/+2
* Don't try to launch DBus if the environment variable doesn't exist.Stefan Walter2007-07-251-6/+12
* Fix typo.Stefan Walter2007-07-231-1/+1
* Add support for automatically unlocking other keyrings when their passwordStefan Walter2007-07-232-82/+132
* Now uses the 'login' keyring instead of the default. Added support forStefan Walter2007-07-221-50/+0
* Make the 'input password' argument even more scary. It's an interimStefan Walter2007-07-211-1/+1
* Don't call glib functions in forked processes. Wait on child properly.Stefan Walter2007-07-211-8/+6
* Remove identical functions in gkr-buffer.c and gnome-keyring-proto.cStefan Walter2007-07-212-57/+57
* configure.in Added basic PAM support. Unlock default keyring on login ifStefan Walter2007-07-213-57/+74
* reviewed by: Olav Vitters <ovitters@gnome.org>Wouter Bolsterlee2007-07-161-0/+1
* Move to a cooperative threading model for the daemon, this simplifies aStefan Walter2007-07-144-1264/+663
* Fix problem where keyrings are not prompted to be unlocked when accessingStefan Walter2007-07-111-132/+96
* Add basic API reference documentationStefan Walter2007-06-301-7/+11
* Properly unlock keyrings when finding, and display item names by lookingStefan Walter2007-06-281-146/+170
* Display appropriate message when using default keyring. Fixes bug #451703Jürg Billeter2007-06-271-12/+12
* Allow passing NULL as a password from gnome_keyring_unlock(). Fixes bugStefan Walter2007-06-271-26/+73
* Use gnome_keyring_free_password() to zero out passwords even when notStefan Walter2007-06-251-13/+13
* Properly handle unix signals. Quit main loop gracefully.Stefan Walter2007-06-251-11/+11
* Use registered cleanup callbacks instead of a myriad of special functionsStefan Walter2007-06-253-23/+30
* Automatic unit testing on distcheck, modified daemon so it behavesStefan Walter2007-06-222-12/+38
* Sends logs to syslog when not running in the foreground.Stefan Walter2007-06-171-1/+64
* Seperate keyring operations into a different C file.Stefan Walter2007-06-173-2259/+2303
* gnome-keyring-daemon and libgnome-keyring now use non-pageable secureStefan Walter2007-06-153-35/+47
* Use GkrBuffer instead of GString which will facilitate swapping out to aStefan Walter2007-06-151-32/+23
* Use GkrBuffer instead of GString which will facilitate swapping out to aStefan Walter2007-06-154-71/+88
* daemon/gnome-keyring-daemon-io.cStefan Walter2007-06-143-169/+126
* Use my real nameStefan Walter2007-05-291-2/+2
* Fix problem killing client when in an ask request.Stefan Walter2007-05-181-1/+2
* Fix inconsistencies, such as using the default keyring when NULL keyringStefan Walter2007-05-181-107/+56
* Don't crash on null attributes.Stefan Walter2007-05-186-2280/+755
* Use GObject for internal objects like keyrings and items.Stefan Walter2007-05-175-1117/+240