aboutsummaryrefslogtreecommitdiffstats
path: root/dirmngr/ks-engine-ldap.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-10-25dirmngr: Fix out of scope use of a var in the keyserver LDAP code.Werner Koch1-23/+10
2017-03-07Remove -I option to common.NIIBE Yutaka1-1/+1
2017-02-21Clean up word replication.Yuri Chornoivan1-1/+1
2017-02-01dirmngr: New option --no-use-tor and internal changes.Werner Koch1-3/+3
2017-01-23Fix format string errors and some missing error case initialization.Werner Koch1-1/+1
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
2016-09-30w32: Fix STARTTLS on LDAP connections.Justus Winter1-1/+15
2016-09-29dirmngr: Fix STARTTLS on LDAP connections.Justus Winter1-1/+1
2015-11-17Fix typos found using codespell.Justus Winter1-3/+3
2015-10-21Change capitalization of TOR to Tor.Werner Koch1-6/+6
2015-09-18dirmngr: Add option --use-tor as a stub.Werner Koch1-0/+21
2015-07-26Replace GNUPG_GCC_A_ macros by GPGRT_ATTR_ macros.Werner Koch1-1/+1
2015-05-07dirmngr: Fix segfault in ldap engineKristian Fiskerstrand1-1/+3
2015-04-10dirmngr,w32: Replace functions not available under Windows.Werner Koch1-4/+5
2015-04-10dirmngr,w32: Avoid name clash with existing functionWerner Koch1-6/+7
2015-03-31dirmngr: Don't use alloca.Neal H. Walfield1-2/+5
2015-03-31dirmngr: Simplify truncation of long strings in debug code.Neal H. Walfield1-17/+10
2015-03-31dirmngr: Correct indentation.Neal H. Walfield1-108/+107
2015-03-25dirmngr: Fix resource leaks and check rare errors.Werner Koch1-23/+37
2015-03-25dirmngr: Minor cleanups.Werner Koch1-23/+21
2015-03-23Add support to talking to LDAP key servers.Neal H. Walfield1-0/+2055