summaryrefslogtreecommitdiff
path: root/keyrings
Commit message (Expand)AuthorAgeFilesLines
* Fix build issues on Mac OS X See bug #535859. Patch by John RallsStefan Walter2008-06-291-0/+1
* Release version 2.21.91GNOME_KEYRING_2_21_91Stefan Walter2008-02-111-0/+2
* Fix more compile problems due to glib changing signature of g_realloc.Stefan Walter2008-01-311-1/+1
* Fix problem where most keyrings were being treated as insecure from theStefan Walter2008-01-231-1/+1
* Merged revisions 924 - 1006 from gnome-2-20 branchStefan Walter2008-01-141-6/+5
* Fix compiler warning. Fixes bug #506128Stefan Walter2008-01-041-1/+2
* Add support for unencrypted keyrings when the user specifies a blankStefan Walter2007-12-1913-677/+1490
* Release gnome-keyring 2.21.3.2 with more build fixes so it builds inGNOME_KEYRING_2_21_3_2Stefan Walter2007-12-051-0/+1
* Release gnome-keyring 2.21.3GNOME_KEYRING_2_21_3Stefan Walter2007-12-011-1/+9
* Refresh keyrings before trying to create a login keyring, so we don'tStefan Walter2007-12-011-0/+6
* Cleanup and organize tests to be with the components that they test.Stefan Walter2007-11-293-0/+263
* Prompt for main login when a PKCS#11 client tries to log in.Stefan Walter2007-11-294-166/+315
* Fix dumb errors loading keyrings.Stefan Walter2007-11-291-3/+3
* Allow excluding files from location watchStefan Walter2007-11-281-1/+1
* Move cryptoki stuff into pkcs11/ directory and rename the namespaceStefan Walter2007-11-282-0/+72
* Add and update license stubs in headers properly.Stefan Walter2007-11-282-0/+45
* 570 - 887Stefan Walter2007-11-287-330/+270
* Don't remove keyrings on exit which clears the 'default' file. Just freeStefan Walter2007-10-041-1/+2
* Don't read from /dev/random when not needed. This makes startup faster inStefan Walter2007-08-191-3/+5
* Fix memory leaksStefan Walter2007-08-102-5/+9
* Always default to a proper volume when none is selected or returned by askStefan Walter2007-08-071-0/+9
* pam/gkr-pam-export.map Only export the functions from shared librariesStefan Walter2007-07-313-42/+115
* Add indications in the UI when a keyring is on a removable drive. AddStefan Walter2007-07-263-8/+26
* Added support for using keyrings on removable drives Fixes bug #454390Stefan Walter2007-07-264-196/+294
* Add support for automatically unlocking other keyrings when their passwordStefan Walter2007-07-236-8/+114
* The first keyring automatically becomes the default. This helps theStefan Walter2007-07-221-0/+7
* Remove identical functions in gkr-buffer.c and gnome-keyring-proto.cStefan Walter2007-07-211-24/+24
* configure.in Added basic PAM support. Unlock default keyring on login ifStefan Walter2007-07-212-0/+48
* Fix inited flag so it we don't try to reinitialize when performingStefan Walter2007-06-281-1/+1
* Properly unlock keyrings when finding, and display item names by lookingStefan Walter2007-06-282-0/+46
* Use gnome_keyring_free_password() to zero out passwords even when notStefan Walter2007-06-252-5/+5
* Use registered cleanup callbacks instead of a myriad of special functionsStefan Walter2007-06-252-29/+54
* Automatic unit testing on distcheck, modified daemon so it behavesStefan Walter2007-06-221-10/+15
* gnome-keyring-daemon and libgnome-keyring now use non-pageable secureStefan Walter2007-06-152-39/+55
* Use GkrBuffer instead of GString which will facilitate swapping out to aStefan Walter2007-06-151-38/+28
* Use GkrBuffer instead of GString which will facilitate swapping out to aStefan Walter2007-06-151-47/+62
* Mark all locations that need to use non-pageable secure memory. See bugStefan Walter2007-06-152-3/+21
* Use my real nameStefan Walter2007-05-296-12/+12
* Don't crash on null attributes.Stefan Walter2007-05-185-1/+470
* Use GObject for internal objects like keyrings and items.Stefan Walter2007-05-175-0/+1361