aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* scd: Add --demand option for SERIALNO.NIIBE Yutaka2017-01-163-39/+91
* build: Make autogen.sh more POSIX friendly (next try)Werner Koch2017-01-121-1/+1
* gpg: Rename a var to avoid a shadowing warning.Werner Koch2017-01-121-3/+5
* tests: Fix t-gettime for a time_t of 64 and a long of 32 bit.Werner Koch2017-01-122-5/+14
* build: Make autogen.sh more POSIX friendly.Werner Koch2017-01-121-3/+6
* libdns: Silence -Wstrict-prototypes on some function ptrs.Werner Koch2017-01-121-0/+13
* libdns: Provide replacement for EPROTO.Werner Koch2017-01-121-0/+4
* dirmngr: After a connection failure log a hint if Tor is not running.Werner Koch2017-01-111-0/+11
* dirmngr: Mark hosts dead on ENETDOWN.Werner Koch2017-01-111-0/+5
* dirmngr: Fix Tor access for v6 addresses.Werner Koch2017-01-111-1/+63
* dirmngr: Remove warnings about unused global variables.Werner Koch2017-01-112-2/+2
* dirmngr: Implement debug option "network" for http.Werner Koch2017-01-112-3/+6
* dirmngr: Add debug code to http.c.Werner Koch2017-01-112-22/+54
* 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
* systemd-user: Enable "systemctl --user reload {dirmngr,gpg-agent}"Daniel Kahn Gillmor2017-01-102-0/+2
* doc: Mention dirmngr.confWerner Koch2017-01-101-2/+15
* tests: Improve gpgconf test.Justus Winter2017-01-102-6/+25
* tools: Fix memory leaks and improve error handling.Justus Winter2017-01-103-6/+52
* tests: Add test for gpgconf.Justus Winter2017-01-103-2/+73
* common: Fix fallback code.Justus Winter2017-01-102-2/+2
* dirmngr: Use "pgpkey-hkps" and "pgpkey-hkp" for SRV record lookups.Werner Koch2017-01-091-29/+34
* dirmngr: Do not use a SRV record for HKP if a port was specified.Werner Koch2017-01-093-28/+40
* doc: Update man page for watchgnupgWerner Koch2017-01-091-18/+25
* dirmngr: Implement experimental SRV record lookup for WKD.Werner Koch2017-01-081-1/+51
* dirmngr: Improve debug output for TLS.Werner Koch2017-01-081-0/+8
* dirmngr: Change internal SRV lookup API.Werner Koch2017-01-085-37/+31
* dirmngr: Strip root zone suffix from libdns SRV results.Werner Koch2017-01-081-0/+4
* agent,w32: Fix annoying output to DebugView.Werner Koch2017-01-062-7/+14
* doc: Document summary values of TOFU_STATSAndre Heinecke2017-01-061-0/+13
* scd: Fix for --disable-ccid for scdaemon.NIIBE Yutaka2017-01-061-6/+7
* scd: Fix for --disable-ccid-driver.NIIBE Yutaka2017-01-061-1/+6
* scd: Support multiple readers by CCID driver.NIIBE Yutaka2017-01-066-190/+589
* Silence two -Wlogical-op warnings.Werner Koch2017-01-052-3/+7
* doc: Mention gpgv in the description of gpg --verify.Werner Koch2017-01-051-0/+7
* tests: New test for --{show,override}-session-key.Justus Winter2017-01-052-0/+46
* tests: Fix macro.Justus Winter2017-01-053-8/+12
* g10: avoid warning when --disable-tofuDaniel Kahn Gillmor2017-01-041-1/+1
* doc: Add release announcement pointers to NEWS entries.Werner Koch2017-01-041-2/+97
* tests,w32: Fix locating the components.Justus Winter2017-01-041-9/+29
* doc: Extend dirmngr's --allow-version-check descriptionWerner Koch2017-01-031-1/+7
* dirmngr: Make sure Tor mode is also set for DNS on SIGHUP.Werner Koch2017-01-035-37/+14
* dirmngr: New debug message on correctly initialized libdns.Werner Koch2017-01-031-1/+4
* common: Turn assertions into expressions.Justus Winter2017-01-021-8/+8
* tests: Fix faked time in the TOFU test.Justus Winter2017-01-021-1/+1
* g13: Improve printing of debug infos.Werner Koch2017-01-021-1/+1
* Replace use of variable-length-arrays.Werner Koch2017-01-025-18/+42
* build: Enable gcc warnings to detect non-portable code.Werner Koch2017-01-021-0/+9
* gpgscm: Fail if too many arguments are given.Justus Winter2017-01-022-6/+4
* gpgscm: Add 'finally', rework all macros.Justus Winter2017-01-022-44/+52