aboutsummaryrefslogtreecommitdiffstats
path: root/dirmngr/ks-engine-ldap.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* dirmngr: Fix out of scope use of a var in the keyserver LDAP code.Werner Koch2018-10-251-23/+10
* Remove -I option to common.NIIBE Yutaka2017-03-071-1/+1
* Clean up word replication.Yuri Chornoivan2017-02-211-1/+1
* dirmngr: New option --no-use-tor and internal changes.Werner Koch2017-02-011-3/+3
* Fix format string errors and some missing error case initialization.Werner Koch2017-01-231-1/+1
* Change all http://www.gnu.org in license notices to https://Werner Koch2016-11-051-1/+1
* w32: Fix STARTTLS on LDAP connections.Justus Winter2016-09-301-1/+15
* dirmngr: Fix STARTTLS on LDAP connections.Justus Winter2016-09-291-1/+1
* Fix typos found using codespell.Justus Winter2015-11-171-3/+3
* Change capitalization of TOR to Tor.Werner Koch2015-10-211-6/+6
* dirmngr: Add option --use-tor as a stub.Werner Koch2015-09-181-0/+21
* Replace GNUPG_GCC_A_ macros by GPGRT_ATTR_ macros.Werner Koch2015-07-261-1/+1
* dirmngr: Fix segfault in ldap engineKristian Fiskerstrand2015-05-071-1/+3
* dirmngr,w32: Replace functions not available under Windows.Werner Koch2015-04-101-4/+5
* dirmngr,w32: Avoid name clash with existing functionWerner Koch2015-04-101-6/+7
* dirmngr: Don't use alloca.Neal H. Walfield2015-03-311-2/+5
* dirmngr: Simplify truncation of long strings in debug code.Neal H. Walfield2015-03-311-17/+10
* dirmngr: Correct indentation.Neal H. Walfield2015-03-311-108/+107
* dirmngr: Fix resource leaks and check rare errors.Werner Koch2015-03-251-23/+37
* dirmngr: Minor cleanups.Werner Koch2015-03-251-23/+21
* Add support to talking to LDAP key servers.Neal H. Walfield2015-03-231-0/+2055