Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: libsecret-devel | Distribution: SUSE Linux Framework One |
Version: 0.20.5 | Vendor: SUSE LLC <https://www.suse.com/> |
Release: slfo.1.1.7 | Build date: Wed Aug 21 17:49:05 2024 |
Group: Unspecified | Build host: s390zl33 |
Size: 4835722 | Source RPM: libsecret-0.20.5-slfo.1.1.7.src.rpm |
Packager: https://www.suse.com/ | |
Url: https://wiki.gnome.org/Projects/Libsecret | |
Summary: Development files for the Secret Service API library |
libsecret is a library for storing and retrieving passwords and other secrets. It communicates with the "Secret Service" using DBus.
LGPL-2.1-or-later
* Tue Feb 22 2022 bjorn.lie@gmail.com - Update to version 0.20.5: + Drop autotools-based build + Use G_GNUC_NULL_TERMINATED where appropriate + collection, methods, prompt: Port to GTask + Detect local storage in snaps in the same way as flatpaks + Add bash-completion for secret-tool + secret-tool: Add locking capabilities to secret tool + secret-file-backend: Avoid closing the same file descriptor twice + Add support for TPM2 based secret storage + Create default collection after DBus.Error.UnknownObject + Port documentation to gi-docgen + GI annotation and documentation fixes + Build fixes + Updated translations. - Replace gtk-doc with pkgconfig(gi-docgen) BuildRequires following upstreams port. - Drop patch fixed upstream: libsecret-handle-UnknownObject.patch * Wed Sep 22 2021 alynx.zhou@suse.com - Add libsecret-handle-UnknownObject.patch: some Secret Service API backend implementations (like keepassxc) throws UnknownObject instead of UnknownMethod, this patch handles it. (bsc#1190499, glgo#GNOME/libsecret!94) * Thu Sep 16 2021 sbrabec@suse.com - Remove obsolete translation-update-upstream support (jsc#SLE-21105). * Sat Oct 10 2020 bjorn.lie@gmail.com - Update to version 0.20.4: + Secret-file-collection: Make MAC comparison constant time. + Initialize libgcrypt for SecretFileCollection. + meson: - Add tests for GIR-based languages. - Add option introspection. + man: Add a bugtracker section to the manpage. + Updated translations. * Wed Apr 29 2020 mgorse@suse.com - Enable FIPS patch on leap (jsc#SLE-11882). * Wed Apr 15 2020 bjorn.lie@gmail.com - Update to version 0.20.3: + secret-file-backend: Fix use-after-free in flatpak. + docs: Add man subdir only if manpage is enabled. * Wed Mar 11 2020 bjorn.lie@gmail.com - Update to version 0.20.2: + secret-file-collection: force little-endian in GVariant. + Prefer g_info() over g_message(). + meson: Don't specify shared_library(). + docs: Make sure to set install: true. - Rename sub-package libsecret-tools to secret-tool: Align with the actual binary provided and remove a rpmlint warning. Add Provides and Obsoletes to ease upgrades for our end-users. - Drop Group tag from spec. * Tue Jan 28 2020 bjorn.lie@gmail.com - Update to version 0.20.1: + Build fixes. * Sat Jan 25 2020 dimstar@opensuse.org - No longer recommend -lang: supplements are in use * Mon Jan 13 2020 bjorn.lie@gmail.com - Update to version 0.20.0: + secret-backend: - New interface to represent password storage backend. - Add local-storage backend. + item: Port to GTask. + Build fixes. + Updated translations. * Sat Sep 07 2019 luke@ljones.dev - Update to version 0.19.1: + service: Fix secret_service_ensure_session_finish error propagation. - Changes from version 0.19.0: + secret-password: Add necessary functions to migrate from D-Bus based API. + egg: Request that secure memory not be dumped to disk. + Add version macros. + Add missing GType to flags in .gir. + paths: Port from GSimpleAsyncResult to GTask. + build: Bump meson_version to 0.50. + Build and test fixes. * Sat Mar 02 2019 bjorn.lie@gmail.com - Update to version 0.18.8: + Add support for g_autoptr() to our types. + Remove deprecated g_type_class_add_private(). + Bump GLib dependency (2.44+). + Add meson build support. + Fix vapi generation. + Build fixes. + Updated translations. * Sat Dec 29 2018 bjorn.lie@gmail.com - Update to version 0.18.7: + Migrate from intltool to gettext. + Fix uninitialized memory returned by secret_item_get_schema_name(). + secret-session: Avoid double-free in service_encode_plain_secret(). + Port tap script to Python 3. + Build and test fixes. + Updated translations. - Drop intltool BuildRequires: No longer needed following upstreams port to gettext. * Thu Mar 29 2018 luc14n0@linuxmail.org - Update to version 0.18.6: + Fix shared key derivation between libsecret and gnome-keyring (bgo#778357). + Avoid run-time error when gnome-keyring is not responding (bgo#787391). + Enable cross compilation (bgo#748111). + GI annotation fixes (bgo#785034). + Fix textual typos (bgo#782206). + Updated translations. - Drop libsecret-secret-size.patch: fixed upstream. * Sat Mar 10 2018 jengelh@inai.de - SRPM group fix. Update summaries. - Remove duplicate commands. Limit fdupes to /usr. * Wed Feb 28 2018 dimstar@opensuse.org - Modernize spec-file by calling spec-cleaner * Mon Jul 17 2017 dimstar@opensuse.org - Add libsecret-secret-size.patch: Ensure that generated secret occupies the same number of bytes as prime. Eliminates random errors while libsecret tries to talk to gnome-keyring (bgo#778357, bsc#1043861). * Fri Mar 25 2016 zaitor@opensuse.org - Update to version 0.18.5: + Build fixes. + Port tests to Python 3 (bgo#761834). + Fix textual typos (bgo#763143). + Updated translations. * Tue Jan 19 2016 zaitor@opensuse.org - Update to version 0.18.4: + Multithreading fixes (bgo#756766). + Fix memory leaks (bgo#756766). + Updated translations. * Thu Nov 26 2015 hpj@suse.com - Add libsecret-bsc932232-use-libgcrypt-allocators.patch (bsc#932232). * Tue Aug 04 2015 zaitor@opensuse.org - Update to version 0.18.3: + Documentation fixes. + Updated translations. * Wed Apr 22 2015 dimstar@opensuse.org - Update to version 0.18.2: + Testing fixes. + Documentation typo (bgo#747654). + Build fixes (bgo#743444). + Accomodate libgcrypt 1.6+. + Updated translations. - Changes from version 0.18.1: + Testing fix (bgo#726909). * Fri Mar 07 2014 dimstar@opensuse.org - Update to version 0.18: + Mark most of unstable API as stable. + Bump Glib dependency (2.38+). + Add secret_service_encode_dbus_secret() and decode functions. + Use TAP for testing, parallel tests, and non-recursive make. + Updated FSF's address. + Remove unstable vapi (bgo#721429). + Build fixes: bgo#720087, bgo#720244, bgo#707452. + Updated translations. - Drop typelib-1_0-SecretUnstable-0 subpackage: no more unstable APIs (incl. dependency to this package from the -devel package). * Mon Aug 26 2013 dimstar@opensuse.org - Update to version 0.16: + Clarify documentation for secret_service_clear_xxx() (bgo#705629). + Pass return_type to prompt async begin functions, rather than finish. + Simpler way to use custom service/collection/item types. + service: Rename secret_service_new() and friends to xxx_open(). + Add secret_value_get_text() function to return NULL terminated secret. + Fix return types in secret_service_search_finish() on error paths (bgo#698040). + Testing fixes (bgo#705202). + Build fixes (bgo#704233). + Updated translations. * Mon Mar 18 2013 dimstar@opensuse.org - Update to version 0.15: + Tweak predefined schemas (bgo#695791). + Updated translations. * Mon Mar 04 2013 dimstar@opensuse.org - Update to version 0.14: + Add a 'search' command to the tool for looking up items (bgo#693881). + Try to unlock locked collection when storing an item (bgo#693723). + Improve validation of the attributes table (bgo#694107). + Allow empty SecretValue contents (bgo#694787). + Introspection fixes (bgo#694448). + Updated translations. * Mon Feb 04 2013 dimstar@opensuse.org - Update to version 0.13: + Build fixes. + Updated translations. * Thu Nov 22 2012 dimstar@opensuse.org - Update to version 0.12: + When storing a secret, create default keyring if necessary. + Share the memory pool with the gcr or libgnome-keyring library. + Testing and other fixes. + Build fixes. * Tue Oct 16 2012 dimstar@opensuse.org - Update to version 0.11: + Better critical preconditions for invalid attributes. * Wed Sep 19 2012 dimstar@opensuse.org - Update to version 0.10: + Updated translations. * Sat Sep 15 2012 dimstar@opensuse.org - Change vala BuildRequires to a versioned BuildRequires: no reason to waste build power if vala is not recent enough. * Mon Aug 20 2012 dimstar@opensuse.org - Update to version 0.9: + Add a manual page for secret-tool. + Fix up libsecret licensing. + Build and testing fixes. - Add docbook-xsl-stylesheets and xsltproc BuildRequires in order to be able to build the man pages. * Mon Aug 06 2012 dimstar@opensuse.org - Update to version 0.8: + Fix up libsecret licensing (bgo#681255). + Initialize gettext correctly. + Fix crash in secret-tool. + Build and testing fixes. * Tue Jul 17 2012 dimstar@opensuse.org - Update to version 0.7: + Match schema names for notes and network passwords + Add flags argument to secret_collection_for_alias() + Correct flags behavior for SecretCollection + Build fixes - Changes from version 0.6: + Rename secret_password_remove() to secret_password_clear() and similar names for related functions. + The secret_attribute_build() functions are stable + The predefined secret schemas are stable + Build fixes - Changes from version 0.5: + secret_service_remove() removes all unlocked matching items + Make sure that we have some attributes when searching + Add flags for item and collection creation + Add way to get schema name from a SecretItem + Rename secret_service_read_alias() to secret_collection_for_alias() + Split the stable and unstable APIs into separate pkg-config files, girs and vapis + Bump the library major version number to 1 + Document how to migrate from libgnome-keyring + Document how to use libsecret from C, js, python, vala + Documentation fixes - Changes from version 0.4: + Implement per collection search + Register secret service errors as GDBus errors + Cache default SecretService object, and provide a way to 'disconnect' it. Also 'disconnect' if service goes away. + Better use of aliases when storing passwords + Rename functions that operate on a dbus object path + Accept NULL as a SecretService parameter for many methods + Make loading items for a collection optional + More consistent use of schemas + Able to unlock and load secrets while searching for items + Cache the secret value on SecretItem + Add vala bindings and tests + Remove most varargs other than the simple password functions + Add SECRET_SCHEMA_NOTE schema + Lots of bug fixes + Documentation fixes + Testing fixes + Build fixes - Add vala BuildRequires: required to build the new bindings. * Wed Jun 27 2012 dimstar@opensuse.org - Update to version 0.3: + Add methods to get services from collections, items + Add methods to read and set aliases + Add methods which handle prompts for a DBus object path + Header path fix + Documentation fixes * Tue Apr 17 2012 vuntz@opensuse.org - Update to version 0.2: + Fix header copyright issues + Add missing 'authtype' attribute to the 'network' schema + Add secret-schemas.h to the 'stable' API + Build fixes * Mon Apr 02 2012 vuntz@opensuse.org - New package with 0.1 as initial version.
/usr/include/libsecret-1 /usr/include/libsecret-1/libsecret /usr/include/libsecret-1/libsecret/secret-attributes.h /usr/include/libsecret-1/libsecret/secret-backend.h /usr/include/libsecret-1/libsecret/secret-collection.h /usr/include/libsecret-1/libsecret/secret-enum-types.h /usr/include/libsecret-1/libsecret/secret-item.h /usr/include/libsecret-1/libsecret/secret-password.h /usr/include/libsecret-1/libsecret/secret-paths.h /usr/include/libsecret-1/libsecret/secret-prompt.h /usr/include/libsecret-1/libsecret/secret-retrievable.h /usr/include/libsecret-1/libsecret/secret-schema.h /usr/include/libsecret-1/libsecret/secret-schemas.h /usr/include/libsecret-1/libsecret/secret-service.h /usr/include/libsecret-1/libsecret/secret-types.h /usr/include/libsecret-1/libsecret/secret-value.h /usr/include/libsecret-1/libsecret/secret-version.h /usr/include/libsecret-1/libsecret/secret.h /usr/lib64/libsecret-1.so /usr/lib64/pkgconfig/libsecret-1.pc /usr/lib64/pkgconfig/libsecret-unstable.pc /usr/share/doc/libsecret-1 /usr/share/doc/libsecret-1/RedHatDisplay-Black.woff /usr/share/doc/libsecret-1/RedHatDisplay-Black.woff2 /usr/share/doc/libsecret-1/RedHatDisplay-BlackItalic.woff /usr/share/doc/libsecret-1/RedHatDisplay-BlackItalic.woff2 /usr/share/doc/libsecret-1/RedHatDisplay-Bold.woff /usr/share/doc/libsecret-1/RedHatDisplay-Bold.woff2 /usr/share/doc/libsecret-1/RedHatDisplay-BoldItalic.woff /usr/share/doc/libsecret-1/RedHatDisplay-BoldItalic.woff2 /usr/share/doc/libsecret-1/RedHatDisplay-Italic.woff /usr/share/doc/libsecret-1/RedHatDisplay-Italic.woff2 /usr/share/doc/libsecret-1/RedHatDisplay-Medium.woff /usr/share/doc/libsecret-1/RedHatDisplay-Medium.woff2 /usr/share/doc/libsecret-1/RedHatDisplay-MediumItalic.woff /usr/share/doc/libsecret-1/RedHatDisplay-MediumItalic.woff2 /usr/share/doc/libsecret-1/RedHatDisplay-Regular.woff /usr/share/doc/libsecret-1/RedHatDisplay-Regular.woff2 /usr/share/doc/libsecret-1/RedHatText-Bold.woff /usr/share/doc/libsecret-1/RedHatText-Bold.woff2 /usr/share/doc/libsecret-1/RedHatText-BoldItalic.woff /usr/share/doc/libsecret-1/RedHatText-BoldItalic.woff2 /usr/share/doc/libsecret-1/RedHatText-Italic.woff /usr/share/doc/libsecret-1/RedHatText-Italic.woff2 /usr/share/doc/libsecret-1/RedHatText-Medium.woff /usr/share/doc/libsecret-1/RedHatText-Medium.woff2 /usr/share/doc/libsecret-1/RedHatText-MediumItalic.woff /usr/share/doc/libsecret-1/RedHatText-MediumItalic.woff2 /usr/share/doc/libsecret-1/RedHatText-Regular.woff /usr/share/doc/libsecret-1/RedHatText-Regular.woff2 /usr/share/doc/libsecret-1/SourceCodePro-It.ttf.woff /usr/share/doc/libsecret-1/SourceCodePro-Regular.ttf.woff /usr/share/doc/libsecret-1/SourceCodePro-Semibold.ttf.woff /usr/share/doc/libsecret-1/class.Collection.html /usr/share/doc/libsecret-1/class.Item.html /usr/share/doc/libsecret-1/class.Prompt.html /usr/share/doc/libsecret-1/class.Service.html /usr/share/doc/libsecret-1/classes_hierarchy.html /usr/share/doc/libsecret-1/const.BACKEND_EXTENSION_POINT_NAME.html /usr/share/doc/libsecret-1/const.COLLECTION_DEFAULT.html /usr/share/doc/libsecret-1/const.COLLECTION_SESSION.html /usr/share/doc/libsecret-1/const.MAJOR_VERSION.html /usr/share/doc/libsecret-1/const.MICRO_VERSION.html /usr/share/doc/libsecret-1/const.MINOR_VERSION.html /usr/share/doc/libsecret-1/ctor.Collection.new_for_dbus_path_finish.html /usr/share/doc/libsecret-1/ctor.Collection.new_for_dbus_path_sync.html /usr/share/doc/libsecret-1/ctor.Item.new_for_dbus_path_finish.html /usr/share/doc/libsecret-1/ctor.Item.new_for_dbus_path_sync.html /usr/share/doc/libsecret-1/ctor.Schema.new.html /usr/share/doc/libsecret-1/ctor.Schema.newv.html /usr/share/doc/libsecret-1/ctor.Value.new.html /usr/share/doc/libsecret-1/ctor.Value.new_full.html /usr/share/doc/libsecret-1/enum.BackendFlags.html /usr/share/doc/libsecret-1/enum.Error.html /usr/share/doc/libsecret-1/enum.SchemaAttributeType.html /usr/share/doc/libsecret-1/enum.SchemaType.html /usr/share/doc/libsecret-1/flags.CollectionCreateFlags.html /usr/share/doc/libsecret-1/flags.CollectionFlags.html /usr/share/doc/libsecret-1/flags.ItemCreateFlags.html /usr/share/doc/libsecret-1/flags.ItemFlags.html /usr/share/doc/libsecret-1/flags.SchemaFlags.html /usr/share/doc/libsecret-1/flags.SearchFlags.html /usr/share/doc/libsecret-1/flags.ServiceFlags.html /usr/share/doc/libsecret-1/fonts.css /usr/share/doc/libsecret-1/func.CHECK_VERSION.html /usr/share/doc/libsecret-1/func.attributes_build.html /usr/share/doc/libsecret-1/func.attributes_buildv.html /usr/share/doc/libsecret-1/func.get_schema.html /usr/share/doc/libsecret-1/func.password_clear.html /usr/share/doc/libsecret-1/func.password_clear_finish.html /usr/share/doc/libsecret-1/func.password_clear_sync.html /usr/share/doc/libsecret-1/func.password_clearv.html /usr/share/doc/libsecret-1/func.password_clearv_sync.html /usr/share/doc/libsecret-1/func.password_free.html /usr/share/doc/libsecret-1/func.password_lookup.html /usr/share/doc/libsecret-1/func.password_lookup_binary_finish.html /usr/share/doc/libsecret-1/func.password_lookup_binary_sync.html /usr/share/doc/libsecret-1/func.password_lookup_finish.html /usr/share/doc/libsecret-1/func.password_lookup_nonpageable_finish.html /usr/share/doc/libsecret-1/func.password_lookup_nonpageable_sync.html /usr/share/doc/libsecret-1/func.password_lookup_sync.html /usr/share/doc/libsecret-1/func.password_lookupv.html /usr/share/doc/libsecret-1/func.password_lookupv_binary_sync.html /usr/share/doc/libsecret-1/func.password_lookupv_nonpageable_sync.html /usr/share/doc/libsecret-1/func.password_lookupv_sync.html /usr/share/doc/libsecret-1/func.password_search.html /usr/share/doc/libsecret-1/func.password_search_finish.html /usr/share/doc/libsecret-1/func.password_search_sync.html /usr/share/doc/libsecret-1/func.password_searchv.html /usr/share/doc/libsecret-1/func.password_searchv_sync.html /usr/share/doc/libsecret-1/func.password_store.html /usr/share/doc/libsecret-1/func.password_store_binary.html /usr/share/doc/libsecret-1/func.password_store_binary_sync.html /usr/share/doc/libsecret-1/func.password_store_finish.html /usr/share/doc/libsecret-1/func.password_store_sync.html /usr/share/doc/libsecret-1/func.password_storev.html /usr/share/doc/libsecret-1/func.password_storev_binary.html /usr/share/doc/libsecret-1/func.password_storev_binary_sync.html /usr/share/doc/libsecret-1/func.password_storev_sync.html /usr/share/doc/libsecret-1/func.password_wipe.html /usr/share/doc/libsecret-1/fzy.js /usr/share/doc/libsecret-1/go-up-symbolic.png /usr/share/doc/libsecret-1/iface.Backend.html /usr/share/doc/libsecret-1/iface.Retrievable.html /usr/share/doc/libsecret-1/index.html /usr/share/doc/libsecret-1/index.json /usr/share/doc/libsecret-1/libsecret-1.devhelp2 /usr/share/doc/libsecret-1/libsecret-c-examples.html /usr/share/doc/libsecret-1/libsecret-js-examples.html /usr/share/doc/libsecret-1/libsecret-python-examples.html /usr/share/doc/libsecret-1/libsecret-simple-api.html /usr/share/doc/libsecret-1/libsecret-tpm2.html /usr/share/doc/libsecret-1/libsecret-using.html /usr/share/doc/libsecret-1/libsecret-vala-examples.html /usr/share/doc/libsecret-1/main.js /usr/share/doc/libsecret-1/method.Collection.delete.html /usr/share/doc/libsecret-1/method.Collection.delete_finish.html /usr/share/doc/libsecret-1/method.Collection.delete_sync.html /usr/share/doc/libsecret-1/method.Collection.get_created.html /usr/share/doc/libsecret-1/method.Collection.get_flags.html /usr/share/doc/libsecret-1/method.Collection.get_items.html /usr/share/doc/libsecret-1/method.Collection.get_label.html /usr/share/doc/libsecret-1/method.Collection.get_locked.html /usr/share/doc/libsecret-1/method.Collection.get_modified.html /usr/share/doc/libsecret-1/method.Collection.get_service.html /usr/share/doc/libsecret-1/method.Collection.load_items.html /usr/share/doc/libsecret-1/method.Collection.load_items_finish.html /usr/share/doc/libsecret-1/method.Collection.load_items_sync.html /usr/share/doc/libsecret-1/method.Collection.refresh.html /usr/share/doc/libsecret-1/method.Collection.search.html /usr/share/doc/libsecret-1/method.Collection.search_finish.html /usr/share/doc/libsecret-1/method.Collection.search_for_dbus_paths.html /usr/share/doc/libsecret-1/method.Collection.search_for_dbus_paths_finish.html /usr/share/doc/libsecret-1/method.Collection.search_for_dbus_paths_sync.html /usr/share/doc/libsecret-1/method.Collection.search_sync.html /usr/share/doc/libsecret-1/method.Collection.set_label.html /usr/share/doc/libsecret-1/method.Collection.set_label_finish.html /usr/share/doc/libsecret-1/method.Collection.set_label_sync.html /usr/share/doc/libsecret-1/method.Item.delete.html /usr/share/doc/libsecret-1/method.Item.delete_finish.html /usr/share/doc/libsecret-1/method.Item.delete_sync.html /usr/share/doc/libsecret-1/method.Item.get_attributes.html /usr/share/doc/libsecret-1/method.Item.get_created.html /usr/share/doc/libsecret-1/method.Item.get_flags.html /usr/share/doc/libsecret-1/method.Item.get_label.html /usr/share/doc/libsecret-1/method.Item.get_locked.html /usr/share/doc/libsecret-1/method.Item.get_modified.html /usr/share/doc/libsecret-1/method.Item.get_schema_name.html /usr/share/doc/libsecret-1/method.Item.get_secret.html /usr/share/doc/libsecret-1/method.Item.get_service.html /usr/share/doc/libsecret-1/method.Item.load_secret.html /usr/share/doc/libsecret-1/method.Item.load_secret_finish.html /usr/share/doc/libsecret-1/method.Item.load_secret_sync.html /usr/share/doc/libsecret-1/method.Item.refresh.html /usr/share/doc/libsecret-1/method.Item.set_attributes.html /usr/share/doc/libsecret-1/method.Item.set_attributes_finish.html /usr/share/doc/libsecret-1/method.Item.set_attributes_sync.html /usr/share/doc/libsecret-1/method.Item.set_label.html /usr/share/doc/libsecret-1/method.Item.set_label_finish.html /usr/share/doc/libsecret-1/method.Item.set_label_sync.html /usr/share/doc/libsecret-1/method.Item.set_secret.html /usr/share/doc/libsecret-1/method.Item.set_secret_finish.html /usr/share/doc/libsecret-1/method.Item.set_secret_sync.html /usr/share/doc/libsecret-1/method.Prompt.perform.html /usr/share/doc/libsecret-1/method.Prompt.perform_finish.html /usr/share/doc/libsecret-1/method.Prompt.perform_sync.html /usr/share/doc/libsecret-1/method.Prompt.run.html /usr/share/doc/libsecret-1/method.Retrievable.get_attributes.html /usr/share/doc/libsecret-1/method.Retrievable.get_created.html /usr/share/doc/libsecret-1/method.Retrievable.get_label.html /usr/share/doc/libsecret-1/method.Retrievable.get_modified.html /usr/share/doc/libsecret-1/method.Retrievable.retrieve_secret.html /usr/share/doc/libsecret-1/method.Retrievable.retrieve_secret_finish.html /usr/share/doc/libsecret-1/method.Retrievable.retrieve_secret_sync.html /usr/share/doc/libsecret-1/method.Schema.ref.html /usr/share/doc/libsecret-1/method.Schema.unref.html /usr/share/doc/libsecret-1/method.Service.clear.html /usr/share/doc/libsecret-1/method.Service.clear_finish.html /usr/share/doc/libsecret-1/method.Service.clear_sync.html /usr/share/doc/libsecret-1/method.Service.create_collection_dbus_path.html /usr/share/doc/libsecret-1/method.Service.create_collection_dbus_path_finish.html /usr/share/doc/libsecret-1/method.Service.create_collection_dbus_path_sync.html /usr/share/doc/libsecret-1/method.Service.create_item_dbus_path.html /usr/share/doc/libsecret-1/method.Service.create_item_dbus_path_finish.html /usr/share/doc/libsecret-1/method.Service.create_item_dbus_path_sync.html /usr/share/doc/libsecret-1/method.Service.decode_dbus_secret.html /usr/share/doc/libsecret-1/method.Service.delete_item_dbus_path.html /usr/share/doc/libsecret-1/method.Service.delete_item_dbus_path_finish.html /usr/share/doc/libsecret-1/method.Service.delete_item_dbus_path_sync.html /usr/share/doc/libsecret-1/method.Service.encode_dbus_secret.html /usr/share/doc/libsecret-1/method.Service.ensure_session.html /usr/share/doc/libsecret-1/method.Service.ensure_session_finish.html /usr/share/doc/libsecret-1/method.Service.ensure_session_sync.html /usr/share/doc/libsecret-1/method.Service.get_collection_gtype.html /usr/share/doc/libsecret-1/method.Service.get_collections.html /usr/share/doc/libsecret-1/method.Service.get_flags.html /usr/share/doc/libsecret-1/method.Service.get_item_gtype.html /usr/share/doc/libsecret-1/method.Service.get_secret_for_dbus_path.html /usr/share/doc/libsecret-1/method.Service.get_secret_for_dbus_path_finish.html /usr/share/doc/libsecret-1/method.Service.get_secret_for_dbus_path_sync.html /usr/share/doc/libsecret-1/method.Service.get_secrets_for_dbus_paths.html /usr/share/doc/libsecret-1/method.Service.get_secrets_for_dbus_paths_finish.html /usr/share/doc/libsecret-1/method.Service.get_secrets_for_dbus_paths_sync.html /usr/share/doc/libsecret-1/method.Service.get_session_algorithms.html /usr/share/doc/libsecret-1/method.Service.get_session_dbus_path.html /usr/share/doc/libsecret-1/method.Service.load_collections.html /usr/share/doc/libsecret-1/method.Service.load_collections_finish.html /usr/share/doc/libsecret-1/method.Service.load_collections_sync.html /usr/share/doc/libsecret-1/method.Service.lock.html /usr/share/doc/libsecret-1/method.Service.lock_dbus_paths.html /usr/share/doc/libsecret-1/method.Service.lock_dbus_paths_finish.html /usr/share/doc/libsecret-1/method.Service.lock_dbus_paths_sync.html /usr/share/doc/libsecret-1/method.Service.lock_finish.html /usr/share/doc/libsecret-1/method.Service.lock_sync.html /usr/share/doc/libsecret-1/method.Service.lookup.html /usr/share/doc/libsecret-1/method.Service.lookup_finish.html /usr/share/doc/libsecret-1/method.Service.lookup_sync.html /usr/share/doc/libsecret-1/method.Service.prompt.html /usr/share/doc/libsecret-1/method.Service.prompt_at_dbus_path.html /usr/share/doc/libsecret-1/method.Service.prompt_at_dbus_path_finish.html /usr/share/doc/libsecret-1/method.Service.prompt_at_dbus_path_sync.html /usr/share/doc/libsecret-1/method.Service.prompt_finish.html /usr/share/doc/libsecret-1/method.Service.prompt_sync.html /usr/share/doc/libsecret-1/method.Service.read_alias_dbus_path.html /usr/share/doc/libsecret-1/method.Service.read_alias_dbus_path_finish.html /usr/share/doc/libsecret-1/method.Service.read_alias_dbus_path_sync.html /usr/share/doc/libsecret-1/method.Service.search.html /usr/share/doc/libsecret-1/method.Service.search_finish.html /usr/share/doc/libsecret-1/method.Service.search_for_dbus_paths.html /usr/share/doc/libsecret-1/method.Service.search_for_dbus_paths_finish.html /usr/share/doc/libsecret-1/method.Service.search_for_dbus_paths_sync.html /usr/share/doc/libsecret-1/method.Service.search_sync.html /usr/share/doc/libsecret-1/method.Service.set_alias.html /usr/share/doc/libsecret-1/method.Service.set_alias_finish.html /usr/share/doc/libsecret-1/method.Service.set_alias_sync.html /usr/share/doc/libsecret-1/method.Service.set_alias_to_dbus_path.html /usr/share/doc/libsecret-1/method.Service.set_alias_to_dbus_path_finish.html /usr/share/doc/libsecret-1/method.Service.set_alias_to_dbus_path_sync.html /usr/share/doc/libsecret-1/method.Service.store.html /usr/share/doc/libsecret-1/method.Service.store_finish.html /usr/share/doc/libsecret-1/method.Service.store_sync.html /usr/share/doc/libsecret-1/method.Service.unlock.html /usr/share/doc/libsecret-1/method.Service.unlock_dbus_paths.html /usr/share/doc/libsecret-1/method.Service.unlock_dbus_paths_finish.html /usr/share/doc/libsecret-1/method.Service.unlock_dbus_paths_sync.html /usr/share/doc/libsecret-1/method.Service.unlock_finish.html /usr/share/doc/libsecret-1/method.Service.unlock_sync.html /usr/share/doc/libsecret-1/method.Value.get.html /usr/share/doc/libsecret-1/method.Value.get_content_type.html /usr/share/doc/libsecret-1/method.Value.get_text.html /usr/share/doc/libsecret-1/method.Value.ref.html /usr/share/doc/libsecret-1/method.Value.unref.html /usr/share/doc/libsecret-1/method.Value.unref_to_password.html /usr/share/doc/libsecret-1/migrating-libgnome-keyring.html /usr/share/doc/libsecret-1/opensearch.xml /usr/share/doc/libsecret-1/property.Backend.flags.html /usr/share/doc/libsecret-1/property.Collection.created.html /usr/share/doc/libsecret-1/property.Collection.flags.html /usr/share/doc/libsecret-1/property.Collection.items.html /usr/share/doc/libsecret-1/property.Collection.label.html /usr/share/doc/libsecret-1/property.Collection.locked.html /usr/share/doc/libsecret-1/property.Collection.modified.html /usr/share/doc/libsecret-1/property.Collection.service.html /usr/share/doc/libsecret-1/property.Item.flags.html /usr/share/doc/libsecret-1/property.Item.locked.html /usr/share/doc/libsecret-1/property.Item.service.html /usr/share/doc/libsecret-1/property.Retrievable.attributes.html /usr/share/doc/libsecret-1/property.Retrievable.created.html /usr/share/doc/libsecret-1/property.Retrievable.label.html /usr/share/doc/libsecret-1/property.Retrievable.modified.html /usr/share/doc/libsecret-1/property.Service.collections.html /usr/share/doc/libsecret-1/search.js /usr/share/doc/libsecret-1/solarized-dark.css /usr/share/doc/libsecret-1/solarized-light.css /usr/share/doc/libsecret-1/struct.Schema.html /usr/share/doc/libsecret-1/struct.SchemaAttribute.html /usr/share/doc/libsecret-1/struct.Value.html /usr/share/doc/libsecret-1/style.css /usr/share/doc/libsecret-1/type_func.Backend.get.html /usr/share/doc/libsecret-1/type_func.Backend.get_finish.html /usr/share/doc/libsecret-1/type_func.Collection.create.html /usr/share/doc/libsecret-1/type_func.Collection.create_finish.html /usr/share/doc/libsecret-1/type_func.Collection.create_sync.html /usr/share/doc/libsecret-1/type_func.Collection.for_alias.html /usr/share/doc/libsecret-1/type_func.Collection.for_alias_finish.html /usr/share/doc/libsecret-1/type_func.Collection.for_alias_sync.html /usr/share/doc/libsecret-1/type_func.Collection.new_for_dbus_path.html /usr/share/doc/libsecret-1/type_func.Error.get_quark.html /usr/share/doc/libsecret-1/type_func.Item.create.html /usr/share/doc/libsecret-1/type_func.Item.create_finish.html /usr/share/doc/libsecret-1/type_func.Item.create_sync.html /usr/share/doc/libsecret-1/type_func.Item.load_secrets.html /usr/share/doc/libsecret-1/type_func.Item.load_secrets_finish.html /usr/share/doc/libsecret-1/type_func.Item.load_secrets_sync.html /usr/share/doc/libsecret-1/type_func.Item.new_for_dbus_path.html /usr/share/doc/libsecret-1/type_func.Service.disconnect.html /usr/share/doc/libsecret-1/type_func.Service.get.html /usr/share/doc/libsecret-1/type_func.Service.get_finish.html /usr/share/doc/libsecret-1/type_func.Service.get_sync.html /usr/share/doc/libsecret-1/type_func.Service.open.html /usr/share/doc/libsecret-1/type_func.Service.open_finish.html /usr/share/doc/libsecret-1/type_func.Service.open_sync.html /usr/share/doc/libsecret-1/urlmap.js /usr/share/doc/libsecret-1/vfunc.Backend.clear.html /usr/share/doc/libsecret-1/vfunc.Backend.clear_finish.html /usr/share/doc/libsecret-1/vfunc.Backend.ensure_for_flags.html /usr/share/doc/libsecret-1/vfunc.Backend.ensure_for_flags_finish.html /usr/share/doc/libsecret-1/vfunc.Backend.lookup.html /usr/share/doc/libsecret-1/vfunc.Backend.lookup_finish.html /usr/share/doc/libsecret-1/vfunc.Backend.search.html /usr/share/doc/libsecret-1/vfunc.Backend.search_finish.html /usr/share/doc/libsecret-1/vfunc.Backend.store.html /usr/share/doc/libsecret-1/vfunc.Backend.store_finish.html /usr/share/doc/libsecret-1/vfunc.Retrievable.retrieve_secret.html /usr/share/doc/libsecret-1/vfunc.Retrievable.retrieve_secret_finish.html /usr/share/doc/libsecret-1/vfunc.Service.get_collection_gtype.html /usr/share/doc/libsecret-1/vfunc.Service.get_item_gtype.html /usr/share/doc/libsecret-1/vfunc.Service.prompt_async.html /usr/share/doc/libsecret-1/vfunc.Service.prompt_finish.html /usr/share/doc/libsecret-1/vfunc.Service.prompt_sync.html /usr/share/gir-1.0/Secret-1.gir /usr/share/vala/vapi /usr/share/vala/vapi/libsecret-1.deps /usr/share/vala/vapi/libsecret-1.vapi
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Nov 9 00:36:49 2024