| Commit message (Expand) | Author | Files | Lines |
2019-05-27 | gpg: Allow deletion of subkeys with --delete-[secret-]key. | Werner Koch | 1 | -3/+4 |
2019-04-16 | common: Fix AWK portability. | NIIBE Yutaka | 2 | -7/+7 |
2019-02-19 | common: Fix gnupg_wait_processes. | NIIBE Yutaka | 1 | -24/+26 |
2019-02-12 | Release 2.2.13gnupg-2.2.13 | Werner Koch | 2 | -2/+2 |
2019-02-11 | common: Provide function to get public key algo names in our format. | Werner Koch | 2 | -0/+59 |
2019-02-11 | common: New functions get_option_value and ascii_strupr. | Werner Koch | 4 | -1/+71 |
2019-01-29 | common: Provide some convenient OpenPGP related constants. | Werner Koch | 1 | -0/+6 |
2019-01-29 | common: New helper functions for OpenPGP curve OIDs. | Werner Koch | 3 | -34/+66 |
2018-12-05 | common/iobuf: fix memory wiping in iobuf_copy | Jussi Kivilinna | 1 | -1/+6 |
2018-12-05 | common: Use platform memory zeroing function for wipememory | Jussi Kivilinna | 2 | -9/+19 |
2018-10-24 | agent: Fix possible uninitalized use of CTX in simple_pwquery. | Werner Koch | 1 | -0/+1 |
2018-10-02 | common: Fix gnupg_reopen_std. | NIIBE Yutaka | 1 | -6/+5 |
2018-09-10 | common: Use iobuf_get_noeof to avoid undefined behaviors. | NIIBE Yutaka | 1 | -3/+3 |
2018-09-06 | Fix use of strncpy, which is actually good to use memcpy. | NIIBE Yutaka | 1 | -1/+1 |
2018-08-28 | assuan: Fix exponential decay for first second. | Werner Koch | 2 | -5/+7 |
2018-08-28 | assuan: Use exponential decay for first 1s of spinlock. | Daniel Kahn Gillmor | 1 | -5/+26 |
2018-08-28 | assuan: Reorganize waiting for socket. | Daniel Kahn Gillmor | 1 | -42/+30 |
2018-07-29 | common: New function to validate domain names. | Werner Koch | 3 | -2/+93 |
2018-05-02 | gpg: Fix "Too many open files" when using --multifile. | Werner Koch | 1 | -0/+1 |
2018-05-02 | common,w32: Hide spawned processes by default | Andre Heinecke | 1 | -1/+1 |
2018-04-09 | gpg,w32: Fix empty homedir when only a drive letter is used. | Werner Koch | 1 | -32/+63 |
2018-03-23 | agent: New OPTION pretend-request-origin | Werner Koch | 2 | -0/+48 |
2018-02-22 | Release 2.2.5gnupg-2.2.5 | Werner Koch | 2 | -2/+2 |
2018-02-14 | common: Use new function to print status strings. | Werner Koch | 2 | -0/+70 |
2017-12-22 | kbx: Simplify by removing custom memory functions. | Werner Koch | 1 | -0/+26 |
2017-12-20 | common: Use larger buffer for homedir in case of 64 bit UIDs. | Werner Koch | 1 | -1/+1 |
2017-12-12 | build: New configure option --enable-run-gnupg-user-socket. | Werner Koch | 1 | -2/+12 |
2017-12-08 | Revert: build: Do not define logging.h constants for ... | Werner Koch | 1 | -17/+9 |
2017-12-07 | build: Do not define logging.h constants for libgpg-error dev versions. | Werner Koch | 1 | -9/+17 |
2017-11-01 | common: Accept the Z-suffix for yymmddThhmmssZ format. | NIIBE Yutaka | 1 | -3/+6 |
2017-08-01 | indent: Wrap overlong lines in argparse.c | Werner Koch | 1 | -5/+10 |
2017-07-27 | gpg: Tweak compliance checking for verification | Werner Koch | 1 | -44/+39 |
2017-07-27 | gpg,sm: Fix compliance checking for decryption. | Werner Koch | 1 | -14/+32 |
2017-07-25 | common: Strip trailing slashes from the homedir. | Werner Koch | 1 | -6/+57 |
2017-07-25 | common: New functions gnupg_daemon_rootdir and gnupg_chdir. | Werner Koch | 4 | -1/+40 |
2017-07-20 | common: New function print_utf9_string. | Werner Koch | 2 | -0/+11 |
2017-07-20 | common: logstream fix. | NIIBE Yutaka | 1 | -1/+2 |
2017-07-18 | common: Allow abbreviations of standard options. | Marcus Brinkmann | 2 | -7/+52 |
2017-07-17 | gpg,sm: Check compliance of the RNG. | Werner Koch | 2 | -0/+42 |
2017-07-17 | common: New function split_fields_colon. | Werner Koch | 3 | -0/+116 |
2017-06-23 | agent: Shutdown on removal of the home directory. | Werner Koch | 2 | -0/+38 |
2017-06-23 | gpg,gpgsm: Emit status code ENCRYPTION_COMPLIANCE_MODE. | Werner Koch | 1 | -0/+1 |
2017-06-19 | gpg,gpgsm: Fix compliance check for DSA and avoid an assert. | Werner Koch | 2 | -14/+19 |
2017-06-19 | indent: Always use "_(" and not "_ (" to mark translatable strings. | Werner Koch | 1 | -4/+5 |
2017-06-19 | Change license of some files to LGPLv2.1. | Werner Koch | 2 | -4/+10 |
2017-06-19 | gpg: Disable compliance module for other GnuPG components. | Justus Winter | 1 | -9/+15 |
2017-06-13 | common: Fix -Wswitch warning. | Werner Koch | 1 | -1/+0 |
2017-06-08 | common,gpg,sm: Restrict the use of algorithms according to CO_DE_VS. | Justus Winter | 2 | -0/+202 |
2017-06-07 | common: Add cipher mode to compliance predicate. | Justus Winter | 2 | -4/+15 |
2017-06-07 | common,gpg,sm: Initialize compliance module. | Justus Winter | 2 | -0/+65 |