aboutsummaryrefslogtreecommitdiffstats
path: root/dirmngr/ks-engine-ldap.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-04-11sm: Print diagnostic about CRL problems due to Tor mode.Werner Koch1-9/+17
2021-08-05build: Simplify for string.h and getopt.h.NIIBE Yutaka1-3/+0
2021-06-16dirmngr: Rewrite the LDAP wrapper toolWerner Koch1-183/+5
2021-06-16dirmngr: Remove useless code.Werner Koch1-5/+0
2021-06-16dirmngr: Fix default port for our redefinition of ldaps.Werner Koch1-17/+13
2021-06-16dirmngr: Use --ldaptimeout for OpenPGP LDAP keyservers.Werner Koch1-1/+15
2021-06-16dirmngr: New option --ldapserverWerner Koch1-0/+2
2021-06-16dirmngr: Allow for non-URL specified ldap keyservers.Werner Koch1-104/+190
2021-06-16dirmngr: Support pseudo URI scheme "opaque".Werner Koch1-1/+1
2021-05-19dirmngr: For KS_SEARCH return the fingerprint also with LDAP.Werner Koch1-48/+80
2021-05-17dirmngr: LDAP search by a mailbox now ignores revoked keys.Werner Koch1-1/+2
2021-04-13gpg: Do not use self-sigs-only for LDAP keyserver imports.Werner Koch1-1/+7
2021-02-17dirmngr: Support new gpgNtds parameter in LDAP keyserver URLs.Werner Koch1-12/+7
2020-12-18dirmngr: Do not block threads in LDAP keyserver calls.Werner Koch1-6/+38
2020-12-17gpg: New AKL method "ntds"Werner Koch1-6/+19
2020-12-17dirmngr: Support "ldap:///" for the current AD user.Werner Koch1-14/+40
2020-12-17dirmngr: Allow LDAP searches via fingerprint.Werner Koch1-23/+41
2020-12-15dirmngr: Store all version 2 schema attributes.Werner Koch1-45/+85
2020-12-14dirmngr: Support the new Active Directory schemaWerner Koch1-106/+141
2020-12-14dirmngr: Do not store the useless pgpSignerID in the LDAP.Werner Koch1-4/+0
2020-12-14dirmngr: Fix adding keys to an LDAP server.Werner Koch1-2/+2
2019-11-26dirmngr: Rework of the LDAP code, part 1.Werner Koch1-3/+3
2019-03-14kbx: Unify the fingerprint search modes.Werner Koch1-2/+0
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