[libsecret] (85 commits) Non-fast-forward update to branch wip/dueno/local-file



The branch 'wip/dueno/local-file' was changed in a way that was not a fast-forward update.
NOTE: This may cause problems for people pulling from the branch. For more information,
please see:

 https://wiki.gnome.org/Git/Help/NonFastForward

Commits removed from the branch:

  cf1751d... egg: Add egg-base64 module for base64url encoding
  a022bd9... egg: Add egg-jwe module for file encryption
  b042dbd... gitlab-ci: Add json-glib dependency
  eefac2e... egg: Import test directory manipulation from gnome-keyring
  232f722... storage: Add backend implementation using local storage
  4f6a4f7... storage: Add function to retrieve a singleton instance
  dfe7299... storage: Allow NULL for self argument
  196f2a1... password: Hook storage backend functions

Commits added to the branch:

  7716449... password: Add secret_password_search* functions (*)
  0838b33... Merge branch 'wip/dueno/search' into 'master' (*)
  5a217c5... Secret item schema name is optional (*)
  3b84f68... Update French translation (*)
  9c3381b... Revert "Merge branch 'wip/dueno/search' into 'master'" (*)
  a112dff... Merge branch 'revert-0838b331' into 'master' (*)
  3b44251... Replace Bugzilla by Gitlab URL in DOAP file (*)
  2dd165a... configure.ac: Replace Bugzilla with GitLab issues (*)
  c5b734f... Bump version number (*)
  cbea4ce... Remove useless macro to check GLib version (*)
  92e9952... Merge branch 'wip/nielsdg/remove-useless-macros' into 'mast (*)
  80afd20... Add support for g_autoptr() to our types (*)
  be0a126... Merge branch 'wip/nielsdg/g-autoptr-support' into 'master' (*)
  b19c309... Add build support for Meson (*)
  763e04f... Merge branch 'wip/nielsdg/meson' into 'master' (*)
  b483b15... Don't end G_DEFINE_AUTOPTR_CLEANUP_FUNC with a ; (*)
  5f24b45... Merge branch 'wip/nielsdg/fix-autoptr-defines' into 'master (*)
  950b22b... Remove deprecated g_type_class_add_private() (*)
  04d05d9... Merge branch 'wip/nielsdg/g-type-private' into 'master' (*)
  8bf566f... Drop accidentially committed .dirstamp (*)
  50c1d71... meson: Pass correct header to generate_gir to fix broken va (*)
  6658602... secret-paths: Add (nullable) if allowed. (*)
  c8cbc25... Merge branch 'wip/dueno/vapi-fixes' into 'master' (*)
  b544265... Release 0.18.8 (*)
  f36379a... Add missing GType to flags in .gir (*)
  5460690... Merge branch 'gir-missing-flags-gtype' into 'master' (*)
  65153a2... Remove a needless tab (*)
  fa7a9ed... Merge branch 'remove-needless-tag' into 'master' (*)
  20329fc... meson: Bump version (*)
  64f63a7... Merge branch 'meson-bump-version' into 'master' (*)
  15902b7... Use proper prefix for SecretCollection flags (*)
  6736f9f... Merge branch 'collection-enums-prefix' into 'master' (*)
  4621039... meson: Check for gcrypt with pkg-config first (*)
  d5becb2... Merge branch 'gcrypt-pkgconfig' into 'master' (*)
  929e5c2... Stop using g_assert() in unit tests (*)
  c4b313b... Merge branch 'wip/nielsdg/g-assert' into 'master' (*)
  b7d5937... Ensure the Meson build also supports private memory (*)
  afdb926... Merge branch 'wip/nielsdg/fix-mlock-check-meson' into 'mast (*)
  f5a1f47... Fix the meson build on -Dgcrypt=false (*)
  103ff88... Merge branch 'wip/nielsdg/fix-disabled-gcrypt' into 'master (*)
  f165f72... Port Service and Session to GTask (*)
  b87c391... Merge branch 'wip/nielsdg/gtask-secret-service' into 'maste (*)
  9087c66... paths: Port from GSimpleAsyncResult to GTask (*)
  1f61ecb... util: Port from GSimpleAsyncResult to GTask (*)
  7a919d3... Merge branch 'wip/nielsdg/more-gtask' into 'master' (*)
  e328e2f... doap: Add myself as maintainer (*)
  d922653... Include meson.build files in autotools release (*)
  529758c... Update README (*)
  fb813ab... egg: Request that secure memory not be dumped to disk (*)
  7844baa... Merge branch 'wip/dueno/madvice' into 'master' (*)
  b4c909b... gitlab-ci: Switch to fedora:28 to fedora:latest (*)
  339c19e... gitlab-ci: Use meson instead of autotools (*)
  61f5569... Merge branch 'wip/dueno/meson-ci' into 'master' (*)
  5f5e560... gitlab-ci: Work around lcov incompatibility with gcc-9 (*)
  9085c8a... gitlab-ci: Fix the previous change (*)
  31685e0... gitlab-ci: Allow pages target to fail (*)
  c00283e... Add version macros (*)
  2b4adfb... Fix -Wunknown-pragmas triggered by secret-version.h (*)
  0e6b542... secret-version: Remove garbage after #endif (*)
  d17e93e... tests: undef G_DISABLE_ASSERT (*)
  0be6357... build: Suppress compiler warning if compiled with G_DISABLE (*)
  9a8f49f... Merge branch 'wip/dueno/disable-assert-tests' into 'master' (*)
  938640a... secret-retrievable: New interface to represent read-only it (*)
  092d4ef... secret-item: Implement SecretRetrievableInterface (*)
  5fedca8... secret-password: Add search functions (*)
  bac85c0... secret-password: Add lookup_binary functions (*)
  29c1460... secret-password: Add store_binary functions (*)
  2ae6ec8... tests: Add tests for binary variant of secret_{lookup,store (*)
  a5db34d... secret-value: Add secret_value_unref_to_password (*)
  e3963ef... secret-password: Mark @schema argument nullable for *v func (*)
  6886aeb... secret-tool: Switch to using the simple API (*)
  f7e73ba... Merge branch 'wip/dueno/simple-item' into 'master' (*)
  555407a... build: Bump meson_version to 0.50 (*)
  a4ea97d... build: Simplify pathname handling (*)
  c06c9d2... build: Simplify file substitution (*)
  e9f811e... Merge branch 'wip/dueno/meson' into 'master' (*)
  013aae4... secret-service: Move parent property setting to constructor (*)
  7e42029... secret-backend: New interface to represent password storage (*)
  642e0e7... secret-service: Implement SecretBackendInterface (*)
  d75c82e... secret-backend: Add a way to uncache singleton instance (*)
  4ae7f8b... secret-password: Port to SecretBackend interface (*)
  ef947b9... secret-password: Add necessary gir annotations (*)
  13a220b... egg-testing: Sync with gnome-keyring (*)
  baedede... secret-file-backend: New backend for storing secrets in fil (*)
  e22eb7d... secret-tool: Add tests for secret-tool using file backend (*)

(*) This commit already existed in another branch; no separate mail sent


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]