Commit Graph

14 Commits

Author SHA1 Message Date
Stef Walter
c6c6afa2cc Rework how the initialization work for various proxy objects
* Fix bugs and tests
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
31d8f1508e Complete most of implementation, thread safety
Not tested or run yet
2012-01-20 17:53:02 +01:00
Stef Walter
72dc330a04 Complete the gsecret_password_xxx() API. 2012-01-16 15:08:29 +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
a05725fd18 Set the session correctly on the service 2011-11-06 08:59:48 +01:00
Stef Walter
76ae17b24f Add test for GSecretService singleton, and make it work 2011-11-06 08:59:20 +01:00
Stef Walter
7ac228b62f Simple test for gsecret_service_search_paths() 2011-11-05 21:50:01 +01:00
Stef Walter
737e3a1ca3 Implement the Service.SearchPath() method 2011-11-05 20:59:00 +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
Stef Walter
ef85c4ff45 Add dependency on libgcrypt
* This can be disabled using --disable-libgcrypt, which then disables
   encryption of secrets in transit to the secret service
2011-09-25 10:03:48 +02:00
Stef Walter
b1b54f525d More Implementation of GSecretService session related code. 2011-09-25 08:22:36 +02:00