summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Update Dutch translationNathan Follens2021-08-311-17/+20
|
* Update Kazakh translationBaurzhan Muftakhidinov2021-08-301-16/+18
|
* Update Belarusian translationŹmicier Turok2021-08-271-27/+32
|
* Updated French translationClaude Paroz2021-08-271-11/+15
|
* Update Galician translationFran Dieguez2021-08-251-10/+16
|
* Update Galician translationFran Dieguez2021-08-251-7/+13
|
* Update Hungarian translationBalázs Meskó2021-08-231-17/+18
|
* Update Basque translationAsier Sarasua Garmendia2021-08-181-20/+21
|
* Merge branch 'fork' into 'master'Daiki Ueno2021-08-171-1/+2
|\ | | | | | | | | Create default collection after DBus.Error.UnknownObject See merge request GNOME/libsecret!94
| * Create default collection after DBus.Error.UnknownObjectSlava Aseev2021-08-161-1/+2
|/ | | | | | | Some Secret Service API backend implementations (like keepassxc) throws UnknownObject (instead of UnknownMethod as gnome-keyring do) after creating an item in the non-existent /org/freedesktop/secrets/aliases/default.
* Merge branch 'wip/dueno/coverage-location' into 'master'Daiki Ueno2021-08-131-13/+15
|\ | | | | | | | | ci: Fix artifact location for coverage See merge request GNOME/libsecret!92
| * ci: Enable tpm2 in fedora:coverage, instead of fedora:WerrorDaiki Ueno2021-08-121-12/+13
| | | | | | | | | | | | This would give a better coverage report for the new TPM2 code. Signed-off-by: Daiki Ueno <dueno@src.gnome.org>
| * ci: Fix artifact location for coverageDaiki Ueno2021-08-121-1/+2
|/ | | | Signed-off-by: Daiki Ueno <dueno@src.gnome.org>
* Merge branch 'tpm-integration' into 'master'Daiki Ueno2021-08-123-0/+210
|\ | | | | | | | | Add TPM2 integration to secret file backend See merge request GNOME/libsecret!90
| * Add TPM2 integration to secret file backendDhanuka Warusadura2021-08-123-0/+210
|/ | | | | These changes add TPM2 derived encryption key to secret file backend.
* Merge branch 'tpm-issue' into 'master'Daiki Ueno2021-08-122-7/+11
|\ | | | | | | | | TPM2: Fix primary key generation in decrypting See merge request GNOME/libsecret!91
| * TPM2: Fix primary key generation in decryptingDhanuka Warusadura2021-08-122-7/+11
|/ | | | | | | These changes fix TPM2 primary key generation in decrypting when there is no primary key is present. Also, fixes a memory issue.
* Updated Czech translationMarek Černocký2021-08-061-15/+18
|
* Merge branch 'tss-dev' into 'master'Daiki Ueno2021-08-047-2/+633
|\ | | | | | | | | Add TPM2 API and its implementations to egg See merge request GNOME/libsecret!83
| * Add TPM2 API and its implementations to eggDhanuka Warusadura2021-08-047-2/+633
|/ | | | | | | | | | | | | | | | | | | | | | | These changes define the TPM2 API and add its implementations to the incubation area (egg/). Summary of the public API: `egg_tpm2_initialize`: Start a TPM context. `egg_tpm2_finalize`: End a TPM context. `egg_tpm2_generate_master_password`: Generate and returns an encrypted master password in `GBytes` format. TSS Marshaling, GVariant serialization is used. `egg_tpm2_decrypt_master_password`: Decrypts a master password generated from `egg_tpm2_generate_master_password`. TSS Unmarshaling, GVariant deserialization is used. TPM2 API: TSS Enhanced System API (ESAPI) Proposal: [extend file backend to use TPM2 derived encryption keys](https://gitlab.gnome.org/Teams/Engagement/gsoc-2021/-/issues/13) Related MRs: [#86](https://gitlab.gnome.org/GNOME/libsecret/-/merge_requests/86) Related Issues: [#63](https://gitlab.gnome.org/GNOME/libsecret/-/issues/63)
* Merge branch 'wip/dueno/ci-fixes' into 'master'Daiki Ueno2021-08-041-0/+4
|\ | | | | | | | | ci: Make sure the necessary artifacts to be generated before testing See merge request GNOME/libsecret!89
| * ci: Make sure the necessary artifacts to be generated before testingDaiki Ueno2021-08-041-0/+4
|/ | | | | This fixes the CI failures that are caused by missing GIR typelibs and executables.
* Update Friulian translationFabio Tomat2021-07-261-19/+20
|
* Updated Spanish translationDaniel Mustieles2021-07-131-19/+22
|
* Update Chinese (Taiwan) translationChao-Hsiung Liao2021-07-101-14/+17
|
* Merge branch 'doc_fix_typo' into 'master'Daiki Ueno2021-07-094-11/+11
|\ | | | | | | | | docs: Fix typos See merge request GNOME/libsecret!88
| * docs: Fix typosEvangelos Ribeiro Tzaras2021-07-094-11/+11
|/
* Merge branch 'tpm' into 'master'Daiki Ueno2021-07-081-1/+1
|\ | | | | | | | | Add --allow-root flag to tpm2-abrmd CI script See merge request GNOME/libsecret!87
| * Add --allow-root flag to tpm2-abrmd CI scriptDhanuka Warusadura2021-07-081-1/+1
|/
* Merge branch 'tpm-emulator' into 'master'Daiki Ueno2021-07-071-2/+9
|\ | | | | | | | | Enable TPM emulator in CI See merge request GNOME/libsecret!86
| * Enable TPM emulator in CIDhanuka Warusadura2021-07-071-2/+9
|/
* Merge branch 'autotools' into 'master'Daiki Ueno2021-07-051-46/+0
|\ | | | | | | | | Remove autotools config file See merge request GNOME/libsecret!85
| * Remove autotools config fileDhanuka Warusadura2021-07-051-46/+0
|/ | | | | | These changes remove egg/Makefile.am Since, libsecret dropped autotools support this file should be removed.
* Merge branch 'wip/dueno/egg-tests' into 'master'Daiki Ueno2021-07-031-0/+27
|\ | | | | | | | | meson: Run tests for libegg See merge request GNOME/libsecret!84
| * meson: Run tests for libeggDaiki Ueno2021-07-031-0/+27
|/
* Update Slovenian translationMatej Urbančič2021-06-301-27/+25
|
* Update Romanian translationDaniel Șerbănescu2021-06-301-15/+17
|
* Merge branch 'piotrdrag/remove-makevars' into 'master'Daiki Ueno2021-06-301-78/+0
|\ | | | | | | | | build: Remove po/Makevars See merge request GNOME/libsecret!82
| * build: Remove po/MakevarsPiotr Drąg2021-06-301-78/+0
|/ | | | It’s an Autotools leftover.
* Update Indonesian translationAndika Triwidada2021-06-291-15/+17
|
* Update Russian translationAlexey Rubtsov2021-06-281-17/+19
|
* Updated Lithuanian translationAurimas Černius2021-06-271-17/+20
|
* Update Polish translationPiotr Drąg2021-06-271-17/+20
|
* Update Portuguese translationHugo Carvalho2021-06-251-17/+20
|
* Update Brazilian Portuguese translationEnrico Nicoletto2021-06-241-18/+20
|
* Update Swedish translationAnders Jonsson2021-06-241-18/+21
|
* Update Ukrainian translationYuri Chornoivan2021-06-241-19/+22
|
* Merge branch 'secret-tool-lock' into 'master'Daiki Ueno2021-06-241-0/+68
|\ | | | | | | | | | | | | secret-tool: Add locking capabilities to secret tool Closes #28 See merge request GNOME/libsecret!75
| * secret-tool: Add locking capabilities to secret toolNick Montalbano2021-06-231-0/+68
|/ | | | | | | | | | | Context, secret tool currently does not have the capability to lock keyring. This capability was requested for specific use cases. Updates have been made to the secret tool to lock keyrings. Closes https://gitlab.gnome.org/GNOME/libsecret/-/issues/28
* Merge branch 'tintou/no-double-close' into 'master'Daiki Ueno2021-06-161-1/+0
|\ | | | | | | | | secret-file-backend: Avoid closing the same file descriptor twice See merge request GNOME/libsecret!78