Commit Graph

15 Commits

Author SHA1 Message Date
Stef Walter
79aab9d941 Add secret_service_read_alias() and secret_service_set_alias()
* Wrappers for Secret Service ReadAlias() and SetAlias() methods
   in various permutations.
2012-06-23 14:47:13 +02:00
Stef Walter
8417d8c98b Fine tune how schemas work
* Handled entirely on the client side.
 * Schema names are stored in an xdg:schema attribute
 * Add option to turn of matching on schema names. So that we can
   lookup items stored by libgnome-keyring and others
 * Change schema 'identifier' to 'name'
 * Fix up tests
2012-03-18 21:58:02 +01:00
Stef Walter
3a6cfa697f Update the mock service to more closely mirror real secret service 2012-02-03 20:44:46 +01:00
Stef Walter
d797ef2ba3 Testing item stuff, and fixing bugs 2012-02-03 20:44:45 +01:00
Stef Walter
dea9a3a043 Test creating items and collections 2012-02-03 20:44:45 +01:00
Stef Walter
1a86e7152d Test storing passwords and fix bugs 2012-02-03 20:44:45 +01:00
Stef Walter
4c80765ef8 More testing, and more bug fixes 2012-02-03 20:44:44 +01:00
Stef Walter
f44aae6efa Tests for GSecretItem and GSecretValue
* And fix bugs found in the process
2012-02-03 20:44:37 +01:00
Stef Walter
116447c59e Split out starting/stopping mock service into library
* Later this will be introspectable so we can start it from
   python or javascript based tests
2012-01-23 09:36:36 +01:00
Stef Walter
f2e275f25e Prompting and item deletion 2012-01-13 14:45:55 +01:00
Stef Walter
17fade3173 Implement gsecret_service_get_secrets_for_paths() and friends
* Lots of testing, fine tuning and other bits too.
2011-11-12 08:08:12 +01:00
Stef Walter
09a9d856d2 Add more coverage testing for search paths 2011-11-06 22:46:30 +01:00
Stef Walter
7ac228b62f Simple test for gsecret_service_search_paths() 2011-11-05 21:50:01 +01:00
Stef Walter
6b4d7b6484 Testing of gsecret_service_ensure and friends 2011-09-25 22:59:43 +02:00
Stef Walter
41e7cb387e Complete Service instantiation, add mock service, and initial test
* Not yet tested, but compiles
2011-09-25 18:39:03 +02:00