| Commit message (Expand) | Author | Files | Lines |
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 |
2017-05-10 | g10, sm, dirmngr, common: Add comment for fall through. | NIIBE Yutaka | 1 | -0/+1 |
2017-04-28 | Spelling fixes in docs and comments. | NIIBE Yutaka | 13 | -15/+15 |
2017-04-13 | common, g10: Fix enumeration types. | NIIBE Yutaka | 1 | -4/+8 |
2017-04-12 | common: Simplify format_text. | NIIBE Yutaka | 3 | -7/+6 |
2017-04-11 | common: Portability fix for logging.c. | NIIBE Yutaka | 1 | -4/+8 |
2017-03-30 | common: Avoid undefined behavior. | Justus Winter | 1 | -1/+1 |
2017-03-27 | common: Fix connecting to the agent. | Justus Winter | 1 | -0/+2 |
2017-03-24 | gpg: Improve check for already compressed packets. | Werner Koch | 1 | -6/+57 |
2017-03-23 | common: Implicitly do a gpgconf --create-socketdir. | Werner Koch | 1 | -7/+18 |
2017-03-07 | common: Fix warning for portability. | NIIBE Yutaka | 1 | -0/+1 |
2017-03-02 | common,tools: Always escape newlines when escaping data. | Justus Winter | 1 | -1/+9 |
2017-03-01 | build: Add kludge for "make distcheck" in a release build. | Werner Koch | 1 | -1/+1 |
2017-03-01 | gpg: Allow creating keys using an existing ECC key. | Werner Koch | 2 | -50/+21 |
2017-02-28 | w32: Make pipes really pollable. | Werner Koch | 2 | -2/+15 |
2017-02-24 | Clarify text of LGPLv2+/GPLv2+ licensed files. | Werner Koch | 25 | -50/+50 |
2017-02-23 | gpg: Emit new status DECRYPTION_KEY | Werner Koch | 1 | -0/+1 |
2017-02-21 | Clean up word replication. | Yuri Chornoivan | 13 | -16/+16 |
2017-02-20 | common: New function log_logv_with_prefix. | Werner Koch | 2 | -11/+27 |
2017-02-16 | common: Rename remaining symbols in ksba-io-support. | Werner Koch | 2 | -20/+26 |
2017-02-16 | common: Remove gpgsm dependencies from ksba-io-support. | Werner Koch | 2 | -35/+104 |
2017-02-16 | common: Change license of ksba-io-support.c | Werner Koch | 1 | -6/+17 |
2017-02-16 | sm,common: Move ksba reader and writer support to common/. | Werner Koch | 3 | -1/+736 |
2017-02-08 | common: Avoid warning about implicit declaration of gnupg_fd_valid. | Daniel Kahn Gillmor | 1 | -0/+1 |
2017-02-08 | gpg,common: Make sure that all fd given are valid. | Justus Winter | 3 | -0/+15 |
2017-01-23 | Update copyright notices for 2017. | Werner Koch | 2 | -3/+3 |
2017-01-23 | Fix format string errors and some missing error case initialization. | Werner Koch | 1 | -1/+1 |
2017-01-19 | common: Fix buffer copy code again. | Werner Koch | 1 | -20/+14 |
2017-01-19 | gpg: Allow to freeze faked system time. | Damien Goutte-Gattat | 1 | -1/+1 |
2017-01-19 | common: Clarify use of vars in buffer copy code. | Werner Koch | 1 | -16/+26 |
2017-01-18 | common: Fix flushing copy buffers. | Justus Winter | 1 | -7/+19 |
2017-01-17 | common: Remove unused function tty_print_string. | Werner Koch | 2 | -83/+46 |
2017-01-12 | tests: Fix t-gettime for a time_t of 64 and a long of 32 bit. | Werner Koch | 1 | -4/+13 |
2017-01-11 | common: New function log_debug_with_string. | Werner Koch | 2 | -37/+106 |
2017-01-11 | common: Avoid unnecessary ambiguity in argparse. | Daniel Kahn Gillmor | 1 | -1/+3 |