libsecret/libsecret
Robert Ancell f59f2b6a82 Makefile.am: Compile vala unstable tests with SECRET_WITH_UNSTABLE=1.
Without this the generated C code compiles without the correct header (warnings
are disabled so this is not obvious). This was causing the test to crash on
Ubuntu (exact cause not diagnosed).

https://bugzilla.gnome.org/show_bug.cgi?id=767002
2016-05-30 09:41:20 +02:00
..
mock mock: Remove unused code 2016-02-14 17:55:09 +01:00
libsecret-unstable.pc.in Split the pkg-config files, gir, and vapi into stable/unstable 2012-07-13 11:14:34 +02:00
libsecret.pc.in Install headers to libsecret-1 instead of secret-1 2012-07-13 13:24:34 +02:00
Makefile.am Makefile.am: Compile vala unstable tests with SECRET_WITH_UNSTABLE=1. 2016-05-30 09:41:20 +02:00
mock-service-delete.py Makefile.am: Use a single Makefile.am and parallel tests 2014-03-04 12:57:19 +01:00
mock-service-empty.py Makefile.am: Use a single Makefile.am and parallel tests 2014-03-04 12:57:19 +01:00
mock-service-lock.py Makefile.am: Use a single Makefile.am and parallel tests 2014-03-04 12:57:19 +01:00
mock-service-normal.py Makefile.am: Use a single Makefile.am and parallel tests 2014-03-04 12:57:19 +01:00
mock-service-only-plain.py Makefile.am: Use a single Makefile.am and parallel tests 2014-03-04 12:57:19 +01:00
mock-service-prompt.py Makefile.am: Use a single Makefile.am and parallel tests 2014-03-04 12:57:19 +01:00
mock-service.c mock: Port to Python 3 2016-02-14 17:55:09 +01:00
mock-service.h libsecret: Fix up the tests for recent regressions 2015-04-14 10:48:19 +02:00
org.freedesktop.Secrets.xml Rename the library subdirectory to libsecret 2012-07-13 10:40:25 +02:00
Secret-1.metadata Remove unstable vapi 2014-01-04 11:17:18 +01:00
secret-attributes.c libsecret: Fix uninitialized access in _secret_attributes_validate() 2014-03-05 12:59:48 +01:00
secret-attributes.h Split the pkg-config files, gir, and vapi into stable/unstable 2012-07-13 11:14:34 +02:00
secret-collection.c collection: Fix on_create_path() leak 2015-10-19 12:09:50 +02:00
secret-collection.h collection: Have gobject-introspection and glib-mkenums recognize flags 2013-06-21 15:11:14 +02:00
secret-enum-types.c.template Add license headers to enum template files 2014-12-04 22:50:26 +01:00
secret-enum-types.h.template Add license headers to enum template files 2014-12-04 22:50:26 +01:00
secret-item.c Fix typos 2016-03-08 13:32:07 +01:00
secret-item.h Split the pkg-config files, gir, and vapi into stable/unstable 2012-07-13 11:14:34 +02:00
secret-methods.c Mark most of unstable API as stable 2013-12-11 10:57:22 +01:00
secret-password.c Fix 'attributes' typo in API doc 2015-10-19 12:09:50 +02:00
secret-password.h Rename secret_password_remove() to secret_password_clear() 2012-07-14 08:20:32 +02:00
secret-paths.c Free CollectionClosure::collection_path when it's freed 2015-10-19 12:09:50 +02:00
secret-paths.h libsecret: Add secret_service_encode_dbus_secret() and opposite 2014-03-04 14:15:27 +01:00
secret-private.h Don't print messages when creating default collection 2012-11-14 11:11:23 +01:00
secret-prompt.c prompt: Don't leak 'owner_name' in secret_prompt_perform() 2015-10-19 12:09:50 +02:00
secret-prompt.h secret-prompt: Use string window ids 2013-12-11 10:57:22 +01:00
secret-schema.c Fix typos 2016-03-08 13:32:07 +01:00
secret-schema.h Split the pkg-config files, gir, and vapi into stable/unstable 2012-07-13 11:14:34 +02:00
secret-schemas.c Do not quote NULL sentinel 2013-03-14 06:52:42 +01:00
secret-schemas.h Split the pkg-config files, gir, and vapi into stable/unstable 2012-07-13 11:14:34 +02:00
secret-service.c Fix typos 2015-11-13 14:35:52 -08:00
secret-service.h Pass return_type to prompt async begin functions, rather than finish 2013-06-21 15:11:14 +02:00
secret-session.c Rework how we strip remote DBus errors 2012-11-14 11:11:23 +01:00
secret-types.h Split the pkg-config files, gir, and vapi into stable/unstable 2012-07-13 11:14:34 +02:00
secret-util.c secret-sync: Fix SecretSync leak 2015-10-19 12:09:50 +02:00
secret-value.c Mark most of unstable API as stable 2013-12-11 10:57:22 +01:00
secret-value.h Add secret_value_get_text() function to return NULL terminated secret 2013-06-21 15:11:14 +02:00
secret.h Mark most of unstable API as stable 2013-12-11 10:57:22 +01:00
test-attributes.c Makefile.am: Use a single Makefile.am and parallel tests 2014-03-04 12:57:19 +01:00
test-collection.c test-collection: Fix string leaks 2015-10-19 12:09:50 +02:00
test-item.c test-item: Fix string leaks 2015-10-19 12:09:50 +02:00
test-js-clear.js Makefile.am: Use a single Makefile.am and parallel tests 2014-03-04 12:57:19 +01:00
test-js-lookup.js Makefile.am: Use a single Makefile.am and parallel tests 2014-03-04 12:57:19 +01:00
test-js-store.js Makefile.am: Use a single Makefile.am and parallel tests 2014-03-04 12:57:19 +01:00
test-methods.c Makefile.am: Use a single Makefile.am and parallel tests 2014-03-04 12:57:19 +01:00
test-password.c Makefile.am: Use a single Makefile.am and parallel tests 2014-03-04 12:57:19 +01:00
test-paths.c libsecret: Add secret_service_encode_dbus_secret() and opposite 2014-03-04 14:15:27 +01:00
test-prompt.c test-prompt: Fix GError leak 2015-10-19 12:09:50 +02:00
test-py-clear.py libsecret: Get rid of PyGI warnings about unspecified versions 2016-04-07 10:08:54 +02:00
test-py-lookup.py libsecret: Get rid of PyGI warnings about unspecified versions 2016-04-07 10:08:54 +02:00
test-py-store.py libsecret: Get rid of PyGI warnings about unspecified versions 2016-04-07 10:08:54 +02:00
test-service.c libsecret: Fix up the tests for recent regressions 2015-04-14 10:48:19 +02:00
test-session.c Makefile.am: Use a single Makefile.am and parallel tests 2014-03-04 12:57:19 +01:00
test-vala-lang.vala Makefile.am: Use a single Makefile.am and parallel tests 2014-03-04 12:57:19 +01:00
test-vala-unstable.vala Makefile.am: Use a single Makefile.am and parallel tests 2014-03-04 12:57:19 +01:00
test-value.c Makefile.am: Use a single Makefile.am and parallel tests 2014-03-04 12:57:19 +01:00