aboutsummaryrefslogtreecommitdiffstats
path: root/dirmngr/ks-engine-ldap.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-08-25dirmngr: Extend the AD_QUERY command.Werner Koch1-0/+191
2023-08-25dirmngr: Return modifyTimestamp and add server option --newer.Werner Koch1-13/+67
2023-08-25dirmngr: New command AD_QUERY.Werner Koch1-68/+529
2022-10-07dirmngr: Support paged LDAP mode for KS_GETWerner Koch1-36/+203
2022-10-07dirmngr: New options --first and --next for KS_GET.Werner Koch1-120/+281
2022-10-07dirmngr: Minor fix for baseDN fallback.Werner Koch1-37/+20
2022-10-07dirmngr: Change interrogate_ldap_dn for better memory semantics.NIIBE Yutaka1-28/+12
2022-10-07dirmngr: Interrogate LDAP server when base DN specified.Joey Berkovitz1-7/+26
2022-10-07dirmngr: Support gpgMailbox for mode MAILSUB and MAILEND.Werner Koch1-2/+8
2022-10-07dirmngr: Factor out interrogate_ldap_dn function.Werner Koch1-66/+71
2022-09-28doc: Typo fix in a comment.Werner Koch1-1/+1
2022-09-28dirmngr: New server flag "areconly" (A-record-only)Werner Koch1-2/+18
2022-06-03dirmngr,w32: Silence compiler warnings for the LDAP API.Werner Koch1-1/+6
2021-06-08dirmngr: Rewrite the LDAP wrapper toolWerner Koch1-183/+5
2021-06-04dirmngr: Remove useless code.Werner Koch1-5/+0
2021-05-28dirmngr: Fix default port for our redefinition of ldaps.Werner Koch1-17/+13
2021-05-26dirmngr: Use --ldaptimeout for OpenPGP LDAP keyservers.Werner Koch1-1/+15
2021-05-26dirmngr: New option --ldapserverWerner Koch1-0/+2
2021-05-26dirmngr: Allow for non-URL specified ldap keyservers.Werner Koch1-106/+193
2021-05-26dirmngr: 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-22/+40
2020-12-17dirmngr: Store all version 2 schema attributes.Werner Koch1-44/+84
2020-12-17dirmngr: Support the new Active Directory schemaWerner Koch1-106/+141
2020-12-17dirmngr: Do not store the useless pgpSignerID in the LDAP.Werner Koch1-4/+0
2020-12-17dirmngr: Fix adding keys to an LDAP server.Werner Koch1-2/+2
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