platform/upstream/libsecret.git
12 years agoComplete the gsecret_item_xxx() functions
Stef Walter [Mon, 16 Jan 2012 14:08:46 +0000 (15:08 +0100)]
Complete the gsecret_item_xxx() functions

12 years agoComplete the gsecret_password_xxx() API.
Stef Walter [Mon, 16 Jan 2012 14:08:29 +0000 (15:08 +0100)]
Complete the gsecret_password_xxx() API.

12 years agoPrompting and item deletion
Stef Walter [Wed, 11 Jan 2012 06:44:32 +0000 (07:44 +0100)]
Prompting and item deletion

12 years agoHide glib deprecation warnings in generated code
Stef Walter [Wed, 11 Jan 2012 18:56:30 +0000 (19:56 +0100)]
Hide glib deprecation warnings in generated code

12 years agoSome build fixes
Stef Walter [Sat, 19 Nov 2011 07:08:12 +0000 (08:08 +0100)]
Some build fixes

12 years agoFix problem when compiling without valgrind
Stef Walter [Sat, 19 Nov 2011 07:04:28 +0000 (08:04 +0100)]
Fix problem when compiling without valgrind

12 years agoImplement gsecret_service_get_secrets_for_paths() and friends
Stef Walter [Sat, 12 Nov 2011 07:08:12 +0000 (08:08 +0100)]
Implement gsecret_service_get_secrets_for_paths() and friends

 * Lots of testing, fine tuning and other bits too.

12 years agoAdd more coverage testing for search paths
Stef Walter [Sun, 6 Nov 2011 21:46:30 +0000 (22:46 +0100)]
Add more coverage testing for search paths

12 years agoRemove built file
Stef Walter [Sun, 6 Nov 2011 21:46:07 +0000 (22:46 +0100)]
Remove built file

12 years agoValgrind integration, refactor build process
Stef Walter [Sun, 6 Nov 2011 12:41:21 +0000 (13:41 +0100)]
Valgrind integration, refactor build process

 * Cleanup secure memory allocator for valgrind.
 * Bring valgrind headers in.
 * Add lots of suppressions for glib, gdbus, gcrypt
 * Fix up a bunch of bugs where things weren't getting freed
 * Add new 'make check-memory' target

12 years agoFix for deprecations in glib 2.31.0
Stef Walter [Sun, 6 Nov 2011 12:38:19 +0000 (13:38 +0100)]
Fix for deprecations in glib 2.31.0

12 years agoAdd test for async negotiation of encrypted session
Stef Walter [Sun, 6 Nov 2011 08:00:06 +0000 (09:00 +0100)]
Add test for async negotiation of encrypted session

12 years agoSet the session correctly on the service
Stef Walter [Sun, 6 Nov 2011 07:59:48 +0000 (08:59 +0100)]
Set the session correctly on the service

12 years agoAdd test for GSecretService singleton, and make it work
Stef Walter [Sun, 6 Nov 2011 07:59:20 +0000 (08:59 +0100)]
Add test for GSecretService singleton, and make it work

12 years agoSimple test for gsecret_service_search_paths()
Stef Walter [Sat, 5 Nov 2011 20:50:01 +0000 (21:50 +0100)]
Simple test for gsecret_service_search_paths()

12 years agoImplement the Service.SearchPath() method
Stef Walter [Sat, 5 Nov 2011 19:59:00 +0000 (20:59 +0100)]
Implement the Service.SearchPath() method

13 years agoTesting of gsecret_service_ensure and friends
Stef Walter [Sun, 25 Sep 2011 20:59:43 +0000 (22:59 +0200)]
Testing of gsecret_service_ensure and friends

13 years agoAdd --enable-debug and --enable-coverage, egg tests etc
Stef Walter [Sun, 25 Sep 2011 19:13:00 +0000 (21:13 +0200)]
Add --enable-debug and --enable-coverage, egg tests etc

13 years agoComplete Service instantiation, add mock service, and initial test
Stef Walter [Sun, 25 Sep 2011 16:39:03 +0000 (18:39 +0200)]
Complete Service instantiation, add mock service, and initial test

 * Not yet tested, but compiles

13 years agoBeginnings of a mock python secret service
Stef Walter [Sun, 25 Sep 2011 10:58:08 +0000 (12:58 +0200)]
Beginnings of a mock python secret service

13 years agoAdd dependency on libgcrypt
Stef Walter [Sun, 25 Sep 2011 08:03:48 +0000 (10:03 +0200)]
Add dependency on libgcrypt

 * This can be disabled using --disable-libgcrypt, which then disables
   encryption of secrets in transit to the secret service

13 years agoMore Implementation of GSecretService session related code.
Stef Walter [Sun, 25 Sep 2011 06:22:36 +0000 (08:22 +0200)]
More Implementation of GSecretService session related code.

13 years agoInitial module setup. Implement GSecretData
Stef Walter [Sun, 12 Jun 2011 20:55:02 +0000 (22:55 +0200)]
Initial module setup. Implement GSecretData