summaryrefslogtreecommitdiffstats
path: root/dirmngr/ks-engine-ldap.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* dirmngr: Support paged LDAP mode for KS_GETWerner Koch2022-10-051-36/+202
* dirmngr: New options --first and --next for KS_GET.Werner Koch2022-10-041-121/+282
* dirmngr: Minor fix for baseDN fallback.Werner Koch2022-09-291-37/+22
* dirmngr: Change interrogate_ldap_dn for better memory semantics.NIIBE Yutaka2022-09-291-28/+12
* dirmngr: Interrogate LDAP server when base DN specified.Joey Berkovitz2022-09-291-7/+26
* dirmngr: New server flag "areconly" (A-record-only)Werner Koch2022-09-281-2/+18
* dirmngr: Support gpgMailbox for mode MAILSUB and MAILEND.Werner Koch2022-09-261-2/+8
* dirmngr: Factor out interrogate_ldap_dn function.NIIBE Yutaka2022-09-261-66/+69
* sm: Print diagnostic about CRL problems due to Tor mode.Werner Koch2022-04-111-9/+17
* build: Simplify for string.h and getopt.h.NIIBE Yutaka2021-08-051-3/+0
* dirmngr: Rewrite the LDAP wrapper toolWerner Koch2021-06-161-183/+5
* dirmngr: Remove useless code.Werner Koch2021-06-161-5/+0
* dirmngr: Fix default port for our redefinition of ldaps.Werner Koch2021-06-161-17/+13
* dirmngr: Use --ldaptimeout for OpenPGP LDAP keyservers.Werner Koch2021-06-161-1/+15
* dirmngr: New option --ldapserverWerner Koch2021-06-161-0/+2
* dirmngr: Allow for non-URL specified ldap keyservers.Werner Koch2021-06-161-104/+190
* dirmngr: Support pseudo URI scheme "opaque".Werner Koch2021-06-161-1/+1
* dirmngr: For KS_SEARCH return the fingerprint also with LDAP.Werner Koch2021-05-191-48/+80
* dirmngr: LDAP search by a mailbox now ignores revoked keys.Werner Koch2021-05-171-1/+2
* gpg: Do not use self-sigs-only for LDAP keyserver imports.Werner Koch2021-04-131-1/+7
* dirmngr: Support new gpgNtds parameter in LDAP keyserver URLs.Werner Koch2021-02-171-12/+7
* dirmngr: Do not block threads in LDAP keyserver calls.Werner Koch2020-12-181-6/+38
* gpg: New AKL method "ntds"Werner Koch2020-12-171-6/+19
* dirmngr: Support "ldap:///" for the current AD user.Werner Koch2020-12-171-14/+40
* dirmngr: Allow LDAP searches via fingerprint.Werner Koch2020-12-171-23/+41
* dirmngr: Store all version 2 schema attributes.Werner Koch2020-12-151-45/+85
* dirmngr: Support the new Active Directory schemaWerner Koch2020-12-141-106/+141
* dirmngr: Do not store the useless pgpSignerID in the LDAP.Werner Koch2020-12-141-4/+0
* dirmngr: Fix adding keys to an LDAP server.Werner Koch2020-12-141-2/+2
* dirmngr: Rework of the LDAP code, part 1.Werner Koch2019-11-261-3/+3
* kbx: Unify the fingerprint search modes.Werner Koch2019-03-141-2/+0
* 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