aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* scd: Fix RESET command handling.NIIBE Yutaka2017-02-151-28/+24
* gpg: Make --export-ssh-key work for the primary key.Werner Koch2017-02-144-0/+105
* dirmngr: Do a DNS lookup even if it is missing from nsswitch.conf.Werner Koch2017-02-131-6/+21
* gpgconf: No ENOENT warning with --change-options et al.Werner Koch2017-02-131-2/+5
* gpg: Print a warning if no command has been given.Werner Koch2017-02-131-1/+5
* g13: Fix build on macOS.Justus Winter2017-02-131-1/+1
* scd: Fix use case of PC/SC.NIIBE Yutaka2017-02-133-5/+13
* gpg: Fix memory leak in the error case of signature creation.Werner Koch2017-02-101-2/+9
* 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-089-1/+65
* tests: Skip key types not supported by OpenSSH.Justus Winter2017-02-071-4/+29
* wks: Add WKS-Phase headers to the server messages.Werner Koch2017-02-071-0/+10
* po: Manual updates of nl translation.Daniel Kahn Gillmor2017-02-051-8/+8
* po: Copied missing nl.po translation from the 2.0 branch.Daniel Kahn Gillmor2017-02-051-0/+7647
* gpg: Fix aliases --list-key, --list-sig, and --check-sig.Daniel Kahn Gillmor2017-02-051-3/+3
* doc: Clarify abbreviation of --help.Daniel Kahn Gillmor2017-02-041-1/+2
* agent: Tell pinentry the hostname the agent is running on.Werner Koch2017-02-031-1/+11
* agent: Tell the Pinentry the client's pid.Werner Koch2017-02-035-1/+110
* gpg: More diagnostics for a launched pinentry.Werner Koch2017-02-032-12/+13
* gpg: Don't assume that strtoul interprets "" as 0.Neal H. Walfield2017-02-021-2/+4
* tests: Improve description of test.Neal H. Walfield2017-02-021-1/+1
* Revert "Revert "tests: Add test demonstrating issue2929.""Neal H. Walfield2017-02-022-1/+34
* gpg: Ensure TOFU bindings associated with UTKs are registered as usualNeal H. Walfield2017-02-021-6/+13
* gpg: If there is a TOFU conflict, elide the too few message warning.Neal H. Walfield2017-02-021-1/+3
* gpg: Only print out TOFU statistics for conflicts in interactive modeNeal H. Walfield2017-02-021-14/+69
* gpg: Add newline to output.Neal H. Walfield2017-02-021-1/+1
* gpg: Remove period at end of warning.Neal H. Walfield2017-02-021-1/+1
* dirmngr: New option --no-use-tor and internal changes.Werner Koch2017-02-0111-23/+75
* Fix explanation of commit e175152ef7515921635bf1e00383e812668d13fc.Werner Koch2017-02-012-4/+6
* scd: Fix regression tracking the connection count.NIIBE Yutaka2017-01-313-24/+41
* gpgscm: Tune the hash tables.Justus Winter2017-01-311-3/+5
* gpgscm: Optimize environment lookups and insertions.Justus Winter2017-01-311-50/+116
* gpgscm: Fix build with list environments.Justus Winter2017-01-311-0/+1
* gpgscm: Optimize symbol lookups and insertions.Justus Winter2017-01-311-23/+61
* gpgscm: Fix build with object list.Justus Winter2017-01-311-0/+1
* gpgscm: Remove unused functions.Justus Winter2017-01-311-24/+0
* dirmngr: Require --allow-version-check even if --use-tor is used.Werner Koch2017-01-312-3/+3
* scd: Remove --debug-disable-ticker option.NIIBE Yutaka2017-01-312-34/+14
* scd: Fix SERIALNO for multiple devices.NIIBE Yutaka2017-01-315-76/+71
* gpgscm: Use a compact vector representation.Justus Winter2017-01-302-27/+36
* gpgscm: Provide framework for immediate values.Justus Winter2017-01-301-23/+39
* gpgscm: Fix setting the line of the first gc reservation.Justus Winter2017-01-301-1/+1
* gpgscm: Introduce macro for the vector length.Justus Winter2017-01-301-12/+13
* Revert "tests: Add test demonstrating issue2929."Justus Winter2017-01-302-34/+1
* Explain commit e175152ef7515921635bf1e00383e812668d13fc.Werner Koch2017-01-301-1/+9
* scd: Fix GetSlotStatus.NIIBE Yutaka2017-01-303-29/+31
* scd: Don't send GET_STATUS packet if not needed.NIIBE Yutaka2017-01-301-8/+19
* scd: Fix cancel INTERRUPT transfer.NIIBE Yutaka2017-01-291-19/+10
* scd: More changes on watching removal of card/reader.NIIBE Yutaka2017-01-275-113/+189
* scd: Fix release of transfer object.NIIBE Yutaka2017-01-271-17/+28