aboutsummaryrefslogtreecommitdiffstats
path: root/dirmngr (unfollow)
Commit message (Expand)AuthorFilesLines
2016-08-03More cleanup of "allow to".Daniel Kahn Gillmor2-3/+3
2016-08-03dirmngr: Emit correct spelling of "superseded".Daniel Kahn Gillmor2-2/+2
2016-07-14dirmngr: fix handling of HTTP redirectionsDamien Goutte-Gattat1-1/+2
2016-07-14gpg: Fix regression since 2.1 in --search-key with a fingerprint.Werner Koch1-2/+6
2016-07-14build: Require latest released librariesWerner Koch1-7/+2
2016-07-12dirmngr: Fix typo.Daniel Kahn Gillmor1-1/+1
2016-07-01Fix trivial memory leaks in tests.Justus Winter1-0/+2
2016-06-28dirmngr: add option to retrieve extra WKS info.Werner Koch1-8/+22
2016-06-14ldap: Improve info output for v3 fallbackWerner Koch1-2/+3
2016-06-14dirmngr: Try ldap protocol V3 as fallbackAndre Heinecke1-0/+12
2016-06-14dirmngr: Print ldap error if bind failsAndre Heinecke1-1/+1
2016-06-14doc: Consistently use 'keyserver'.Werner Koch1-1/+1
2016-06-08Explicitly restrict socket permissions.Werner Koch1-0/+4
2016-06-08Do not use no-libgcrypt dummy for toolsWerner Koch1-5/+4
2016-06-07common: Remove homedir arg from start_new_{dirmngr,gpg_agent}.Werner Koch1-1/+0
2016-06-07Replace use of opt.homedir by accessor functions.Werner Koch3-31/+20
2016-05-27common: Extend gnupg_create_inbound_pipe et al.Werner Koch1-2/+2
2016-05-18dirmngr: Adjust the WKD lookup to specs version -01.Werner Koch1-2/+0
2016-04-27dirmngr: Add experimental command WKD_GET.Werner Koch1-4/+74
2016-04-27dirmngr: Use system provided root CAs with KS_FETCH.Werner Koch1-1/+3
2016-04-26http: Allow to request system defined CAs for TLS.Werner Koch5-14/+41
2016-04-15dirmngr: Fix https never reported in general helpAndre Heinecke1-1/+7
2016-04-15dirmngr: Fix https incorrectly reported in helpAndre Heinecke1-0/+2
2016-04-05dirmngr: Autodetect PEM format in dirmngr-client.Justus Winter1-13/+30
2016-03-03dirmngr: Add more missing CFLAGS.Justus Winter1-2/+2
2016-03-02common: Consolidate Assuan server argument handling.Justus Winter1-72/+1
2016-03-01dirmngr: Add missing CFLAGS.Justus Winter1-2/+4
2016-02-15dirmngr: fix for memory alignment.NIIBE Yutaka1-6/+14
2016-01-27dirmngr: Build fix for FreeBSD (EAI macros)Werner Koch1-0/+4
2016-01-22dirmngr: Indicate that serial numbers are hexadecimal.Werner Koch3-9/+16
2016-01-22dirmngr: Provide the keyserver pool name even if there is no CNAME.Werner Koch1-2/+2
2016-01-22dirmngr: Use sks-keyservers CA by default for the hkps pool.Daniel Kahn Gillmor6-5/+36
2016-01-06dirmngr: Silence one regression test.Werner Koch1-2/+4
2015-12-22gpg: Suppress a warning.Neal H. Walfield1-0/+2
2015-12-07dirmngr: Initialize http status code.Justus Winter1-1/+1
2015-12-04dirmngr: Stricter handling of http error codes.Justus Winter3-13/+21
2015-12-04dirmngr: Really search all keyservers for patterns.Justus Winter1-1/+14
2015-12-04dirmngr: Handle http status '501 Not Implemented'.Justus Winter1-0/+4
2015-12-04dirmngr: Add command to print the resolver version.Werner Koch1-0/+12
2015-12-02build: Require at least Libassuan 2.4.1.Werner Koch2-17/+0
2015-12-02dirmngr: Switch to an onion address if Tor is running.Werner Koch3-31/+122
2015-12-02http: Enhance parser to detect .onion addresses.Werner Koch3-33/+45
2015-12-01dirmngr: Improve error handling.Justus Winter1-3/+2
2015-11-27Silence compiler warnings related to not using assuan_fd_t.Werner Koch1-2/+2
2015-11-27Avoid incompatible pointer assignment warnings on Windows.Werner Koch2-10/+11
2015-11-27dirmngr: Avoid casting away a const from an char**.Werner Koch1-13/+38
2015-11-27dirmngr: Allow testing for a running Tor via "getinfo tor".Werner Koch1-2/+19
2015-11-26dirmngr: Improve output of "getinfo tor".Werner Koch1-1/+7
2015-11-26dirmngr: Let Libassuan employ nPth wrappers for connect.Werner Koch1-9/+0
2015-11-23dirmngr: Fix http lookups when libadns is used.Justus Winter1-1/+1