summaryrefslogtreecommitdiffstats
path: root/dirmngr (follow)
Commit message (Expand)AuthorAgeFilesLines
* dirmngr: Support new gpgNtds parameter in LDAP keyserver URLs.Werner Koch2021-02-172-14/+23
* Require Libgcrypt 1.9Werner Koch2021-01-192-6/+21
* 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-173-15/+54
* 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-143-10/+5
* dirmngr: Fix adding keys to an LDAP server.Werner Koch2020-12-141-2/+2
* gpgconf: Also print revision of libksba.Werner Koch2020-11-191-3/+4
* w32: Replace some fopen by es_fopen.Werner Koch2020-11-111-16/+16
* common: New functions gnupg_opendir et al.Werner Koch2020-10-213-19/+15
* Replace all calls to stat by gnupg_stat.Werner Koch2020-10-202-2/+2
* Replace most calls to open by a new wrapper.Werner Koch2020-10-201-2/+2
* Replace all calls to access by gnupg_accessWerner Koch2020-10-203-8/+8
* dirmngr: Minor cleanup for better readability.Werner Koch2020-10-053-29/+29
* dirmngr: Add warning on the use of --add-servers.Werner Koch2020-10-051-1/+6
* gpgconf: New option --show-versions.Werner Koch2020-10-021-1/+67
* common,agent,dirmngr,g10,tools: Fix split_fields API.NIIBE Yutaka2020-09-181-2/+2
* gpg-connect-agent: Catch signals so that SIGPIPE is ignored.Werner Koch2020-09-101-1/+1
* dirmngr: Fix the pool keyserver case for a single host in the pool.Werner Koch2020-09-101-1/+20
* dirmngr: Align the gnutls use of CAs with the ntbtls code.Werner Koch2020-09-103-10/+18
* dirmngr: Print the last alert message returned by NTBTLS.Werner Koch2020-08-271-0/+8
* build: New configure option --disable-testsWerner Koch2020-08-201-0/+4
* dns: Fix memory use-after-free.NIIBE Yutaka2020-08-191-0/+6
* Silence compiler warnings.NIIBE Yutaka2020-08-191-1/+1
* w32: Add link to $(NETLIB) for -lws2_32.NIIBE Yutaka2020-07-301-1/+1
* Revert patches applied wrongly.NIIBE Yutaka2020-07-281-0/+10
* scd: PC/SC: Don't release the context when it's in use.NIIBE Yutaka2020-07-171-10/+0
* dirmngr: Handle EAFNOSUPPORT at connect_server.NIIBE Yutaka2020-07-131-0/+9
* dirmngr: Silence annoying warning for missing default ldap server file.Werner Koch2020-07-021-5/+8
* dirmngr: dns: Fix allocation of string buffer in stack.NIIBE Yutaka2020-05-202-26/+32
* dirmngr: Allow http URLs with "LOOKUP --url"Werner Koch2020-04-161-20/+103
* sm,dirmngr: Restrict allowed parameters used with rsaPSS.Werner Koch2020-04-152-1/+48
* sm: Support rsaPSS verification also for CMS signatures.Werner Koch2020-04-141-1/+1
* dirmngr: Support rsaPSS also in the general validate module.Werner Koch2020-04-091-44/+127
* sm,dirmngr: Support rsaPSS signature verification.Werner Koch2020-04-091-15/+162
* gpgconf: Further simplify the gpgconf option processing.Werner Koch2020-03-141-54/+2
* dirmngr: Re-group the options in the --help output.Werner Koch2020-03-061-50/+81
* gpgconf: Support reading global options (part 2).Werner Koch2020-03-061-2/+4
* agent,dirmngr: Re-read the user specified config file.Werner Koch2020-02-221-2/+8
* Use gpgrt's new option parser for the remaining daemons.Werner Koch2020-02-213-128/+109
* gpg: Use gpgrt's new option parser to provide a global conf file.Werner Koch2020-02-203-0/+12
* Spelling cleanup.Daniel Kahn Gillmor2020-02-196-10/+10
* build: Always use EXTERN_UNLESS_MAIN_MODULE pattern.Werner Koch2020-02-102-0/+2
* dirmngr: Fix building w/o LDAP supportWerner Koch2020-01-211-0/+6
* dirmngr: Tell gpg about WKD looks resulting from a cache.Werner Koch2019-12-061-0/+1
* dirmngr: Replace no-strict-overflow pragma by wrapv pragma.Werner Koch2019-11-271-3/+8
* dirmngr: Rework of the LDAP code, part 1.Werner Koch2019-11-266-40/+93