summaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2008-01-29Fix message. Add missing word.Stefan Walter1-1/+1
2007-12-19Add support for unencrypted keyrings when the user specifies a blankStefan Walter1-18/+52
2007-12-05Release gnome-keyring 2.21.3.2 with more build fixes so it builds inStefan Walter1-0/+1
2007-11-29Cleanup and organize tests to be with the components that they test.Stefan Walter3-1/+22
2007-11-28Add and update license stubs in headers properly.Stefan Walter3-1/+45
2007-11-28570 - 887Stefan Walter3-29/+57
2007-08-10Fix memory leaksStefan Walter1-1/+1
2007-08-06Fix crash when gnome-keyring-ask gives an invalid response back to theStefan Walter1-3/+11
2007-08-06Fix possible crash in ask tool from dereferencing a NULL error. Fixes bugStefan Walter1-5/+5
2007-07-31Don't use err () because of Solaris. Fixes bug #462114Stefan Walter1-7/+21
2007-07-30Build fixes when building with/without HAL/PAMStefan Walter1-5/+3
2007-07-27Fix compiler warningsStefan Walter1-1/+1
2007-07-27Grab the keyboard properly when prompting for a password. Fixes bugStefan Walter1-0/+55
2007-07-26Add indications in the UI when a keyring is on a removable drive. AddStefan Walter6-129/+598
2007-07-23Add support for automatically unlocking other keyrings when their passwordStefan Walter3-29/+68
2007-07-14Added misssing license headersStefan Walter3-0/+67
2007-07-14Move to a cooperative threading model for the daemon, this simplifies aStefan Walter4-143/+93
2007-06-28Fix inited flag so it we don't try to reinitialize when performingStefan Walter1-2/+2
2007-06-28Properly unlock keyrings when finding, and display item names by lookingStefan Walter2-5/+144
2007-06-25Use gnome_keyring_free_password() to zero out passwords even when notStefan Walter1-4/+4
2007-06-25Use registered cleanup callbacks instead of a myriad of special functionsStefan Walter2-15/+32
2007-06-15gnome-keyring-daemon and libgnome-keyring now use non-pageable secureStefan Walter2-37/+90
2007-06-15Use GkrBuffer instead of GString which will facilitate swapping out to aStefan Walter1-11/+7
2007-06-15Use GkrBuffer instead of GString which will facilitate swapping out to aStefan Walter1-7/+10
2007-06-15Mark all locations that need to use non-pageable secure memory. See bugStefan Walter1-0/+14
2007-06-14Initialize GError properly.Stefan Walter1-1/+1
2007-05-29Use my real nameStefan Walter1-2/+2
2007-05-19Add missing file from recent commit.Stefan Walter1-0/+1
2007-05-18ui/gkr-ask-request.h Fix the ugliness that is the password prompt dialog.Stefan Walter2-57/+65
2007-05-18Fix problem killing client when in an ask request.Stefan Walter1-1/+2
2007-05-18Fix inconsistencies, such as using the default keyring when NULL keyringStefan Walter2-25/+46
2007-05-18Lousy earlier commit (602) committed some of these changes accidentally.Stefan Walter4-0/+291
2007-05-18Don't crash on null attributes.Stefan Walter2-0/+970