M Hickford
47fbb3dc8b
Distinguish example password from example label
2022-01-17 23:01:59 +00:00
Daiki Ueno
6f2255fd82
Merge branch 'fix-deprecated' into 'master'
...
Fix deprecated-declarations warnings
See merge request GNOME/libsecret!93
2021-11-22 06:00:41 +00:00
Dhanuka Warusadura
f882a03f44
Fix deprecated-declarations warnings
...
These changes fix the existing deprecated-declarations
warnings found during the build process.
Related to: https://gitlab.gnome.org/GNOME/libsecret/-/merge_requests/43
2021-11-21 08:51:32 +05:30
Quentin PAGÈS
108c2cc5be
Update Occitan translation
2021-11-20 17:35:38 +00:00
Jordi Mas i Hernandez
8d707804dd
Update Catalan translation
2021-11-15 07:59:15 +00:00
Daiki Ueno
267867a876
Merge branch 'wip/dueno/f34' into 'master'
...
CI: Pin base image to Fedora 34 for now
See merge request GNOME/libsecret!98
2021-11-15 07:27:43 +00:00
Daiki Ueno
ea18ce9dea
CI: Pin base image to Fedora 34 for now
...
The current image based on Fedora 35 gives timeout in tests using
D-Bus. Until we figure out the cause, let's stick with Fedora 34.
2021-11-15 08:04:21 +01:00
Milo Casagrande
e9c078cd11
Update Italian translation
2021-11-10 08:15:26 +00:00
Rūdolfs Mazurs
8f1f5607f4
Update Latvian translation
2021-10-25 16:34:51 +00:00
Dušan Kazik
aefe8067ad
Update Slovak translation
2021-10-05 11:35:10 +00:00
Ngọc Quân Trần
a3c2156810
Add Vietnamese translation
2021-09-25 02:05:13 +00:00
Марко Костић
3ea3201efb
Update Serbian translation
2021-09-24 02:14:47 +00:00
Yaron Shahrabani
f8be6c806b
Update Hebrew translation
2021-09-23 10:57:09 +00:00
Emin Tufan Çetin
558578f680
Update Turkish translation
2021-09-19 17:07:02 +00:00
Boyuan Yang
6de0d76d8b
Update Chinese (China) translation
2021-09-17 18:08:42 +00:00
Zander Brown
bd753ccd4b
Update British English translation
2021-09-16 16:35:36 +00:00
Philipp Kiemle
bdbe7655c9
Update German translation
2021-09-14 20:36:14 +00:00
Alan Mortensen
4bb5ff6cdf
Updated Danish translation
2021-09-11 14:43:57 +02:00
Goran Vidović
5a2a246440
Update Croatian translation
2021-09-06 09:11:02 +00:00
Changwoo Ryu
74a4aaa83c
Update Korean translation
2021-09-04 15:00:14 +00:00
Daiki Ueno
eca392e0c4
Merge branch 'doc' into 'master'
...
Add TPM2 file backend support build/test documentation
See merge request GNOME/libsecret!95
2021-09-03 14:44:43 +00:00
Dhanuka Warusadura
431bd637bc
Add TPM2 file backend support build/test documentation
...
These changes add TPM2 file backend support build and test
instructions to default documentation.
2021-09-03 19:39:50 +05:30
Danial Behzadi
ac21a7bf2b
Update Persian translation
2021-09-01 10:53:12 +00:00
Nathan Follens
d028eab771
Update Dutch translation
2021-08-31 12:43:30 +00:00
Baurzhan Muftakhidinov
dbce967815
Update Kazakh translation
2021-08-30 08:32:11 +00:00
Źmicier Turok
08b9953fdc
Update Belarusian translation
2021-08-27 09:57:49 +00:00
Claude Paroz
a3968e56a9
Updated French translation
2021-08-27 08:45:40 +02:00
Fran Dieguez
c91e645c40
Update Galician translation
2021-08-25 05:35:58 +00:00
Fran Dieguez
f90f11443b
Update Galician translation
2021-08-25 05:33:56 +00:00
Balázs Meskó
10046968ed
Update Hungarian translation
2021-08-23 05:56:08 +00:00
Asier Sarasua Garmendia
3579a32c31
Update Basque translation
2021-08-18 09:53:25 +00:00
Daiki Ueno
41fef0192a
Merge branch 'fork' into 'master'
...
Create default collection after DBus.Error.UnknownObject
See merge request GNOME/libsecret!94
2021-08-17 14:32:46 +00:00
Slava Aseev
d620c79d83
Create default collection after DBus.Error.UnknownObject
...
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.
2021-08-16 19:25:56 +03:00
Daiki Ueno
34dac1e805
Merge branch 'wip/dueno/coverage-location' into 'master'
...
ci: Fix artifact location for coverage
See merge request GNOME/libsecret!92
2021-08-13 05:48:48 +00:00
Daiki Ueno
4017d2ec51
ci: Enable tpm2 in fedora:coverage, instead of fedora:Werror
...
This would give a better coverage report for the new TPM2 code.
Signed-off-by: Daiki Ueno <dueno@src.gnome.org>
2021-08-12 19:50:25 +02:00
Daiki Ueno
a804519e61
ci: Fix artifact location for coverage
...
Signed-off-by: Daiki Ueno <dueno@src.gnome.org>
2021-08-12 19:15:56 +02:00
Daiki Ueno
4e79431f4b
Merge branch 'tpm-integration' into 'master'
...
Add TPM2 integration to secret file backend
See merge request GNOME/libsecret!90
2021-08-12 15:49:24 +00:00
Dhanuka Warusadura
ea57d26930
Add TPM2 integration to secret file backend
...
These changes add TPM2 derived encryption key to secret
file backend.
2021-08-12 21:14:26 +05:30
Daiki Ueno
2f0558fe57
Merge branch 'tpm-issue' into 'master'
...
TPM2: Fix primary key generation in decrypting
See merge request GNOME/libsecret!91
2021-08-12 15:00:19 +00:00
Dhanuka Warusadura
ebb18f7885
TPM2: Fix primary key generation in decrypting
...
These changes fix TPM2 primary key generation in decrypting
when there is no primary key is present.
Also, fixes a memory issue.
2021-08-12 20:24:40 +05:30
Marek Černocký
b3a7468f06
Updated Czech translation
2021-08-06 21:09:20 +02:00
Daiki Ueno
301e3ce617
Merge branch 'tss-dev' into 'master'
...
Add TPM2 API and its implementations to egg
See merge request GNOME/libsecret!83
2021-08-04 09:21:38 +00:00
Dhanuka Warusadura
63907d907e
Add TPM2 API and its implementations to egg
...
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 )
2021-08-04 14:42:55 +05:30
Daiki Ueno
10e5e7abe3
Merge branch 'wip/dueno/ci-fixes' into 'master'
...
ci: Make sure the necessary artifacts to be generated before testing
See merge request GNOME/libsecret!89
2021-08-04 08:49:22 +00:00
Daiki Ueno
8102cfacc7
ci: Make sure the necessary artifacts to be generated before testing
...
This fixes the CI failures that are caused by missing GIR typelibs and
executables.
2021-08-04 10:39:38 +02:00
Fabio Tomat
77487fc4dd
Update Friulian translation
2021-07-26 16:09:41 +00:00
Daniel Mustieles
ef76a29ae4
Updated Spanish translation
2021-07-13 11:47:40 +02:00
Chao-Hsiung Liao
282614d1cf
Update Chinese (Taiwan) translation
2021-07-10 09:44:32 +00:00
Daiki Ueno
c3d5297415
Merge branch 'doc_fix_typo' into 'master'
...
docs: Fix typos
See merge request GNOME/libsecret!88
2021-07-09 17:41:01 +00:00
Evangelos Ribeiro Tzaras
436200b0cb
docs: Fix typos
2021-07-09 17:08:29 +02:00