summaryrefslogtreecommitdiffstats
path: root/common (follow)
Commit message (Expand)AuthorAgeFilesLines
* common,gpg,sm: Initialize compliance module.Justus Winter2017-06-072-0/+65
* common,gpg: Move the compliance option printer.Justus Winter2017-06-072-0/+21
* common,gpg,sm: Move the compliance option parser.Justus Winter2017-06-072-0/+44
* common,g10: Fix typos.Justus Winter2017-06-061-3/+3
* gpg: Report compliance with CO_DE_VS.Justus Winter2017-06-013-3/+76
* common: Improve checking for compliance with CO_DE_VS.Justus Winter2017-06-011-1/+3
* gpg,common: Move the compliance framework.Justus Winter2017-06-013-1/+193
* common: Correctly render SHA256-based ssh fingerprints.Justus Winter2017-05-242-14/+158
* common: Support different digest algorithms for ssh fingerprints.Justus Winter2017-05-243-32/+37
* common: Let format_text return an error.Werner Koch2017-05-152-16/+25
* tests: Make it possible to run all tests using our infrastructure.Justus Winter2017-05-112-1/+47
* g10, sm, dirmngr, common: Add comment for fall through.NIIBE Yutaka2017-05-101-0/+1
* Spelling fixes in docs and comments.NIIBE Yutaka2017-04-2813-15/+15
* common, g10: Fix enumeration types.NIIBE Yutaka2017-04-131-4/+8
* common: Simplify format_text.NIIBE Yutaka2017-04-123-7/+6
* common: Portability fix for logging.c.NIIBE Yutaka2017-04-111-4/+8
* common: Avoid undefined behavior.Justus Winter2017-03-301-1/+1
* common: Fix connecting to the agent.Justus Winter2017-03-271-0/+2
* gpg: Improve check for already compressed packets.Werner Koch2017-03-241-6/+57
* common: Implicitly do a gpgconf --create-socketdir.Werner Koch2017-03-231-7/+18
* common: Fix warning for portability.NIIBE Yutaka2017-03-071-0/+1
* common,tools: Always escape newlines when escaping data.Justus Winter2017-03-021-1/+9
* build: Add kludge for "make distcheck" in a release build.Werner Koch2017-03-011-1/+1
* gpg: Allow creating keys using an existing ECC key.Werner Koch2017-03-012-50/+21
* w32: Make pipes really pollable.Werner Koch2017-02-282-2/+15
* Clarify text of LGPLv2+/GPLv2+ licensed files.Werner Koch2017-02-2425-50/+50
* gpg: Emit new status DECRYPTION_KEYWerner Koch2017-02-231-0/+1
* Clean up word replication.Yuri Chornoivan2017-02-2113-16/+16
* common: New function log_logv_with_prefix.Werner Koch2017-02-202-11/+27
* common: Rename remaining symbols in ksba-io-support.Werner Koch2017-02-162-20/+26
* common: Remove gpgsm dependencies from ksba-io-support.Werner Koch2017-02-162-35/+104
* common: Change license of ksba-io-support.cWerner Koch2017-02-161-6/+17
* sm,common: Move ksba reader and writer support to common/.Werner Koch2017-02-163-1/+736
* common: Avoid warning about implicit declaration of gnupg_fd_valid.Daniel Kahn Gillmor2017-02-081-0/+1
* gpg,common: Make sure that all fd given are valid.Justus Winter2017-02-083-0/+15
* Update copyright notices for 2017.Werner Koch2017-01-232-3/+3
* Fix format string errors and some missing error case initialization.Werner Koch2017-01-231-1/+1
* common: Fix buffer copy code again.Werner Koch2017-01-191-20/+14
* gpg: Allow to freeze faked system time.Damien Goutte-Gattat2017-01-191-1/+1
* common: Clarify use of vars in buffer copy code.Werner Koch2017-01-191-16/+26
* common: Fix flushing copy buffers.Justus Winter2017-01-181-7/+19
* common: Remove unused function tty_print_string.Werner Koch2017-01-172-83/+46
* tests: Fix t-gettime for a time_t of 64 and a long of 32 bit.Werner Koch2017-01-121-4/+13
* common: New function log_debug_with_string.Werner Koch2017-01-112-37/+106
* common: Avoid unnecessary ambiguity in argparse.Daniel Kahn Gillmor2017-01-111-1/+3
* common: Fix fallback code.Justus Winter2017-01-102-2/+2
* agent,w32: Fix annoying output to DebugView.Werner Koch2017-01-061-5/+8
* Silence two -Wlogical-op warnings.Werner Koch2017-01-051-2/+2
* common: Turn assertions into expressions.Justus Winter2017-01-021-8/+8
* Replace use of variable-length-arrays.Werner Koch2017-01-021-2/+4