30b792 gpgme-1.13.1 base

Authored and Committed by Packit Service 3 years ago
559 files changed. 68582 lines added. 7649 lines removed.
AUTHORS
file modified
+16 -6
ChangeLog
file modified
+4041 -0
Makefile.am
file modified
+64 -7
Makefile.in
file modified
+121 -50
NEWS
file modified
+216 -7
README
file modified
+1 -1
TODO
file modified
+500 -22
VERSION
file modified
+1 -1
aclocal.m4
file modified
+31 -28
autogen.rc
file modified
+2 -8
autogen.sh
file modified
+40 -16
build-aux/compile
file modified
+1 -1
build-aux/config.guess
file modified
+1 -1
build-aux/config.sub
file modified
+1 -1
build-aux/depcomp
file modified
+1 -1
build-aux/ltmain.sh
file modified
+3 -3
build-aux/mdate-sh
file modified
+1 -1
build-aux/missing
file modified
+2 -2
build-aux/texinfo.tex
file modified
+3 -3
conf/config.h.in
file added
+282
conf/whatisthis
file added
+2
configure
file modified
+3596 -323
configure.ac
file modified
+142 -120
doc/ChangeLog-2011
file modified
+4 -4
doc/Makefile.am
file modified
+7 -7
doc/Makefile.in
file modified
+30 -14
doc/defsincdate
file modified
+1 -1
doc/examples/gpgme-chrome.json
file added
+9
doc/examples/gpgme-mozilla.json
file added
+9
doc/gpgme.info
file modified
+127 -125
doc/gpgme.info-1
file modified
+381 -366
doc/gpgme.info-2
file modified
+364 -25
doc/gpgme.texi
file modified
+387 -29
doc/uiserver.texi
file modified
+2 -2
gpgme.spec
file modified
+5 -2
gpgme.spec.in
file modified
+4 -1
lang/Makefile.am
file modified
+3 -3
lang/Makefile.in
file modified
+25 -10
lang/README
file modified
+1 -0
lang/cl/Makefile.am
file modified
+4 -5
lang/cl/Makefile.in
file modified
+27 -13
lang/cl/README
file modified
+25 -8
lang/cl/gpgme-grovel.lisp
file added
+31
lang/cl/gpgme-package.lisp
file modified
+2 -1
lang/cl/gpgme.asd
file modified
+11 -8
lang/cl/gpgme.asd.in
file modified
+11 -8
lang/cl/gpgme.lisp
file modified
+358 -166
lang/cpp/Makefile.am
file modified
+4 -5
lang/cpp/Makefile.in
file modified
+26 -12
lang/cpp/README
file modified
+1 -1
lang/cpp/src/Makefile.am
file modified
+2 -1
lang/cpp/src/Makefile.in
file modified
+29 -14
lang/cpp/src/callbacks.cpp
file modified
+1 -1
lang/cpp/src/configuration.cpp
file modified
+28 -28
lang/cpp/src/configuration.h
file modified
+2 -2
lang/cpp/src/context.cpp
file modified
+114 -73
lang/cpp/src/context.h
file modified
+20 -3
lang/cpp/src/context_p.h
file modified
+1 -1
lang/cpp/src/context_vanilla.cpp
file modified
+2 -2
lang/cpp/src/data.cpp
file modified
+36 -15
lang/cpp/src/data.h
file modified
+6 -0
lang/cpp/src/data_p.h
file modified
+1 -1
lang/cpp/src/decryptionresult.cpp
file modified
+32 -8
lang/cpp/src/decryptionresult.h
file modified
+6 -0
lang/cpp/src/defaultassuantransaction.h
file modified
+3 -3
lang/cpp/src/editinteractor.cpp
file modified
+1 -1
lang/cpp/src/encryptionresult.cpp
file modified
+3 -3
lang/cpp/src/engineinfo.cpp
file modified
+6 -6
lang/cpp/src/eventloopinteractor.cpp
file modified
+5 -5
lang/cpp/src/global.h
file modified
+5 -1
lang/cpp/src/gpgadduserideditinteractor.cpp
file modified
+2 -2
lang/cpp/src/gpgadduserideditinteractor.h
file modified
+2 -2
lang/cpp/src/gpgagentgetinfoassuantransaction.h
file modified
+4 -4
lang/cpp/src/gpggencardkeyinteractor.cpp
file modified
+138 -8
lang/cpp/src/gpggencardkeyinteractor.h
file modified
+8 -2
lang/cpp/src/gpgsetexpirytimeeditinteractor.cpp
file modified
+2 -2
lang/cpp/src/gpgsetexpirytimeeditinteractor.h
file modified
+2 -2
lang/cpp/src/gpgsetownertrusteditinteractor.cpp
file modified
+2 -2
lang/cpp/src/gpgsetownertrusteditinteractor.h
file modified
+2 -2
lang/cpp/src/gpgsignkeyeditinteractor.cpp
file modified
+2 -2
lang/cpp/src/gpgsignkeyeditinteractor.h
file modified
+2 -2
lang/cpp/src/importresult.cpp
file modified
+51 -4
lang/cpp/src/importresult.h
file modified
+5 -1
lang/cpp/src/key.cpp
file modified
+126 -29
lang/cpp/src/key.h
file modified
+60 -1
lang/cpp/src/keygenerationresult.cpp
file modified
+2 -2
lang/cpp/src/scdgetinfoassuantransaction.h
file modified
+4 -4
lang/cpp/src/signingresult.cpp
file modified
+6 -6
lang/cpp/src/trustitem.cpp
file modified
+5 -5
lang/cpp/src/trustitem.h
file modified
+1 -1
lang/cpp/src/verificationresult.cpp
file modified
+24 -24
lang/cpp/src/vfsmountresult.cpp
file modified
+2 -2
lang/cpp/tests/Makefile.am
file added
+36
lang/cpp/tests/Makefile.in
file added
+727
lang/cpp/tests/README
file added
+4
lang/cpp/tests/run-getkey.cpp
file added
+144
lang/cpp/tests/run-keylist.cpp
file added
+151
lang/cpp/tests/run-verify.cpp
file added
+186
lang/js/.eslintrc.json
file added
+49
lang/js/BrowserTestExtension/Makefile.am
file added
+45
lang/js/BrowserTestExtension/Makefile.in
file added
+570
lang/js/BrowserTestExtension/browsertest.html
file added
+28
lang/js/BrowserTestExtension/index.html
file added
+113
lang/js/BrowserTestExtension/longTests.html
file added
+22
lang/js/BrowserTestExtension/manifest.json
file added
+13
lang/js/BrowserTestExtension/popup.html
file added
+9
lang/js/BrowserTestExtension/popup.js
file added
+30
lang/js/BrowserTestExtension/runbrowsertest.js
file added
+26
lang/js/BrowserTestExtension/rununittests.js
file added
+27
lang/js/BrowserTestExtension/setup_testing.js
file added
+28
lang/js/BrowserTestExtension/testicon.png
file added
+0
lang/js/BrowserTestExtension/testkey.pub
file added
+30
lang/js/BrowserTestExtension/testkey.sec
file added
+57
lang/js/BrowserTestExtension/testkey2.pub
file added
+30
lang/js/BrowserTestExtension/tests/KeyImportExport.js
file added
+152
lang/js/BrowserTestExtension/tests/KeyInfos.js
file added
+59
lang/js/BrowserTestExtension/tests/decryptTest.js
file added
+114
lang/js/BrowserTestExtension/tests/encryptDecryptTest.js
file added
+200
lang/js/BrowserTestExtension/tests/encryptTest.js
file added
+159
lang/js/BrowserTestExtension/tests/inputvalues.js
file added
+453
lang/js/BrowserTestExtension/tests/longRunningTests.js
file added
+58
lang/js/BrowserTestExtension/tests/signTest.js
file added
+64
lang/js/BrowserTestExtension/tests/startup.js
file added
+47
lang/js/BrowserTestExtension/tests/verifyTest.js
file added
+90
lang/js/BrowserTestExtension/unittests.html
file added
+17
lang/js/DemoExtension/Makefile.am
file added
+27
lang/js/DemoExtension/Makefile.in
file added
+552
lang/js/DemoExtension/entry.js
file added
+30
lang/js/DemoExtension/maindemo.js
file added
+123
lang/js/DemoExtension/mainui.html
file added
+47
lang/js/DemoExtension/manifest.json
file added
+14
lang/js/DemoExtension/popup.html
file added
+9
lang/js/DemoExtension/testicon.png
file added
+0
lang/js/DemoExtension/ui.css
file added
+33
lang/js/Makefile.am
file added
+31
lang/js/Makefile.in
file added
+735
lang/js/README
file added
+116
lang/js/build_extensions.sh
file added
+17
lang/js/jsdoc.conf
file added
+24
lang/js/jsdoc_index.md
file added
+50
lang/js/package.json
file added
+17
lang/js/src/Connection.js
file added
+320
lang/js/src/Errors.js
file added
+177
lang/js/src/Helpers.js
file added
+219
lang/js/src/Key.js
file added
+711
lang/js/src/Keyring.js
file added
+439
lang/js/src/Makefile.am
file added
+30
lang/js/src/Makefile.in
file added
+555
lang/js/src/Message.js
file added
+243
lang/js/src/Signature.js
file added
+206
lang/js/src/gpgmejs.js
file added
+465
lang/js/src/index.js
file added
+58
lang/js/src/permittedOperations.js
file added
+413
lang/js/unittest_inputvalues.js
file added
+123
lang/js/unittests.js
file added
+386
lang/js/webpack.conf.js
file added
+36
lang/js/webpack.conf_unittests.js
file added
+36
lang/python/MANIFEST.in
file modified
+7 -1
lang/python/Makefile.am
file modified
+7 -7
lang/python/Makefile.in
file modified
+30 -15
lang/python/README
file modified
+55 -39
lang/python/doc/Makefile.am
file added
+48
lang/python/doc/Makefile.in
file added
+574
lang/python/doc/README
file added
+47
lang/python/doc/meta/TODO.org
file added
+251
lang/python/doc/meta/old-commits.log
file added
+2445
lang/python/doc/rst/_build/README
file added
+1
lang/python/doc/rst/_static/README
file added
+1
lang/python/doc/rst/_templates/README
file added
+1
lang/python/doc/rst/conf.py
file added
+184
lang/python/doc/rst/gpgme-python-howto.rst
file added
+3330
lang/python/doc/rst/index.rst
file added
+22
lang/python/doc/rst/maintenance-mode.rst
file added
+133
lang/python/doc/rst/short-history.rst
file added
+166
lang/python/doc/rst/what-is-new.rst
file added
+50
lang/python/doc/rst/what-was-new.rst
file added
+111
lang/python/doc/src/gpgme-python-howto
file added
+3373
lang/python/doc/src/index
file added
+29
lang/python/doc/src/maintenance-mode
file added
+135
lang/python/doc/src/short-history
file added
+187
lang/python/doc/src/what-is-new
file added
+54
lang/python/doc/src/what-was-new
file added
+106
lang/python/doc/texinfo/gpgme-python-howto.texi
file added
+3483
lang/python/doc/texinfo/index.texi
file added
+60
lang/python/doc/texinfo/maintenance-mode.texi
file added
+169
lang/python/doc/texinfo/short-history.texi
file added
+224
lang/python/doc/texinfo/texinfo.tex
file added
+8962
lang/python/doc/texinfo/what-is-new.texi
file added
+94
lang/python/doc/texinfo/what-was-new.texi
file added
+160
lang/python/examples/Makefile.am
file added
+74
lang/python/examples/Makefile.in
file added
+600
lang/python/examples/assuan.py
file modified
+3 -3
lang/python/examples/decryption-filter.py
file modified
+7 -6
lang/python/examples/delkey.py
file modified
+3 -2
lang/python/examples/exportimport.py
file modified
+3 -2
lang/python/examples/genkey.py
file modified
+3 -2
lang/python/examples/howto/README.org
file added
+58
lang/python/examples/howto/add-userid.py
file added
+62
lang/python/examples/howto/advanced/cython/keycount.pyx
file added
+26
lang/python/examples/howto/advanced/cython/requirements.txt
file added
+1
lang/python/examples/howto/advanced/cython/setup.py
file added
+6
lang/python/examples/howto/clear-sign-file.py
file added
+56
lang/python/examples/howto/create-key.py
file added
+95
lang/python/examples/howto/decrypt-file.py
file added
+51
lang/python/examples/howto/detach-sign-file.py
file added
+64
lang/python/examples/howto/encrypt-file.py
file added
+71
lang/python/examples/howto/encrypt-sign-file.py
file added
+70
lang/python/examples/howto/encrypt-to-group-gullible.py
file added
+81
lang/python/examples/howto/encrypt-to-group-trustno1.py
file added
+90
lang/python/examples/howto/encrypt-to-group.py
file added
+91
lang/python/examples/howto/export-key.py
file added
+87
lang/python/examples/howto/export-minimised-key.py
file added
+87
lang/python/examples/howto/export-secret-key.py
file added
+91
lang/python/examples/howto/export-secret-keys.py
file added
+133
lang/python/examples/howto/groups.py
file added
+62
lang/python/examples/howto/import-key.py
file added
+93
lang/python/examples/howto/import-keybasekey.py
file added
+80
lang/python/examples/howto/import-keys-hkp.py
file added
+131
lang/python/examples/howto/import-keys.py
file added
+70
lang/python/examples/howto/import-mailvelope-keys.py
file added
+131
lang/python/examples/howto/keycount.py
file added
+42
lang/python/examples/howto/local-sign-group.py
file added
+183
lang/python/examples/howto/mutt-groups.py
file added
+64
lang/python/examples/howto/pmkey-import-alt.py
file added
+140
lang/python/examples/howto/pmkey-import-hkp-alt.py
file added
+177
lang/python/examples/howto/pmkey-import-hkp.py
file added
+140
lang/python/examples/howto/pmkey-import.py
file added
+124
lang/python/examples/howto/post_installer.py
file added
+151
lang/python/examples/howto/requirements.txt
file added
+2
lang/python/examples/howto/revoke-userid.py
file added
+62
lang/python/examples/howto/send-key-to-keyserver.py
file added
+98
lang/python/examples/howto/sign-file.py
file added
+64
lang/python/examples/howto/sign-key.py
file added
+63
lang/python/examples/howto/symcrypt-file.py
file added
+63
lang/python/examples/howto/temp-homedir-config.py
file added
+133
lang/python/examples/howto/verify-signatures.py
file added
+64
lang/python/examples/howto/verify-signed-file.py
file added
+61
lang/python/examples/inter-edit.py
file modified
+5 -6
lang/python/examples/low_level-encrypt_to_all.py
file added
+54
lang/python/examples/sign.py
file modified
+3 -2
lang/python/examples/signverify.py
file modified
+3 -2
lang/python/examples/simple.py
file modified
+5 -4
lang/python/examples/testCMSgetkey.py
file modified
+3 -3
lang/python/examples/verifydetails.py
file modified
+14 -10
lang/python/gpgme.i
file modified
+12 -1
lang/python/helpers.c
file modified
+1 -1
lang/python/private.h
file modified
+1 -1
lang/python/setup.py.in
file modified
+173 -131
lang/python/src/Makefile.am
file added
+47
lang/python/src/Makefile.in
file added
+573
lang/python/src/__init__.py
file modified
+44 -18
lang/python/src/callbacks.py
file modified
+7 -3
lang/python/src/constants/__init__.py
file modified
+12 -11
lang/python/src/constants/create.py
file modified
+2 -3
lang/python/src/constants/data/__init__.py
file modified
+2 -2
lang/python/src/constants/data/encoding.py
file modified
+1 -2
lang/python/src/constants/event.py
file modified
+1 -2
lang/python/src/constants/import_type.py
file added
+22
lang/python/src/constants/keylist/__init__.py
file modified
+2 -2
lang/python/src/constants/keylist/mode.py
file modified
+1 -2
lang/python/src/constants/keysign.py
file modified
+2 -3
lang/python/src/constants/md.py
file modified
+1 -2
lang/python/src/constants/pk.py
file modified
+1 -2
lang/python/src/constants/protocol.py
file modified
+1 -2
lang/python/src/constants/sig/__init__.py
file modified
+2 -2
lang/python/src/constants/sig/mode.py
file modified
+1 -2
lang/python/src/constants/sig/notation.py
file modified
+2 -3
lang/python/src/constants/sigsum.py
file modified
+1 -2
lang/python/src/constants/tofu/__init__.py
file modified
+3 -2
lang/python/src/constants/tofu/policy.py
file modified
+2 -3
lang/python/src/constants/validity.py
file modified
+1 -2
lang/python/src/core.py
file modified
+449 -189
lang/python/src/errors.py
file modified
+40 -17
lang/python/src/results.py
file modified
+27 -8
lang/python/src/util.py
file modified
+12 -8
lang/python/tests/Makefile.am
file modified
+19 -18
lang/python/tests/Makefile.in
file modified
+67 -52
lang/python/tests/final.py
file modified
+8 -5
lang/python/tests/initial.py
file modified
+7 -4
lang/python/tests/run-tests.py
file modified
+60 -35
lang/python/tests/support.py
file modified
+24 -7
lang/python/tests/t-callbacks.py
file modified
+77 -12
lang/python/tests/t-data.py
file modified
+7 -4
lang/python/tests/t-decrypt-verify.py
file modified
+28 -14
lang/python/tests/t-decrypt.py
file modified
+14 -3
lang/python/tests/t-edit.py
file modified
+14 -9
lang/python/tests/t-encrypt-large.py
file modified
+11 -4
lang/python/tests/t-encrypt-sign.py
file modified
+11 -8
lang/python/tests/t-encrypt-sym.py
file modified
+9 -7
lang/python/tests/t-encrypt.py
file modified
+20 -18
lang/python/tests/t-export.py
file modified
+5 -4
lang/python/tests/t-file-name.py
file modified
+4 -3
lang/python/tests/t-idiomatic.py
file modified
+10 -7
lang/python/tests/t-import.py
file modified
+41 -34
lang/python/tests/t-keylist-from-data.py
file modified
+138 -80
lang/python/tests/t-keylist.py
file modified
+168 -113
lang/python/tests/t-protocol-assuan.py
file modified
+9 -6
lang/python/tests/t-quick-key-creation.py
file modified
+22 -11
lang/python/tests/t-quick-key-manipulation.py
file modified
+9 -6
lang/python/tests/t-quick-key-signing.py
file modified
+34 -22
lang/python/tests/t-quick-subkey-creation.py
file modified
+15 -10
lang/python/tests/t-sig-notation.py
file modified
+17 -15
lang/python/tests/t-sign.py
file modified
+8 -6
lang/python/tests/t-signers.py
file modified
+6 -2
lang/python/tests/t-trustlist.py
file modified
+9 -6
lang/python/tests/t-verify.py
file modified
+29 -25
lang/python/tests/t-wait.py
file modified
+4 -3
lang/python/tests/t-wrapper.py
file modified
+3 -3
lang/python/version.py.in
file modified
+29 -6
lang/qt/Makefile.am
file modified
+10 -5
lang/qt/Makefile.in
file modified
+29 -13
lang/qt/README
file modified
+3 -3
lang/qt/doc/Doxyfile.in
file modified
+6 -6
lang/qt/doc/Makefile.am
file modified
+1 -1
lang/qt/doc/Makefile.in
file modified
+23 -8
lang/qt/src/Makefile.am
file modified
+2 -1
lang/qt/src/Makefile.in
file modified
+30 -14
lang/qt/src/cryptoconfig.h
file modified
+2 -2
lang/qt/src/dataprovider.h
file modified
+10 -10
lang/qt/src/dn.cpp
file modified
+1 -1
lang/qt/src/dn.h
file modified
+1 -1
lang/qt/src/multideletejob.cpp
file modified
+3 -3
lang/qt/src/protocol_p.h
file modified
+37 -37
lang/qt/src/qgpgmebackend.cpp
file modified
+8 -8
lang/qt/src/qgpgmedecryptjob.cpp
file modified
+1 -1
lang/qt/src/qgpgmedecryptverifyjob.cpp
file modified
+1 -1
lang/qt/src/qgpgmeencryptjob.cpp
file modified
+1 -1
lang/qt/src/qgpgmekeylistjob.cpp
file modified
+1 -1
lang/qt/src/qgpgmelistallkeysjob.cpp
file modified
+2 -2
lang/qt/src/qgpgmenewcryptoconfig.cpp
file modified
+3 -3
lang/qt/src/qgpgmerefreshkeysjob.cpp
file modified
+3 -3
lang/qt/src/qgpgmesecretkeyexportjob.cpp
file modified
+3 -3
lang/qt/src/qgpgmesignencryptjob.cpp
file modified
+1 -1
lang/qt/src/qgpgmesignjob.cpp
file modified
+1 -1
lang/qt/src/qgpgmeverifyopaquejob.cpp
file modified
+1 -1
lang/qt/src/threadedjobmixin.cpp
file modified
+90 -10
lang/qt/src/threadedjobmixin.h
file modified
+1 -1
lang/qt/src/wkspublishjob.h
file modified
+2 -2
lang/qt/tests/Makefile.am
file modified
+10 -11
lang/qt/tests/Makefile.in
file modified
+34 -20
lang/qt/tests/t-config.cpp
file modified
+33 -1
lang/qt/tests/t-encrypt.cpp
file modified
+1 -1
lang/qt/tests/t-keylist.cpp
file modified
+33 -0
lang/qt/tests/t-tofuinfo.cpp
file modified
+30 -28
lang/qt/tests/t-various.cpp
file modified
+19 -0
m4/ax_cxx_compile_stdcxx.m4
file modified
+1 -1
m4/ax_pkg_swig.m4
file modified
+2 -2
m4/ax_python_devel.m4
file modified
+2 -2
m4/glib-2.0.m4
file modified
+3 -3
m4/gpg-error.m4
file modified
+81 -14
m4/libassuan.m4
file modified
+32 -11
m4/python.m4
file modified
+10 -6
m4/qt.m4
file modified
+1 -1
src/ChangeLog-2011
file modified
+29 -29
src/Makefile.am
file modified
+13 -13
src/Makefile.in
file modified
+133 -79
src/argparse.c
file modified
+5 -5
src/assuan-support.c
file modified
+76 -8
src/ath.c
file modified
+18 -26
src/ath.h
file modified
+0 -3
src/b64dec.c
file modified
+3 -1
src/cJSON.c
file added
+1522
src/cJSON.h
file added
+187
src/context.h
file modified
+16 -0
src/conversion.c
file modified
+65 -19
src/data-compat.c
file modified
+31 -38
src/data-estream.c
file added
+100
src/data-fd.c
file modified
+22 -77
src/data-identify.c
file modified
+19 -18
src/data-mem.c
file modified
+57 -37
src/data-stream.c
file modified
+21 -20
src/data-user.c
file modified
+21 -20
src/data.c
file modified
+324 -45
src/data.h
file modified
+29 -2
src/debug.c
file modified
+175 -119
src/debug.h
file modified
+101 -156
src/decrypt-verify.c
file modified
+27 -25
src/decrypt.c
file modified
+181 -56
src/delete.c
file modified
+4 -4
src/dirinfo.c
file modified
+22 -12
src/edit.c
file modified
+26 -28
src/encrypt-sign.c
file modified
+95 -56
src/encrypt.c
file modified
+97 -57
src/engine-assuan.c
file modified
+47 -11
src/engine-backend.h
file modified
+4 -1
src/engine-g13.c
file modified
+28 -27
src/engine-gpg.c
file modified
+397 -99
src/engine-gpgconf.c
file modified
+21 -19
src/engine-gpgsm.c
file modified
+265 -58
src/engine-spawn.c
file modified
+22 -19
src/engine-uiserver.c
file modified
+85 -31
src/engine.c
file modified
+48 -26
src/engine.h
file modified
+4 -2
src/error.c
file modified
+18 -18
src/export.c
file modified
+29 -27
src/genkey.c
file modified
+30 -25
src/get-env.c
file modified
+83 -29
src/getauditlog.c
file modified
+25 -22
src/gpgconf.c
file modified
+18 -18
src/gpgme-config.in
file modified
+8 -5
src/gpgme-glib.pc.in
file added
+14
src/gpgme-json.c
file added
+3950
src/gpgme-tool.c
file modified
+22 -30
src/gpgme-w32spawn.c
file modified
+18 -19
src/gpgme.c
file modified
+121 -74
src/gpgme.def
file modified
+7 -0
src/gpgme.h.in
file modified
+245 -169
src/gpgme.m4
file modified
+48 -10
src/gpgme.pc.in
file added
+14
src/import.c
file modified
+41 -35
src/key.c
file modified
+19 -19
src/keylist.c
file modified
+45 -38
src/keysign.c
file modified
+5 -4
src/libgpgme.vers
file modified
+11 -3
src/mbox-util.c
file modified
+3 -2
src/op-support.c
file modified
+33 -21
src/opassuan.c
file modified
+26 -25
src/ops.h
file modified
+4 -3
src/parsetlv.c
file modified
+3 -2
src/passphrase.c
file modified
+19 -19
src/passwd.c
file modified
+20 -19
src/posix-io.c
file modified
+127 -75
src/posix-util.c
file modified
+28 -20
src/priv-io.h
file modified
+2 -3
src/progress.c
file modified
+19 -19
src/queryswdb.c
file modified
+7 -6
src/setenv.c
file modified
+16 -16
src/sig-notation.c
file modified
+18 -18
src/sign.c
file modified
+32 -32
src/signers.c
file modified
+23 -22
src/spawn.c
file modified
+20 -20
src/status-table.c
file modified
+20 -20
src/stpcpy.c
file modified
+16 -16
src/sys-util.h
file modified
+14 -0
src/tofupolicy.c
file modified
+4 -3
src/trust-item.c
file modified
+19 -19
src/trustlist.c
file modified
+29 -29
src/ttyname_r.c
file modified
+17 -16
src/util.h
file modified
+5 -11
src/verify.c
file modified
+57 -35
src/version.c
file modified
+25 -25
src/versioninfo.rc.in
file modified
+1 -1
src/vfs-create.c
file modified
+20 -20
src/vfs-mount.c
file modified
+19 -19
src/w32-glib-io.c
file modified
+67 -64
src/w32-io.c
file modified
+665 -828
src/w32-util.c
file modified
+192 -96
src/wait-global.c
file modified
+19 -19
src/wait-private.c
file modified
+19 -19
src/wait-user.c
file modified
+19 -19
src/wait.c
file modified
+32 -29
tests/Makefile.am
file modified
+9 -5
tests/Makefile.in
file modified
+48 -19
tests/gpg/Makefile.am
file modified
+27 -23
tests/gpg/Makefile.in
file modified
+51 -32
tests/gpg/cipher-3.asc
file added
+18
tests/gpg/cipher-no-sig.asc
file added
+13
tests/gpg/pinentry
file modified
+1 -1
tests/gpg/t-cancel.c
file modified
+19 -19
tests/gpg/t-decrypt-verify.c
file modified
+2 -1
tests/gpg/t-decrypt.c
file modified
+19 -19
tests/gpg/t-edit.c
file modified
+19 -19
tests/gpg/t-encrypt-large.c
file modified
+18 -18
tests/gpg/t-encrypt-mixed.c
file modified
+20 -20
tests/gpg/t-encrypt-sign.c
file modified
+19 -19
tests/gpg/t-encrypt-sym.c
file modified
+16 -19
tests/gpg/t-encrypt.c
file modified
+19 -19
tests/gpg/t-eventloop.c
file modified
+19 -19
tests/gpg/t-export.c
file modified
+19 -19
tests/gpg/t-file-name.c
file modified
+19 -19
tests/gpg/t-genkey.c
file modified
+19 -19
tests/gpg/t-gpgconf.c
file modified
+18 -18
tests/gpg/t-import.c
file modified
+19 -19
tests/gpg/t-keylist-sig.c
file modified
+19 -19
tests/gpg/t-keylist.c
file modified
+19 -19
tests/gpg/t-sig-notation.c
file modified
+19 -19
tests/gpg/t-sign.c
file modified
+19 -19
tests/gpg/t-signers.c
file modified
+19 -19
tests/gpg/t-support.h
file modified
+25 -22
tests/gpg/t-thread-keylist-verify.c
file modified
+19 -19
tests/gpg/t-thread-keylist.c
file modified
+19 -19
tests/gpg/t-thread1.c
file modified
+19 -19
tests/gpg/t-trustlist.c
file modified
+19 -19
tests/gpg/t-verify.c
file modified
+112 -72
tests/gpg/t-wait.c
file modified
+19 -19
tests/gpgsm/Makefile.am
file modified
+13 -16
tests/gpgsm/Makefile.in
file modified
+38 -25
tests/gpgsm/cms-decrypt.c
file modified
+21 -20
tests/gpgsm/cms-keylist.c
file modified
+22 -21
tests/gpgsm/t-decrypt.c
file modified
+19 -19
tests/gpgsm/t-encrypt.c
file modified
+19 -19
tests/gpgsm/t-export.c
file modified
+19 -19
tests/gpgsm/t-genkey.c
file modified
+20 -20
tests/gpgsm/t-import.c
file modified
+19 -19
tests/gpgsm/t-keylist.c
file modified
+19 -19
tests/gpgsm/t-sign.c
file modified
+19 -19
tests/gpgsm/t-support.h
file modified
+19 -19
tests/gpgsm/t-verify.c
file modified
+19 -19
tests/json/Makefile.am
file added
+110
tests/json/Makefile.in
file added
+895
tests/json/final.test
file added
+4
tests/json/initial.test
file added
+4
tests/json/t-chunking.in.json
file added
+5
tests/json/t-chunking.out.json
file added
+5
tests/json/t-config-opt.in.json
file added
+5
tests/json/t-config-opt.out.json
file added
+6
tests/json/t-config.in.json
file added
+4
tests/json/t-config.out.json
file added
+19
tests/json/t-createkey.in.json
file added
+5
tests/json/t-createkey.out.json
file added
+3
tests/json/t-decrypt-verify.in.json
file added
+5
tests/json/t-decrypt-verify.out.json
file added
+56
tests/json/t-decrypt.in.json
file added
+5
tests/json/t-decrypt.out.json
file added
+16
tests/json/t-delete.in.json
file added
+4
tests/json/t-delete.out.json
file added
+3
tests/json/t-encrypt-sign.in.json
file added
+8
tests/json/t-encrypt-sign.out.json
file added
+4
tests/json/t-encrypt.in.json
file added
+8
tests/json/t-encrypt.out.json
file added
+4
tests/json/t-export-secret-info.in.json
file added
+6
tests/json/t-export-secret-info.out.json
file added
+6
tests/json/t-export.in.json
file added
+5
tests/json/t-export.out.json
file added
+5
tests/json/t-import.in.json
file added
+4
tests/json/t-import.out.json
file added
+22
tests/json/t-json.c
file added
+499
tests/json/t-keylist-secret.in.json
file added
+5
tests/json/t-keylist-secret.out.json
file added
+163
tests/json/t-keylist.in.json
file added
+5
tests/json/t-keylist.out.json
file added
+65
tests/json/t-sig-notations.in.json
file added
+4
tests/json/t-sig-notations.out.json
file added
+56
tests/json/t-sign.in.json
file added
+8
tests/json/t-sign.out.json
file added
+5
tests/json/t-verify.in.json
file added
+5
tests/json/t-verify.out.json
file added
+35
tests/json/t-version.in.json
file added
+3
tests/json/t-version.out.json
file added
+10
tests/opassuan/Makefile.am
file modified
+5 -3
tests/opassuan/Makefile.in
file modified
+30 -12
tests/opassuan/t-command.c
file modified
+17 -16
tests/run-decrypt.c
file modified
+122 -30
tests/run-encrypt.c
file modified
+59 -23
tests/run-export.c
file modified
+18 -17
tests/run-genkey.c
file modified
+2 -1
tests/run-identify.c
file modified
+2 -1
tests/run-import.c
file modified
+47 -19
tests/run-keylist.c
file modified
+57 -17
tests/run-keysign.c
file modified
+2 -1
tests/run-sign.c
file modified
+18 -17
tests/run-support.h
file modified
+23 -20
tests/run-swdb.c
file modified
+2 -1
tests/run-threaded.c
file added
+796
tests/run-tofu.c
file modified
+2 -1
tests/run-verify.c
file modified
+133 -99
tests/t-data.c
file modified
+18 -18
tests/t-engine-info.c
file modified
+18 -18
tests/t-version.c
file modified
+18 -18
    gpgme-1.13.1 base
    
        
file modified
+16 -6
file modified
+4041 -0
file modified
+64 -7
file modified
+121 -50
file modified
+216 -7
file modified
+1 -1
file modified
+500 -22
file modified
+1 -1
file modified
+31 -28
file modified
+2 -8
file modified
+40 -16
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+3 -3
file modified
+1 -1
file modified
+2 -2
file modified
+3 -3
file added
+282
file added
+2
file modified
+3596 -323
file modified
+142 -120
file modified
+4 -4
file modified
+7 -7
file modified
+30 -14
file modified
+1 -1
file modified
+127 -125
file modified
+381 -366
file modified
+364 -25
file modified
+387 -29
file modified
+2 -2
file modified
+5 -2
file modified
+4 -1
file modified
+3 -3
file modified
+25 -10
file modified
+1 -0
file modified
+4 -5
file modified
+27 -13
file modified
+25 -8
file modified
+2 -1
file modified
+11 -8
file modified
+11 -8
file modified
+358 -166
file modified
+4 -5
file modified
+26 -12
file modified
+1 -1
file modified
+2 -1
file modified
+29 -14
file modified
+1 -1
file modified
+28 -28
file modified
+2 -2
file modified
+114 -73
file modified
+20 -3
file modified
+1 -1
file modified
+36 -15
file modified
+6 -0
file modified
+1 -1
file modified
+6 -6
file modified
+5 -1
file modified
+51 -4
file modified
+5 -1
file modified
+126 -29
file modified
+60 -1
file modified
+5 -5
file modified
+1 -1
empty file added
empty file added
file added
+31
file added
+735
file added
+116
file added
+24
file added
+17
file added
+177
file added
+219
file added
+711
file added
+439
file added
+243
file added
+465
file added
+58
file added
+386
file modified
+7 -1
file modified
+7 -7
file modified
+30 -15
file modified
+55 -39
file modified
+3 -2
file modified
+12 -1
file modified
+1 -1
file modified
+1 -1
file modified
+173 -131
file modified
+44 -18
file modified
+7 -3
file modified
+449 -189
file modified
+40 -17
file modified
+27 -8
file modified
+12 -8
file modified
+19 -18
file modified
+67 -52
file modified
+8 -5
file modified
+7 -4
file modified
+60 -35
file modified
+24 -7
file modified
+7 -4
file modified
+14 -9
file modified
+20 -18
file modified
+41 -34
file modified
+168 -113
file modified
+8 -6
file modified
+29 -25
file modified
+4 -3
file modified
+29 -6
file modified
+10 -5
file modified
+29 -13
file modified
+3 -3
file modified
+6 -6
file modified
+1 -1
file modified
+23 -8
file modified
+2 -1
file modified
+30 -14
file modified
+2 -2
file modified
+10 -10
file modified
+1 -1
file modified
+1 -1
file modified
+37 -37
file modified
+2 -2
file modified
+10 -11
file modified
+34 -20
file modified
+33 -1
file modified
+1 -1
file modified
+33 -0
file modified
+30 -28
file modified
+19 -0
file modified
+1 -1
file modified
+2 -2
file modified
+2 -2
file modified
+3 -3
file modified
+81 -14
file modified
+32 -11
file modified
+10 -6
file modified
+1 -1
file modified
+29 -29
file modified
+13 -13
file modified
+133 -79
file modified
+5 -5
file modified
+76 -8
file modified
+18 -26
file modified
+0 -3
file modified
+3 -1
file added
+1522
file added
+187
file modified
+16 -0
file modified
+65 -19
file modified
+31 -38
file added
+100
file modified
+22 -77
file modified
+19 -18
file modified
+57 -37
file modified
+21 -20
file modified
+21 -20
file modified
+324 -45
file modified
+29 -2
file modified
+175 -119
file modified
+101 -156
file modified
+27 -25
file modified
+181 -56
file modified
+4 -4
file modified
+22 -12
file modified
+26 -28
file modified
+95 -56
file modified
+97 -57
file modified
+47 -11
file modified
+4 -1
file modified
+28 -27
file modified
+397 -99
file modified
+21 -19
file modified
+265 -58
file modified
+22 -19
file modified
+85 -31
file modified
+48 -26
file modified
+4 -2
file modified
+18 -18
file modified
+29 -27
file modified
+30 -25
file modified
+83 -29
file modified
+25 -22
file modified
+18 -18
file modified
+8 -5
file added
+14
file added
+3950
file modified
+22 -30
file modified
+18 -19
file modified
+121 -74
file modified
+7 -0
file modified
+245 -169
file modified
+48 -10
file added
+14
file modified
+41 -35
file modified
+19 -19
file modified
+45 -38
file modified
+5 -4
file modified
+11 -3
file modified
+3 -2
file modified
+33 -21
file modified
+26 -25
file modified
+4 -3
file modified
+3 -2
file modified
+19 -19
file modified
+20 -19
file modified
+127 -75
file modified
+28 -20
file modified
+2 -3
file modified
+19 -19
file modified
+7 -6
file modified
+16 -16
file modified
+18 -18
file modified
+32 -32
file modified
+23 -22
file modified
+20 -20
file modified
+20 -20
file modified
+16 -16
file modified
+14 -0
file modified
+4 -3
file modified
+19 -19
file modified
+29 -29
file modified
+17 -16
file modified
+5 -11
file modified
+57 -35
file modified
+25 -25
file modified
+1 -1
file modified
+20 -20
file modified
+19 -19
file modified
+67 -64
file modified
+665 -828
file modified
+192 -96
file modified
+19 -19
file modified
+19 -19
file modified
+19 -19
file modified
+32 -29
file modified
+9 -5
file modified
+48 -19
file modified
+27 -23
file modified
+51 -32
file modified
+1 -1
file modified
+19 -19
file modified
+2 -1
file modified
+19 -19
file modified
+19 -19
file modified
+18 -18
file modified
+20 -20
file modified
+19 -19
file modified
+16 -19
file modified
+19 -19
file modified
+19 -19
file modified
+19 -19
file modified
+19 -19
file modified
+19 -19
file modified
+18 -18
file modified
+19 -19
file modified
+19 -19
file modified
+19 -19
file modified
+19 -19
file modified
+19 -19
file modified
+19 -19
file modified
+25 -22
file modified
+19 -19
file modified
+19 -19
file modified
+19 -19
file modified
+112 -72
file modified
+19 -19
file modified
+13 -16
file modified
+38 -25
file modified
+21 -20
file modified
+22 -21
file modified
+19 -19
file modified
+19 -19
file modified
+19 -19
file modified
+20 -20
file modified
+19 -19
file modified
+19 -19
file modified
+19 -19
file modified
+19 -19
file modified
+19 -19
file added
+110
file added
+895
file added
+499
file modified
+5 -3
file modified
+30 -12
file modified
+17 -16
file modified
+122 -30
file modified
+59 -23
file modified
+18 -17
file modified
+2 -1
file modified
+2 -1
file modified
+47 -19
file modified
+57 -17
file modified
+2 -1
file modified
+18 -17
file modified
+23 -20
file modified
+2 -1
file added
+796
file modified
+2 -1
file modified
+133 -99
file modified
+18 -18
file modified
+18 -18
file modified
+18 -18