aboutsummaryrefslogtreecommitdiffstats
path: root/dirmngr (unfollow)
Commit message (Expand)AuthorFilesLines
2016-10-24dirmngr: Fix segfault in VERSIONCHECK.Kai Michaelis1-2/+2
2016-10-21Fix use cases of snprintf.NIIBE Yutaka1-2/+1
2016-10-19dirmngr: improve VERSIONCHECKKai Michaelis1-99/+133
2016-10-14dirmngr: use gnupg_mkdtemp instead of mkstempKai Michaelis1-20/+44
2016-10-14dirmngr: add VERSIONCHECK commandKai Michaelis1-0/+227
2016-10-07agent, dirmngr, scd: Fix init_common_subsystems.NIIBE Yutaka1-0/+1
2016-10-04agent, dirmngr, scd: npth_init must be after fork.NIIBE Yutaka1-11/+20
2016-09-30w32: Fix STARTTLS on LDAP connections.Justus Winter1-1/+15
2016-09-29dirmngr: Fix STARTTLS on LDAP connections.Justus Winter1-1/+1
2016-09-27dirmngr: Removal of no-libgcrypt.o.NIIBE Yutaka1-8/+1
2016-09-20dirmngr: Fix type.Justus Winter1-1/+1
2016-09-20dirmngr: Open file CRL's in binary modeAndre Heinecke1-1/+1
2016-09-19dirmngr: Silence diagnostics about starting housekeeping.Werner Koch1-2/+2
2016-09-17move some file encodings to UTF-8Daniel Kahn Gillmor2-8/+7
2016-09-15spelling: conenction should be connectionDaniel Kahn Gillmor1-1/+1
2016-09-10Portability build fix.Ben Kibbey1-1/+1
2016-09-07dirmngr: Terminate on deletion of the socket file (Linux only).Werner Koch1-4/+99
2016-09-05dirmngr: Exclude D lines from the IPC debug output.Werner Koch3-5/+76
2016-09-05common: Add an assuan logging monitor.Werner Koch1-1/+1
2016-09-02dirmngr: Add --policy-flags option to WKD_GET.Werner Koch1-3/+12
2016-09-01tests: Run test requiring the network only in maintainer-mode.Werner Koch1-3/+11
2016-08-18dirmngr: Remove all system daemon features.Werner Koch7-237/+14
2016-08-12Call log_set_prefix() with human-readable labels.Daniel Kahn Gillmor2-3/+3
2016-08-11common: New function string_to_u64.Werner Koch1-11/+2
2016-08-09Cleanup initialization of libgcrypt.Ben Kibbey2-6/+2
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