- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Today
Yesterday
Wed, May 13
Tue, May 12
Wed, Apr 29
Tue, Apr 28
Mon, Apr 27
Applied to master.
Applied to master.
Fri, Apr 24
I created a branch https://dev.gnupg.org/source/gnupg/history/gniibe%252Ft8048 and pushed all changes (including keyboxd-patch-2026-04-23).
Thu, Apr 23
Enhance keyboxd to have new command for what keybox_set_flags does.
Mon, Apr 20
Fri, Apr 17
Here is the change:
diff --git a/configure.ac b/configure.ac index 30be86b5..ac2696e5 100644 --- a/configure.ac +++ b/configure.ac @@ -3073,7 +3073,8 @@ AC_CHECK_FUNCS(strtoul memmove stricmp atexit raise) AC_CHECK_FUNCS(strerror rand mmap getpagesize sysconf waitpid wait4) AC_CHECK_FUNCS(gettimeofday getrusage gethrtime clock_gettime syslog) AC_CHECK_FUNCS(syscall fcntl ftruncate flockfile getauxval elf_aux_info) -AC_CHECK_FUNCS(explicit_bzero explicit_memset getentropy sysctlbyname) +AC_CHECK_FUNCS(memset_explicit explicit_bzero explicit_memset) +AC_CHECK_FUNCS(getentropy sysctlbyname)
Thu, Apr 16
I found the description in ARM Architecture Reference Manual:
https://developer.arm.com/documentation/ddi0487/mb/-Part-D-The-AArch64-System-Level-Architecture/-Chapter-D11-The-Guarded-Control-Stack/-D11-1-Introduction/-D11-1-3-Overview?lang=en
Apr 15 2026
Apr 14 2026
Apr 13 2026
With -C <DIRNAME> option, it is OK to have no <DIRNAME>.
This case should be allowed.
Apr 10 2026
Here is the fix:
Apr 9 2026
Minimum fix is:
Apr 8 2026
Apr 1 2026
@jpalus You are right.
computed by ssh_signature_encoder_rsa, including additional 0, reach:
Mar 26 2026
I applied the keyboxd part for SETEPHEMERAL command, as it doesn't break anything.
Mar 25 2026
Here is an attempt to fix the client side:
Mar 24 2026
Pushed the change: rG533bcc265e9c: common:dotlock: Clean up for error/info/warning message.
While I pushed the change of libgcrypt, I'd like to apply following change to GnuPG.
This is more kind than GPG_ERR_BAD_PASSPHRASE by gcry_pk_testkey failure.