aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* agent: Minor cleanup for recent change in findkey.cWerner Koch2016-10-241-6/+2
* agent: Slightly change structure of cmd_readkey.Werner Koch2016-10-241-29/+31
* dirmngr: Fix segfault in VERSIONCHECK.Kai Michaelis2016-10-241-2/+2
* scd: Use canonical curve name of libgcrypt.NIIBE Yutaka2016-10-243-41/+71
* common: Fix openpgp_is_curve_supported.NIIBE Yutaka2016-10-241-2/+2
* g10: Fix card keygen for decryption.NIIBE Yutaka2016-10-231-2/+2
* g10: More card key generation change.NIIBE Yutaka2016-10-211-39/+24
* g10: Write first keybox record in binary modeAndre Heinecke2016-10-211-1/+1
* g10,scd: Fix ECC keygen.NIIBE Yutaka2016-10-213-21/+70
* scd: Fix segfault changing key attr.NIIBE Yutaka2016-10-211-1/+1
* g10: Don't ask keysize for for non-RSA card.NIIBE Yutaka2016-10-211-22/+28
* g10: Support ECC for gen_card_key.NIIBE Yutaka2016-10-211-15/+17
* Fix use cases of snprintf.NIIBE Yutaka2016-10-2116-157/+97
* agent: Fix saving with FORCE=1.NIIBE Yutaka2016-10-211-6/+19
* tests: Simplify test.Justus Winter2016-10-201-36/+31
* tests: Flush stdout in the fake pinentry.Justus Winter2016-10-201-0/+1
* common,w32: Fix setting environment variables on Windows.Justus Winter2016-10-202-40/+65
* tests,w32: Cope with Windows line endings.Justus Winter2016-10-201-1/+2
* tests: Create and remove socket directories.Justus Winter2016-10-203-15/+24
* agent, g10: Fix keygen.NIIBE Yutaka2016-10-202-2/+2
* scd: GENKEY updates the public key in APP.NIIBE Yutaka2016-10-201-228/+257
* g10: smartcard keygen change.NIIBE Yutaka2016-10-203-137/+45
* agent: Add --card option for READKEY.NIIBE Yutaka2016-10-205-70/+100
* dirmngr: improve VERSIONCHECKKai Michaelis2016-10-191-99/+133
* common: Fix copying data to estreams.Justus Winter2016-10-181-5/+7
* common,w32: Communicate with child in non-blocking mode.Justus Winter2016-10-181-3/+4
* common,w32: Extend gnupg_create_inbound_pipe et al.Justus Winter2016-10-181-10/+27
* common,w32: Make use of default_errsource in exechelp.Justus Winter2016-10-181-7/+21
* scd: Support ECC key generation.NIIBE Yutaka2016-10-181-61/+137
* scd: minor cleanup to merge other works.NIIBE Yutaka2016-10-183-39/+32
* Register DCO for Arnaud FontaineWerner Koch2016-10-181-0/+3
* gpgscm: Initialize nesting stack.Justus Winter2016-10-171-0/+1
* doc: Document how to manually shut down gpg-agent.Daniel Kahn Gillmor2016-10-171-0/+9
* doc: Point gpg-agent(1) at the right gpg manpage in SEE ALSO.Daniel Kahn Gillmor2016-10-171-1/+1
* scd: Fix keytocard for ECC.NIIBE Yutaka2016-10-171-0/+2
* gpgconf: Fix for --homedir.NIIBE Yutaka2016-10-171-20/+60
* agent: Use straightforward names for the default socket names.Werner Koch2016-10-161-2/+2
* agent: Move inotify code to common and improve it.Werner Koch2016-10-153-56/+140
* dirmngr: use gnupg_mkdtemp instead of mkstempKai Michaelis2016-10-141-20/+44
* dirmngr: add VERSIONCHECK commandKai Michaelis2016-10-141-0/+227
* tests: Use shorter filenames.Neal H. Walfield2016-10-1316-32/+32
* g10: Be more careful when checking if a binding is signed by a UTK.Neal H. Walfield2016-10-132-3/+108
* tests: Add test data to TEST_FILES.Neal H. Walfield2016-10-131-1/+16
* g10: Be more careful when checking cross signatures.Neal H. Walfield2016-10-1317-2/+178
* g10: Still check if the key is an UTK or cross signed in batch mode.Neal H. Walfield2016-10-131-18/+13
* g10: If an sqlite operation fails, map the error code to GPG_ERR_GENERALNeal H. Walfield2016-10-131-2/+17
* tests: Remove support for deprecated functionality.Neal H. Walfield2016-10-131-1/+0
* g10: When changing a TOFU binding's policy, update the conflict infoNeal H. Walfield2016-10-121-17/+16
* g10: Make a singular string singular.Neal H. Walfield2016-10-121-1/+1
* g10: Correctly determine whether a binding has a conflict.Neal H. Walfield2016-10-121-1/+1