aboutsummaryrefslogtreecommitdiffstats
path: root/common (unfollow)
Commit message (Expand)AuthorFilesLines
2017-11-29doc: Update copyright notices for common/exechelp*.Werner Koch4-6/+11
2017-11-27Use the gpgrt log functions if possible.Werner Koch2-9/+43
2017-11-15assuan: Fix exponential decay for first second.Werner Koch2-5/+7
2017-11-15common: Change log_clock to printf style.Werner Koch2-5/+17
2017-11-15i18n: Add an article to "agent" and lowercase "dirmngr" in one file.Werner Koch1-4/+4
2017-11-15common: Tweak new code to keep already translated strings.Werner Koch1-7/+22
2017-11-08assuan: Use exponential decay for first 1s of spinlock.Daniel Kahn Gillmor1-5/+26
2017-11-08assuan: Reorganize waiting for socket.Daniel Kahn Gillmor1-42/+30
2017-11-01common: Accept the Z-suffix for yymmddThhmmssZ format.NIIBE Yutaka1-3/+6
2017-10-17gpg,sm: New option --with-key-screening.Werner Koch3-1/+187
2017-09-27common: Add constant KEYGRIP_LEN.Werner Koch1-0/+5
2017-09-27gpg: Let --debug clock time sign and verify.Werner Koch1-6/+6
2017-09-19common: Accept the Z-suffix for yymmddThhmmssZ format.NIIBE Yutaka1-3/+6
2017-09-19common: Fix gnupg_wait_processes.NIIBE Yutaka1-24/+26
2017-08-01indent: Wrap overlong lines in argparse.cWerner Koch1-5/+10
2017-07-27gpg: Tweak compliance checking for verificationWerner Koch1-44/+39
2017-07-27gpg,sm: Fix compliance checking for decryption.Werner Koch1-14/+32
2017-07-25common: Strip trailing slashes from the homedir.Werner Koch1-6/+57
2017-07-25common: New functions gnupg_daemon_rootdir and gnupg_chdir.Werner Koch4-1/+40
2017-07-20common: New function print_utf9_string.Werner Koch2-0/+11
2017-07-20common: logstream fix.NIIBE Yutaka1-1/+2
2017-07-18common: Allow abbreviations of standard options.Marcus Brinkmann2-7/+52
2017-07-17gpg,sm: Check compliance of the RNG.Werner Koch2-0/+42
2017-07-17common: New function split_fields_colon.Werner Koch3-0/+116
2017-06-23agent: Shutdown on removal of the home directory.Werner Koch2-0/+38
2017-06-23gpg,gpgsm: Emit status code ENCRYPTION_COMPLIANCE_MODE.Werner Koch1-0/+1
2017-06-19gpg,gpgsm: Fix compliance check for DSA and avoid an assert.Werner Koch2-14/+19
2017-06-19indent: Always use "_(" and not "_ (" to mark translatable strings.Werner Koch1-4/+5
2017-06-19Change license of some files to LGPLv2.1.Werner Koch2-4/+10
2017-06-19gpg: Disable compliance module for other GnuPG components.Justus Winter1-9/+15
2017-06-13common: Fix -Wswitch warning.Werner Koch1-1/+0
2017-06-08common,gpg,sm: Restrict the use of algorithms according to CO_DE_VS.Justus Winter2-0/+202
2017-06-07common: Add cipher mode to compliance predicate.Justus Winter2-4/+15
2017-06-07common,gpg,sm: Initialize compliance module.Justus Winter2-0/+65
2017-06-07common,gpg: Move the compliance option printer.Justus Winter2-0/+21
2017-06-07common,gpg,sm: Move the compliance option parser.Justus Winter2-0/+44
2017-06-06common,g10: Fix typos.Justus Winter1-3/+3
2017-06-01gpg: Report compliance with CO_DE_VS.Justus Winter3-3/+76
2017-06-01common: Improve checking for compliance with CO_DE_VS.Justus Winter1-1/+3
2017-06-01gpg,common: Move the compliance framework.Justus Winter3-1/+193
2017-05-24common: Correctly render SHA256-based ssh fingerprints.Justus Winter2-14/+158
2017-05-24common: Support different digest algorithms for ssh fingerprints.Justus Winter3-32/+37
2017-05-15common: Let format_text return an error.Werner Koch2-16/+25
2017-05-11tests: Make it possible to run all tests using our infrastructure.Justus Winter2-1/+47
2017-05-10g10, sm, dirmngr, common: Add comment for fall through.NIIBE Yutaka1-0/+1
2017-04-28Spelling fixes in docs and comments.NIIBE Yutaka13-15/+15
2017-04-13common, g10: Fix enumeration types.NIIBE Yutaka1-4/+8
2017-04-12common: Simplify format_text.NIIBE Yutaka3-7/+6
2017-04-11common: Portability fix for logging.c.NIIBE Yutaka1-4/+8
2017-03-30common: Avoid undefined behavior.Justus Winter1-1/+1