| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'STABLE-BRANCH-2-2' | Werner Koch | 2018-02-22 | 4 | -2/+72 |
|\ |
|
| * | Release 2.2.5gnupg-2.2.5 | Werner Koch | 2018-02-22 | 2 | -2/+2 |
| * | common: Use new function to print status strings. | Werner Koch | 2018-02-14 | 2 | -0/+70 |
* | | Merge branch 'STABLE-BRANCH-2-2' into master | Werner Koch | 2018-01-25 | 2 | -1/+28 |
|\| |
|
| * | kbx: Simplify by removing custom memory functions. | Werner Koch | 2017-12-22 | 1 | -0/+26 |
| * | common: Use larger buffer for homedir in case of 64 bit UIDs. | Werner Koch | 2017-12-20 | 1 | -1/+1 |
* | | gpg: New maintainer option --debug-set-iobuf-size. | Werner Koch | 2018-01-24 | 1 | -3/+1 |
* | | iobuf: Increase the size of the buffer. Add iobuf_set_buffer_size. | Werner Koch | 2018-01-24 | 2 | -35/+89 |
* | | gpg: First take on PKT_ENCRYPTED_AEAD. | Werner Koch | 2018-01-21 | 1 | -0/+2 |
* | | gpg: Add option and preference framework for AEAD. | Werner Koch | 2018-01-10 | 1 | -1/+11 |
* | | Merge branch 'STABLE-BRANCH-2-2' into master | Werner Koch | 2017-12-18 | 1 | -2/+12 |
|\| |
|
| * | build: New configure option --enable-run-gnupg-user-socket. | Werner Koch | 2017-12-12 | 1 | -2/+12 |
| * | Revert: build: Do not define logging.h constants for ... | Werner Koch | 2017-12-08 | 1 | -17/+9 |
| * | build: Do not define logging.h constants for libgpg-error dev versions. | Werner Koch | 2017-12-07 | 1 | -9/+17 |
| * | common: Accept the Z-suffix for yymmddThhmmssZ format. | NIIBE Yutaka | 2017-11-01 | 1 | -3/+6 |
* | | Adjust for changed macro names in libgpg-error master. | Werner Koch | 2017-12-11 | 3 | -11/+21 |
* | | doc: Update copyright notices for common/exechelp*. | Werner Koch | 2017-11-29 | 4 | -6/+11 |
* | | Use the gpgrt log functions if possible. | Werner Koch | 2017-11-27 | 2 | -9/+43 |
* | | assuan: Fix exponential decay for first second. | Werner Koch | 2017-11-15 | 2 | -5/+7 |
* | | common: Change log_clock to printf style. | Werner Koch | 2017-11-15 | 2 | -5/+17 |
* | | i18n: Add an article to "agent" and lowercase "dirmngr" in one file. | Werner Koch | 2017-11-15 | 1 | -4/+4 |
* | | common: Tweak new code to keep already translated strings. | Werner Koch | 2017-11-15 | 1 | -7/+22 |
* | | assuan: Use exponential decay for first 1s of spinlock. | Daniel Kahn Gillmor | 2017-11-08 | 1 | -5/+26 |
* | | assuan: Reorganize waiting for socket. | Daniel Kahn Gillmor | 2017-11-08 | 1 | -42/+30 |
* | | gpg,sm: New option --with-key-screening. | Werner Koch | 2017-10-17 | 3 | -1/+187 |
* | | common: Add constant KEYGRIP_LEN. | Werner Koch | 2017-09-27 | 1 | -0/+5 |
* | | gpg: Let --debug clock time sign and verify. | Werner Koch | 2017-09-27 | 1 | -6/+6 |
* | | common: Accept the Z-suffix for yymmddThhmmssZ format. | NIIBE Yutaka | 2017-09-19 | 1 | -3/+6 |
* | | common: Fix gnupg_wait_processes. | NIIBE Yutaka | 2017-09-19 | 1 | -24/+26 |
|/ |
|
* | indent: Wrap overlong lines in argparse.c | Werner Koch | 2017-08-01 | 1 | -5/+10 |
* | gpg: Tweak compliance checking for verification | Werner Koch | 2017-07-27 | 1 | -44/+39 |
* | gpg,sm: Fix compliance checking for decryption. | Werner Koch | 2017-07-27 | 1 | -14/+32 |
* | common: Strip trailing slashes from the homedir. | Werner Koch | 2017-07-25 | 1 | -6/+57 |
* | common: New functions gnupg_daemon_rootdir and gnupg_chdir. | Werner Koch | 2017-07-25 | 4 | -1/+40 |
* | common: New function print_utf9_string. | Werner Koch | 2017-07-20 | 2 | -0/+11 |
* | common: logstream fix. | NIIBE Yutaka | 2017-07-20 | 1 | -1/+2 |
* | common: Allow abbreviations of standard options. | Marcus Brinkmann | 2017-07-18 | 2 | -7/+52 |
* | gpg,sm: Check compliance of the RNG. | Werner Koch | 2017-07-17 | 2 | -0/+42 |
* | common: New function split_fields_colon. | Werner Koch | 2017-07-17 | 3 | -0/+116 |
* | agent: Shutdown on removal of the home directory. | Werner Koch | 2017-06-23 | 2 | -0/+38 |
* | gpg,gpgsm: Emit status code ENCRYPTION_COMPLIANCE_MODE. | Werner Koch | 2017-06-23 | 1 | -0/+1 |
* | gpg,gpgsm: Fix compliance check for DSA and avoid an assert. | Werner Koch | 2017-06-19 | 2 | -14/+19 |
* | indent: Always use "_(" and not "_ (" to mark translatable strings. | Werner Koch | 2017-06-19 | 1 | -4/+5 |
* | Change license of some files to LGPLv2.1. | Werner Koch | 2017-06-19 | 2 | -4/+10 |
* | gpg: Disable compliance module for other GnuPG components. | Justus Winter | 2017-06-19 | 1 | -9/+15 |
* | common: Fix -Wswitch warning. | Werner Koch | 2017-06-13 | 1 | -1/+0 |
* | common,gpg,sm: Restrict the use of algorithms according to CO_DE_VS. | Justus Winter | 2017-06-08 | 2 | -0/+202 |
* | common: Add cipher mode to compliance predicate. | Justus Winter | 2017-06-07 | 2 | -4/+15 |
* | common,gpg,sm: Initialize compliance module. | Justus Winter | 2017-06-07 | 2 | -0/+65 |
* | common,gpg: Move the compliance option printer. | Justus Winter | 2017-06-07 | 2 | -0/+21 |