summaryrefslogtreecommitdiff
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* Add support for unencrypted keyrings when the user specifies a blankStefan Walter2007-12-191-18/+52
* 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
* Cleanup and organize tests to be with the components that they test.Stefan Walter2007-11-293-1/+22
* Add and update license stubs in headers properly.Stefan Walter2007-11-283-1/+45
* 570 - 887Stefan Walter2007-11-283-29/+57
* Fix memory leaksStefan Walter2007-08-101-1/+1
* Fix crash when gnome-keyring-ask gives an invalid response back to theStefan Walter2007-08-061-3/+11
* Fix possible crash in ask tool from dereferencing a NULL error. Fixes bugStefan Walter2007-08-061-5/+5
* Don't use err () because of Solaris. Fixes bug #462114Stefan Walter2007-07-311-7/+21
* Build fixes when building with/without HAL/PAMStefan Walter2007-07-301-5/+3
* Fix compiler warningsStefan Walter2007-07-271-1/+1
* Grab the keyboard properly when prompting for a password. Fixes bugStefan Walter2007-07-271-0/+55
* Add indications in the UI when a keyring is on a removable drive. AddStefan Walter2007-07-266-129/+598
* Add support for automatically unlocking other keyrings when their passwordStefan Walter2007-07-233-29/+68
* Added misssing license headersStefan Walter2007-07-143-0/+67
* Move to a cooperative threading model for the daemon, this simplifies aStefan Walter2007-07-144-143/+93
* Fix inited flag so it we don't try to reinitialize when performingStefan Walter2007-06-281-2/+2
* Properly unlock keyrings when finding, and display item names by lookingStefan Walter2007-06-282-5/+144
* Use gnome_keyring_free_password() to zero out passwords even when notStefan Walter2007-06-251-4/+4
* Use registered cleanup callbacks instead of a myriad of special functionsStefan Walter2007-06-252-15/+32
* gnome-keyring-daemon and libgnome-keyring now use non-pageable secureStefan Walter2007-06-152-37/+90
* Use GkrBuffer instead of GString which will facilitate swapping out to aStefan Walter2007-06-151-11/+7
* Use GkrBuffer instead of GString which will facilitate swapping out to aStefan Walter2007-06-151-7/+10
* Mark all locations that need to use non-pageable secure memory. See bugStefan Walter2007-06-151-0/+14
* Initialize GError properly.Stefan Walter2007-06-141-1/+1
* Use my real nameStefan Walter2007-05-291-2/+2
* Add missing file from recent commit.Stefan Walter2007-05-191-0/+1
* ui/gkr-ask-request.h Fix the ugliness that is the password prompt dialog.Stefan Walter2007-05-182-57/+65
* 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-182-25/+46
* Lousy earlier commit (602) committed some of these changes accidentally.Stefan Walter2007-05-184-0/+291
* Don't crash on null attributes.Stefan Walter2007-05-182-0/+970