summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix problems compiling with gcc 4.3Stefan Walter2008-09-142-6/+18
* Run right files Stefan Walter2008-08-281-2/+2
* Move to glib based testing for new stuffStefan Walter2008-07-146-180/+158
* Only use CKR_GENERAL_ERROR when it's really quite dire.Stefan Walter2008-07-144-0/+393
* Move all daemon code and sub-modules into daemon/ directory.Stefan Walter2008-07-092-0/+8
* Release version 2.21.91GNOME_KEYRING_2_21_91Stefan Walter2008-02-111-0/+1
* Add missing files from previous commit.Stefan Walter2007-12-204-0/+92
* Access indexes on an object basis and flush the object caches whenStefan Walter2007-12-2021-179/+198
* Fix tests so they run properly when automatically run.Stefan Walter2007-12-012-3/+14
* Fix bugs in tests and regression bugs exposedStefan Walter2007-11-291-1/+0
* Missing from the previous commit:Stefan Walter2007-11-293-4/+5
* Cleanup and organize tests to be with the components that they test.Stefan Walter2007-11-2926-3255/+284
* Use correct path for connection to daemon in tests when the daemon isStefan Walter2007-11-291-1/+1
* Allow excluding files from location watchStefan Walter2007-11-281-1/+1
* 570 - 887Stefan Walter2007-11-2817-60/+944
* Change password API to use schemas, which both define reduce typing andStefan Walter2007-11-241-20/+28
* Add new simpler password storage APIs.Stefan Walter2007-11-231-1/+136
* svn path=/trunk/; revision=844Stefan Walter2007-10-041-1/+2
* Add a NO_MATCH result code and return it when 'find' has zero results. WeStefan Walter2007-10-041-4/+3
* Fix wrong test with regards to location children.Stefan Walter2007-07-311-1/+0
* Released version 2.19.6Stefan Walter2007-07-271-3/+0
* Choose dummy mount names less likely to interfere with real mounts.Stefan Walter2007-07-271-2/+2
* Add indications in the UI when a keyring is on a removable drive. AddStefan Walter2007-07-261-2/+4
* Added support for using keyrings on removable drives Fixes bug #454390Stefan Walter2007-07-264-9/+111
* Add support for automatically unlocking other keyrings when their passwordStefan Walter2007-07-233-9/+133
* configure.in Added basic PAM support. Unlock default keyring on login ifStefan Walter2007-07-213-2/+242
* Fix up unit testsStefan Walter2007-07-148-89/+140
* Added misssing license headersStefan Walter2007-07-142-0/+44
* Move to a cooperative threading model for the daemon, this simplifies aStefan Walter2007-07-144-11/+26
* Fix problem where keyrings are not prompted to be unlocked when accessingStefan Walter2007-07-111-0/+21
* Properly unlock keyrings when finding, and display item names by lookingStefan Walter2007-06-281-1/+40
* Fix accidentally removed test function.Stefan Walter2007-06-271-0/+5
* Added support for async version ofStefan Walter2007-06-276-48/+174
* library/gnome-keyring.hStefan Walter2007-06-271-0/+29
* Allow passing NULL as a password from gnome_keyring_unlock(). Fixes bugStefan Walter2007-06-272-0/+24
* Don't start gnome-keyring-daemon in tests if the GNOME_KEYRING_TEST_PATHStefan Walter2007-06-271-4/+20
* Properly handle unix signals. Quit main loop gracefully.Stefan Walter2007-06-254-5/+390
* Use registered cleanup callbacks instead of a myriad of special functionsStefan Walter2007-06-252-1/+170
* Don't crash during testing by allocating too much memory.Stefan Walter2007-06-251-3/+0
* Automatic unit testing on distcheck, modified daemon so it behavesStefan Walter2007-06-228-38/+180
* Fix building problems with tests. Fixes bug #448643Stefan Walter2007-06-181-1/+5
* gnome-keyring-daemon and libgnome-keyring now use non-pageable secureStefan Walter2007-06-156-35/+200
* Build basic implementation for non-pageable memory. See bug #419981Stefan Walter2007-06-143-1/+144
* daemon/gnome-keyring-daemon-io.cStefan Walter2007-06-141-0/+19
* Use my real nameStefan Walter2007-05-292-4/+4
* Pass make distcheck Add myself as an author Update info files aboutStefan Walter2007-05-181-3/+5
* Complete basic unit tests, including prompting testsStefan Walter2007-05-184-26/+421
* Consolidate our testing and use proper make files.Stefan Walter2007-05-186-44/+860
* Basics of unit testingStefan Walter2007-05-1810-0/+1646