summaryrefslogtreecommitdiffstats
path: root/g10/trustdb.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-01-13scd: Make the PIN cache robust against wrongdoing of gpg-agent.Werner Koch2-4/+81
2020-01-13scd:piv: Implement PIN cache.Werner Koch5-29/+100
2020-01-13agent: Avoid multiple calls to scd for KEYINFO.Werner Koch1-2/+45
2020-01-13agent: Replace free by xfree in recently added code.Werner Koch1-3/+3
2020-01-13gpg,sm: Avoid useless ASFW diagnostic in loopback mode.Werner Koch4-0/+39
2020-01-13scd: Fix memory leak in command READKEY.Werner Koch2-3/+9
2020-01-13scd: Make SERIALNO --all work correctly and use it.Werner Koch5-57/+94
2020-01-13agent: handle SSH operation by KEYGRIP.NIIBE Yutaka1-86/+15
2020-01-13agent: Extend agent_card_getattr with KEYGRIP.NIIBE Yutaka3-5/+11
2020-01-10scd: Implement direct access by KEYGRIP for GETATTR and READKEY.NIIBE Yutaka2-50/+119
2020-01-09scd:openpgp: Implement PIN cache.Werner Koch1-104/+229
2020-01-09scd: Use a scdaemon internal key to protect the PIN cache IPC.Werner Koch4-112/+148
2020-01-09agent: SSH: SCD KEYINFO to list available keys.NIIBE Yutaka5-116/+39
2020-01-07scd: First changes to implement a PIN cache.Werner Koch11-85/+418
2020-01-07agent: First changes to support a PIN cache for scdaemon.Werner Koch4-29/+217
2020-01-07kbx: Make sure the tables are joined in a select.Werner Koch1-3/+3
2020-01-03scd: Minor fix for readibility.Werner Koch3-3/+3
2020-01-02kbx: Initial support for an SQLite backendWerner Koch9-87/+1424
2020-01-01Update wk's signing keyWerner Koch1-0/+0
2019-12-23gpg: Fix output of --with-secret if a pattern is given.Werner Koch1-8/+25
2019-12-23doc: Typ fix in commentWerner Koch1-1/+1
2019-12-23kbx: Change keyboxd to work only with one database.Werner Koch3-162/+112
2019-12-19scd: Enhance KEYINFO command to limit listing with capability.NIIBE Yutaka5-35/+79
2019-12-09Include release information from 2.2.17 to 2.2.19Werner Koch1-1/+121
2019-12-06sm: Add special case for expired intermediate certificates.Werner Koch2-17/+91
2019-12-06dirmngr: Tell gpg about WKD looks resulting from a cache.Werner Koch2-2/+8
2019-12-04gpg: Use AKL for angle bracketed mail address with -r.Werner Koch1-6/+31
2019-11-28gpg: Change the way v5 fingerprints are printed.Werner Koch3-16/+7
2019-11-28gpg: Implement insert, update, and delete via keyboxd.Werner Koch1-7/+96
2019-11-28kbx: Add new command DELETE.Werner Koch5-0/+138
2019-11-28kbx: Redefine the UBID which is now the primary fingerprint.Werner Koch18-180/+170
2019-11-27dirmngr: Replace no-strict-overflow pragma by wrapv pragma.Werner Koch1-3/+8
2019-11-27gpg: Move a keydb function to another file.Werner Koch3-42/+46
2019-11-26dirmngr: Rework of the LDAP code, part 1.Werner Koch6-40/+93
2019-11-26dirmngr: Make building with a TLS library mandatoryWerner Koch2-59/+37
2019-11-26doc: Fixed variable naming.Werner Koch2-2/+2
2019-11-25agent: Improve --debug-pinentry diagnosticsWerner Koch1-19/+35
2019-11-23doc,dirmngr: Clarify --standard-resolver.Werner Koch1-1/+2
2019-11-23wkd: Let --install-key write a template policy file.Werner Koch1-0/+83
2019-11-19po: Apply removal of dirmngr/ldap-wrapper-ce.c.NIIBE Yutaka1-1/+0
2019-11-18dirmngr,gpg: Better diagnostic in case of bad TLS certificates.Werner Koch3-7/+36
2019-11-18dirmngr: Forward http redirect warnings to gpg.Werner Koch5-1/+24
2019-11-18dirmngr: Fixed typo in recently added diagnostic.Werner Koch2-2/+2
2019-11-15scd,ccid: Fix detection of supported readers with pinpad.NIIBE Yutaka1-3/+4
2019-11-12dirmngr: Use IPv4 or IPv6 interface only if available.Werner Koch4-3/+119
2019-11-12dirmngr: Tune down err on missing ldapservers fileAndre Heinecke1-1/+1
2019-11-11dirmngr: Remove cruft from dirmngr_ldapWerner Koch6-708/+58
2019-11-11gpg: Forbid the creation of SHA-1 third-party key signatures.Werner Koch1-7/+44
2019-11-11dirmngr: Rename an enum value for clarity.Werner Koch1-3/+3
2019-11-09gpgsm: Allow sepcification of ldaps servers.Werner Koch9-17/+145