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