| Commit message (Expand) | Author | Files | Lines |
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-11 | Adjust for changed macro names in libgpg-error master. | Werner Koch | 3 | -11/+21 |
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-29 | doc: Update copyright notices for common/exechelp*. | Werner Koch | 4 | -6/+11 |
2017-11-27 | Use the gpgrt log functions if possible. | Werner Koch | 2 | -9/+43 |
2017-11-15 | assuan: Fix exponential decay for first second. | Werner Koch | 2 | -5/+7 |
2017-11-15 | common: Change log_clock to printf style. | Werner Koch | 2 | -5/+17 |
2017-11-15 | i18n: Add an article to "agent" and lowercase "dirmngr" in one file. | Werner Koch | 1 | -4/+4 |
2017-11-15 | common: Tweak new code to keep already translated strings. | Werner Koch | 1 | -7/+22 |
2017-11-08 | assuan: Use exponential decay for first 1s of spinlock. | Daniel Kahn Gillmor | 1 | -5/+26 |
2017-11-08 | assuan: Reorganize waiting for socket. | Daniel Kahn Gillmor | 1 | -42/+30 |
2017-11-01 | common: Accept the Z-suffix for yymmddThhmmssZ format. | NIIBE Yutaka | 1 | -3/+6 |
2017-10-17 | gpg,sm: New option --with-key-screening. | Werner Koch | 3 | -1/+187 |
2017-09-27 | common: Add constant KEYGRIP_LEN. | Werner Koch | 1 | -0/+5 |
2017-09-27 | gpg: Let --debug clock time sign and verify. | Werner Koch | 1 | -6/+6 |
2017-09-19 | common: Accept the Z-suffix for yymmddThhmmssZ format. | NIIBE Yutaka | 1 | -3/+6 |
2017-09-19 | common: Fix gnupg_wait_processes. | NIIBE Yutaka | 1 | -24/+26 |
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 |
2017-06-07 | common,gpg: Move the compliance option printer. | Justus Winter | 2 | -0/+21 |
2017-06-07 | common,gpg,sm: Move the compliance option parser. | Justus Winter | 2 | -0/+44 |
2017-06-06 | common,g10: Fix typos. | Justus Winter | 1 | -3/+3 |
2017-06-01 | gpg: Report compliance with CO_DE_VS. | Justus Winter | 3 | -3/+76 |
2017-06-01 | common: Improve checking for compliance with CO_DE_VS. | Justus Winter | 1 | -1/+3 |
2017-06-01 | gpg,common: Move the compliance framework. | Justus Winter | 3 | -1/+193 |
2017-05-24 | common: Correctly render SHA256-based ssh fingerprints. | Justus Winter | 2 | -14/+158 |
2017-05-24 | common: Support different digest algorithms for ssh fingerprints. | Justus Winter | 3 | -32/+37 |
2017-05-15 | common: Let format_text return an error. | Werner Koch | 2 | -16/+25 |
2017-05-11 | tests: Make it possible to run all tests using our infrastructure. | Justus Winter | 2 | -1/+47 |