Launch Kleo/GPA in the background on start
Not yet located or identified the bug, but some information.
Add SPDX-License-Identifier to most files
Add copyright info for AUTHORS
drafts: Add RFC-2782 reference
drafts,openpgp-webkey-service: Publish revision -05
drafts,openpgp-webkey-service: Require the Policy Flags
Post release version bump
Add tracing in engine-assuan for T3401
Update NEWS for todays release
Bail out immediately on send if crypt not needed
I could not reproduce it again on Friday. Did some code staring to find the issue but failed. Everything looks Ok.
To compute the key validity (trust) more information may be needed and we can only do that after the changes have been saved. Further, no-auto-chec-trustdb will anyway delay that computation until "gpg --check-trustdb" is run (e.g. by a cron job).
For some reason, is not yet available here. Please put it again.
build: Check -Wlogical-op flag availability with -Werror.
build: BSD make support for yat2m.
web: Change two external links to https
Frankly, I do not understand your problem. We do _not have_ and useful information in the commit logs before December 1 , 2011. You may find some ChangeLog entries in older commit logs but that is from a time when _I_ used a script to copy the ChangeLog entries into the _CVS_ commit logs. That was never done consistently. Thus by looking at the commit log you will get a wrong picture. This is why we need to keep the ChangeLog-2011 files which start right at the top with
This decision suggests that the accessibility of the current source tree
for new contributors (who are more likely to find the static, archaic
changelogs distracting) is unimportant.
You know... I think and DNS have something to do with this. Connman does some weird DNS thing. And it auto-generates /etc/resolv.conf to use localhost as the DNS server.
Ok, edited ~/.gnupg/scdaemon.conf to contain
data.gpg is fine and data2.gpg shows this wired behaviour. The difference is at the end of file last two bytes : 0040 vs. 0a40.
Initally i took data.gpg to create the base64 encoded version for the message.
w32: Avoid unused code warning.
w32: Add new API fucntion gpgrt_w32_reg_query_string.
core: New API functions gpgrt_strdup and gpgrt_strconcat.
core: New API functions gpgrt_malloc, gpgrt_calloc, and gpgrt_realloc.
I tried to reproduce this simply by creating an encrypted file with gpgme/test/run-encrypt and then running kleopatra on it "kleopatra /tmp/foo.gpg" kleopatra prints in debug output the decrypt / verify result from GpgMEpp. No error for me.
New configure options and macros for internal use.
core: Change license of logging.[ch] to LGPLv2.1
core: Import of logging.[ch] from GnuPG
gpgscm: Move files to a gpgscm subdirectory.
gpgscm: Change license from GPLv3+ to LGPLv2.1+
gpgscm: Import gpgscm subdir from the gnupg repo
gpgscm: Add required configure checks.
build: New configure option --enable-all-tests.
tests: Do not run all tests unless in maintainer mode.
gpgscm: Make the test summary stand out
gpgscm: Fix -Wimplicit-fallthrough warnings.
gpgscm: Library improvements.
gpgscm,w32: Fix testing for absolute paths.
gpgscm: Improve option parsing.
gpgscm: Make loading of modules less verbose.
gpgscm: Fail early if the test setup fails.
gpgscm: Improve error handling of foreign functions.
gpgscm: Limit the number of parallel jobs.
gpgscm: Make it impossible to catch '*interpreter-exit*'.
gpgscm: Improve error reporting.
gpgscm: Fix checking for opcode arguments.
tests: Make it possible to run all tests using our infrastructure.
tests: Move the makefile parser.
Spelling fixes in docs and comments.
gpgscm: Make it possible to set the logfile name.
gpgscm: Create and re-use frame objects.
tests: Support tests that are expected to fail.
gpgscm: Improve syntax checking.
gpgscm: Refactor cell finalization.
gpgscm: Tweak error message display.
gpgscm: Emit JUnit-style XML reports.
tests: Locate resources and scripts relative to top source dir.
gpgscm: Make logging less verbose and more useful.
gpgscm: Make test framework less functional.
gpgscm: Move 'trace' and 'stringify'.
gpgscm: Avoid fruitless garbage collection cycles.
gpgscm: Fix test program.
tests: Move common functionality.
gpgscm: Refactor checking for opcode arguments.
gpgscm: Fix opcode dispatch.
gpgscm: Mmap script files.
gpgscm: Improve syntax dispatch.
gpgscm: Make tags mandatory.
gpgscm: Deduplicate code.
gpgscm: Add and use opcode for reversing a list in place.
gpgscm: Move dispatch table into rodata.
gpgscm: Remove now obsolete dispatcher function from the opcodes.
gpgscm: Use more threaded code.
gpgscm: Make global data constant when possible.
gpgscm: Avoid mutating integer.