summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2007-12-20Add missing files from previous commit.Stefan Walter4-0/+92
2007-12-20Access indexes on an object basis and flush the object caches whenStefan Walter21-179/+198
2007-12-01Fix tests so they run properly when automatically run.Stefan Walter2-3/+14
2007-11-29Fix bugs in tests and regression bugs exposedStefan Walter1-1/+0
2007-11-29Missing from the previous commit:Stefan Walter3-4/+5
2007-11-29Cleanup and organize tests to be with the components that they test.Stefan Walter26-3255/+284
2007-11-29Use correct path for connection to daemon in tests when the daemon isStefan Walter1-1/+1
2007-11-28Allow excluding files from location watchStefan Walter1-1/+1
2007-11-28570 - 887Stefan Walter17-60/+944
2007-11-24Change password API to use schemas, which both define reduce typing andStefan Walter1-20/+28
2007-11-23Add new simpler password storage APIs.Stefan Walter1-1/+136
2007-10-04svn path=/trunk/; revision=844Stefan Walter1-1/+2
2007-10-04Add a NO_MATCH result code and return it when 'find' has zero results. WeStefan Walter1-4/+3
2007-07-31Fix wrong test with regards to location children.Stefan Walter1-1/+0
2007-07-27Released version 2.19.6Stefan Walter1-3/+0
2007-07-27Choose dummy mount names less likely to interfere with real mounts.Stefan Walter1-2/+2
2007-07-26Add indications in the UI when a keyring is on a removable drive. AddStefan Walter1-2/+4
2007-07-26Added support for using keyrings on removable drives Fixes bug #454390Stefan Walter4-9/+111
2007-07-23Add support for automatically unlocking other keyrings when their passwordStefan Walter3-9/+133
2007-07-21configure.in Added basic PAM support. Unlock default keyring on login ifStefan Walter3-2/+242
2007-07-14Fix up unit testsStefan Walter8-89/+140
2007-07-14Added misssing license headersStefan Walter2-0/+44
2007-07-14Move to a cooperative threading model for the daemon, this simplifies aStefan Walter4-11/+26
2007-07-11Fix problem where keyrings are not prompted to be unlocked when accessingStefan Walter1-0/+21
2007-06-28Properly unlock keyrings when finding, and display item names by lookingStefan Walter1-1/+40
2007-06-27Fix accidentally removed test function.Stefan Walter1-0/+5
2007-06-27Added support for async version ofStefan Walter6-48/+174
2007-06-27library/gnome-keyring.hStefan Walter1-0/+29
2007-06-27Allow passing NULL as a password from gnome_keyring_unlock(). Fixes bugStefan Walter2-0/+24
2007-06-27Don't start gnome-keyring-daemon in tests if the GNOME_KEYRING_TEST_PATHStefan Walter1-4/+20
2007-06-25Properly handle unix signals. Quit main loop gracefully.Stefan Walter4-5/+390
2007-06-25Use registered cleanup callbacks instead of a myriad of special functionsStefan Walter2-1/+170
2007-06-25Don't crash during testing by allocating too much memory.Stefan Walter1-3/+0
2007-06-22Automatic unit testing on distcheck, modified daemon so it behavesStefan Walter8-38/+180
2007-06-18Fix building problems with tests. Fixes bug #448643Stefan Walter1-1/+5
2007-06-15gnome-keyring-daemon and libgnome-keyring now use non-pageable secureStefan Walter6-35/+200
2007-06-14Build basic implementation for non-pageable memory. See bug #419981Stefan Walter3-1/+144
2007-06-14daemon/gnome-keyring-daemon-io.cStefan Walter1-0/+19
2007-05-29Use my real nameStefan Walter2-4/+4
2007-05-18Pass make distcheck Add myself as an author Update info files aboutStefan Walter1-3/+5
2007-05-18Complete basic unit tests, including prompting testsStefan Walter4-26/+421
2007-05-18Consolidate our testing and use proper make files.Stefan Walter6-44/+860
2007-05-18Basics of unit testingStefan Walter10-0/+1646