aboutsummaryrefslogtreecommitdiffstats
path: root/dirmngr (unfollow)
Commit message (Expand)AuthorFilesLines
2021-06-16dirmngr: Support pseudo URI scheme "opaque".Werner Koch7-18/+36
2021-05-20dirmgr: Avoid double freeJakub Jelen2-3/+1
2021-05-20dirmgr: clean up memory on error code pathsJakub Jelen4-6/+16
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-20Support log-file option from common.conf for all daemon.Werner Koch1-2/+29
2021-04-16gpg: Lookup a missing public key of the current card via LDAP.Werner Koch3-5/+12
2021-04-13gpg: Do not use self-sigs-only for LDAP keyserver imports.Werner Koch1-1/+7
2021-03-15w32: Silence a compiler warning in dirmngr.cWerner Koch1-3/+3
2021-02-17dirmngr: Support new gpgNtds parameter in LDAP keyserver URLs.Werner Koch2-14/+23
2021-01-19Require Libgcrypt 1.9Werner Koch2-6/+21
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 Koch3-15/+54
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 Koch3-10/+5
2020-12-14dirmngr: Fix adding keys to an LDAP server.Werner Koch1-2/+2
2020-11-19gpgconf: Also print revision of libksba.Werner Koch1-3/+4
2020-11-11w32: Replace some fopen by es_fopen.Werner Koch1-16/+16
2020-10-21common: New functions gnupg_opendir et al.Werner Koch3-19/+15
2020-10-20Replace all calls to stat by gnupg_stat.Werner Koch2-2/+2
2020-10-20Replace most calls to open by a new wrapper.Werner Koch1-2/+2
2020-10-20Replace all calls to access by gnupg_accessWerner Koch3-8/+8
2020-10-05dirmngr: Minor cleanup for better readability.Werner Koch3-29/+29
2020-10-05dirmngr: Add warning on the use of --add-servers.Werner Koch1-1/+6
2020-10-02gpgconf: New option --show-versions.Werner Koch1-1/+67
2020-09-18common,agent,dirmngr,g10,tools: Fix split_fields API.NIIBE Yutaka1-2/+2
2020-09-10gpg-connect-agent: Catch signals so that SIGPIPE is ignored.Werner Koch1-1/+1
2020-09-10dirmngr: Fix the pool keyserver case for a single host in the pool.Werner Koch1-1/+20
2020-09-10dirmngr: Align the gnutls use of CAs with the ntbtls code.Werner Koch3-10/+18
2020-08-27dirmngr: Print the last alert message returned by NTBTLS.Werner Koch1-0/+8
2020-08-20build: New configure option --disable-testsWerner Koch1-0/+4
2020-08-19dns: Fix memory use-after-free.NIIBE Yutaka1-0/+6
2020-08-19Silence compiler warnings.NIIBE Yutaka1-1/+1
2020-07-30w32: Add link to $(NETLIB) for -lws2_32.NIIBE Yutaka1-1/+1
2020-07-28Revert patches applied wrongly.NIIBE Yutaka1-0/+10
2020-07-17scd: PC/SC: Don't release the context when it's in use.NIIBE Yutaka1-10/+0
2020-07-13dirmngr: Handle EAFNOSUPPORT at connect_server.NIIBE Yutaka1-0/+9
2020-07-02dirmngr: Silence annoying warning for missing default ldap server file.Werner Koch1-5/+8
2020-05-20dirmngr: dns: Fix allocation of string buffer in stack.NIIBE Yutaka2-26/+32
2020-04-16dirmngr: Allow http URLs with "LOOKUP --url"Werner Koch1-20/+103
2020-04-15sm,dirmngr: Restrict allowed parameters used with rsaPSS.Werner Koch2-1/+48
2020-04-14sm: Support rsaPSS verification also for CMS signatures.Werner Koch1-1/+1
2020-04-09dirmngr: Support rsaPSS also in the general validate module.Werner Koch1-44/+127
2020-04-09sm,dirmngr: Support rsaPSS signature verification.Werner Koch1-15/+162
2020-03-14gpgconf: Further simplify the gpgconf option processing.Werner Koch1-54/+2
2020-03-06dirmngr: Re-group the options in the --help output.Werner Koch1-50/+81
2020-03-06gpgconf: Support reading global options (part 2).Werner Koch1-2/+4