aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* dirmngr: Prepare certcache for forthcoming changes.Werner Koch2017-02-161-28/+40
* indent: Reformat and extend some comments in dirmngr.Werner Koch2017-02-165-92/+100
* dirmngr: Replace stpcpy chains by strconcat.Werner Koch2017-02-164-30/+13
* scd: Minor fixes to silence compiler warnings.NIIBE Yutaka2017-02-162-4/+6
* libdns: Workaround for bracketed numerical addresses.Werner Koch2017-02-151-3/+22
* dirmngr: Do PTR lookups only for 'keyserver --hosttable'.Werner Koch2017-02-151-46/+79
* dirmngr: Avoid PTR lookup for hosts in a poolWerner Koch2017-02-151-5/+18
* tests,build: Fix distcheck.Justus Winter2017-02-151-1/+2
* tests: Test and document other ways to create keys.Justus Winter2017-02-152-11/+52
* tests: Check expiration times of created keys.Justus Winter2017-02-155-9/+72
* 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