Imported Upstream version 1.17.0 upstream/1.17.0
authorJinWang An <jinwang.an@samsung.com>
Mon, 30 Jan 2023 04:26:32 +0000 (13:26 +0900)
committerJinWang An <jinwang.an@samsung.com>
Mon, 30 Jan 2023 04:26:32 +0000 (13:26 +0900)
commit7068c0ead0c25a9a1fd3ce0b486636d74350e7ca
tree732edf51b955fd198e4bb7ef46a0782fb3ea1d12
parentd19c360948ede5ffe5974de8abc9da44be617ca1
Imported Upstream version 1.17.0
129 files changed:
ChangeLog
Makefile.am
Makefile.in
NEWS
VERSION
conf/config.h.in
configure
configure.ac
doc/defsincdate
doc/gpgme.info
doc/gpgme.info-1
doc/gpgme.info-2
doc/gpgme.texi
gpgme.spec
lang/cl/gpgme.asd
lang/cpp/src/Makefile.am
lang/cpp/src/Makefile.in
lang/cpp/src/context.cpp
lang/cpp/src/context.h
lang/cpp/src/global.h
lang/cpp/src/gpgaddexistingsubkeyeditinteractor.cpp [new file with mode: 0644]
lang/cpp/src/gpgaddexistingsubkeyeditinteractor.h [new file with mode: 0644]
lang/cpp/src/importresult.cpp
lang/cpp/src/util.cpp [new file with mode: 0644]
lang/cpp/src/util.h
lang/cpp/tests/Makefile.am
lang/cpp/tests/Makefile.in
lang/cpp/tests/run-wkdlookup.cpp [new file with mode: 0644]
lang/qt/src/AddExistingSubkeyJob [new file with mode: 0644]
lang/qt/src/Makefile.am
lang/qt/src/Makefile.in
lang/qt/src/ReceiveKeysJob [new file with mode: 0644]
lang/qt/src/WKDLookupJob [new file with mode: 0644]
lang/qt/src/WKDLookupResult [new file with mode: 0644]
lang/qt/src/addexistingsubkeyjob.h [new file with mode: 0644]
lang/qt/src/changeexpiryjob.cpp [new file with mode: 0644]
lang/qt/src/changeexpiryjob.h
lang/qt/src/cryptoconfig.cpp
lang/qt/src/cryptoconfig.h
lang/qt/src/importjob.cpp [new file with mode: 0644]
lang/qt/src/importjob.h
lang/qt/src/job.cpp
lang/qt/src/job_p.h [new file with mode: 0644]
lang/qt/src/protocol.h
lang/qt/src/protocol_p.h
lang/qt/src/qgpgmeaddexistingsubkeyjob.cpp [new file with mode: 0644]
lang/qt/src/qgpgmeaddexistingsubkeyjob.h [new file with mode: 0644]
lang/qt/src/qgpgmechangeexpiryjob.cpp
lang/qt/src/qgpgmechangeownertrustjob.h
lang/qt/src/qgpgmeexportjob.cpp
lang/qt/src/qgpgmeexportjob.h
lang/qt/src/qgpgmeimportjob.cpp
lang/qt/src/qgpgmenewcryptoconfig.cpp
lang/qt/src/qgpgmenewcryptoconfig.h
lang/qt/src/qgpgmereceivekeysjob.cpp [new file with mode: 0644]
lang/qt/src/qgpgmereceivekeysjob.h [moved from lang/qt/src/qgpgmesecretkeyexportjob.h with 59% similarity]
lang/qt/src/qgpgmesecretkeyexportjob.cpp [deleted file]
lang/qt/src/qgpgmewkdlookupjob.cpp [new file with mode: 0644]
lang/qt/src/qgpgmewkdlookupjob.h [new file with mode: 0644]
lang/qt/src/receivekeysjob.h [new file with mode: 0644]
lang/qt/src/signkeyjob.h
lang/qt/src/threadedjobmixin.cpp
lang/qt/src/util.cpp [new file with mode: 0644]
lang/qt/src/util.h [new file with mode: 0644]
lang/qt/src/wkdlookupjob.h [new file with mode: 0644]
lang/qt/src/wkdlookupresult.cpp [new file with mode: 0644]
lang/qt/src/wkdlookupresult.h [new file with mode: 0644]
lang/qt/tests/Makefile.am
lang/qt/tests/Makefile.in
lang/qt/tests/final.test [new file with mode: 0755]
lang/qt/tests/run-exportjob.cpp [new file with mode: 0644]
lang/qt/tests/run-importjob.cpp [new file with mode: 0644]
lang/qt/tests/run-receivekeysjob.cpp [new file with mode: 0644]
lang/qt/tests/t-addexistingsubkey.cpp [new file with mode: 0644]
lang/qt/tests/t-changeexpiryjob.cpp [new file with mode: 0644]
lang/qt/tests/t-config.cpp
lang/qt/tests/t-encrypt.cpp
lang/qt/tests/t-import.cpp [new file with mode: 0644]
lang/qt/tests/t-keylist.cpp
lang/qt/tests/t-keylocate.cpp
lang/qt/tests/t-ownertrust.cpp
lang/qt/tests/t-remarks.cpp
lang/qt/tests/t-support.cpp
lang/qt/tests/t-support.h
lang/qt/tests/t-tofuinfo.cpp
lang/qt/tests/t-trustsignatures.cpp
lang/qt/tests/t-various.cpp
lang/qt/tests/t-wkdlookup.cpp [new file with mode: 0644]
lang/qt/tests/t-wkspublish.cpp
m4/libtool.m4
src/ath.c
src/ath.h
src/context.h
src/data.c
src/debug.h
src/dirinfo.c
src/engine-backend.h
src/engine-gpg.c
src/engine-gpgconf.c
src/engine-gpgsm.c
src/engine.c
src/engine.h
src/export.c
src/gpgme-tool.c
src/gpgme.c
src/gpgme.def
src/gpgme.h.in
src/gpgme.pc.in
src/import.c
src/libgpgme.vers
src/posix-io.c
src/w32-util.c
tests/Makefile.am
tests/Makefile.in
tests/gpg/Makefile.am
tests/gpg/Makefile.in
tests/gpg/gpg.conf.in [new file with mode: 0644]
tests/gpg/t-cancel.c
tests/gpg/t-edit-sign.c
tests/gpg/t-eventloop.c
tests/gpg/t-import.c
tests/run-export.c
tests/run-genkey.c
tests/run-import.c
tests/run-receive-keys.c [new file with mode: 0644]
tests/run-swdb.c
tests/run-threaded.c
tests/start-stop-agent
tests/t-engine-info.c