Go to file
Sutou Kouhei c00283ebd0 Add version macros
Added macros:

  * SECRET_VERSION_MAJOR
  * SECRET_VERSION_MINOR
  * SECRET_VERSION_MICRO
  * SECRET_CHECK_VERSION

These macros are widely defined in GLib based library. For example,
GLib, GTK, poppler GLib and so on define them.

These macros are useful to detect libsecret version on build type and
from GObject Introspection based bindings.
2019-06-09 16:38:39 +02:00
build build: update tap scripts 2018-08-28 11:27:27 +02:00
docs Add version macros 2019-06-09 16:38:39 +02:00
egg egg: Request that secure memory not be dumped to disk 2019-06-02 14:46:54 +02:00
libsecret Add version macros 2019-06-09 16:38:39 +02:00
po Add build support for Meson 2019-01-19 21:03:56 +00:00
tool Add build support for Meson 2019-01-19 21:03:56 +00:00
.dir-locals.el build: Add .dir-locals.el for Emacs 2018-07-20 10:54:30 +02:00
.gitignore Add version macros 2019-06-09 16:38:39 +02:00
.gitlab-ci.yml gitlab-ci: Allow pages target to fail 2019-06-09 10:16:50 +02:00
AUTHORS Initial module setup. Implement GSecretData 2011-08-08 17:43:47 +02:00
autogen.sh Migrate from intltool to gettext. 2018-06-09 05:52:31 +00:00
ChangeLog Rename gsecret to libsecret 2012-02-03 20:44:46 +01:00
configure.ac Add version macros 2019-06-09 16:38:39 +02:00
COPYING Fix up libsecret licensing 2012-08-06 11:25:08 +02:00
COPYING.TESTS Fix up libsecret licensing 2012-08-06 11:25:08 +02:00
libsecret.doap doap: Add myself as maintainer 2019-05-26 00:38:26 +02:00
Makefile.am Update README 2019-05-26 09:54:59 +02:00
meson_options.txt Add build support for Meson 2019-01-19 21:03:56 +00:00
meson.build Ensure the Meson build also supports private memory 2019-05-13 19:41:48 +00:00
NEWS Release 0.18.8 2019-03-02 07:55:06 +01:00
README.md Update README 2019-05-26 09:54:59 +02:00

libsecret

A GObject-based library for accessing the Secret Service API of the freedesktop.org project, a cross-desktop effort to access passwords, tokens and other types of secrets. libsecret provides a convenient wrapper for these methods so consumers do not have to call the low-level DBus methods.

The actual Secret Service API spec can be found at https://specifications.freedesktop.org/secret-service/.

Building

To build and install libsecret, you can use the following commands:

$ meson _build
$ ninja -C _build
$ ninja -C _build install

Contributing

You can browse the code, issues and more at libsecret's GitLab repository.

If you find a bug in libsecret, please file an issue on the issue tracker. Please try to add reproducible steps and the relevant version of libsecret.

If you want to contribute functionality or bug fixes, please open a Merge Request (MR). For more info on how to do this, see GitLab's help pages on MR's.

If libsecret is not translated in your language or you believe that the current translation has errors, you can join one of the various translation teams in GNOME. Translators do not commit directly to Git, but are advised to use our separate translation infrastructure instead. More info can be found at the translation project wiki page.