| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix use cases of snprintf. | NIIBE Yutaka | 2016-10-21 | 16 | -157/+97 |
* | agent: Fix saving with FORCE=1. | NIIBE Yutaka | 2016-10-21 | 1 | -6/+19 |
* | tests: Simplify test. | Justus Winter | 2016-10-20 | 1 | -36/+31 |
* | tests: Flush stdout in the fake pinentry. | Justus Winter | 2016-10-20 | 1 | -0/+1 |
* | common,w32: Fix setting environment variables on Windows. | Justus Winter | 2016-10-20 | 2 | -40/+65 |
* | tests,w32: Cope with Windows line endings. | Justus Winter | 2016-10-20 | 1 | -1/+2 |
* | tests: Create and remove socket directories. | Justus Winter | 2016-10-20 | 3 | -15/+24 |
* | agent, g10: Fix keygen. | NIIBE Yutaka | 2016-10-20 | 2 | -2/+2 |
* | scd: GENKEY updates the public key in APP. | NIIBE Yutaka | 2016-10-20 | 1 | -228/+257 |
* | g10: smartcard keygen change. | NIIBE Yutaka | 2016-10-20 | 3 | -137/+45 |
* | agent: Add --card option for READKEY. | NIIBE Yutaka | 2016-10-20 | 5 | -70/+100 |
* | dirmngr: improve VERSIONCHECK | Kai Michaelis | 2016-10-19 | 1 | -99/+133 |
* | common: Fix copying data to estreams. | Justus Winter | 2016-10-18 | 1 | -5/+7 |
* | common,w32: Communicate with child in non-blocking mode. | Justus Winter | 2016-10-18 | 1 | -3/+4 |
* | common,w32: Extend gnupg_create_inbound_pipe et al. | Justus Winter | 2016-10-18 | 1 | -10/+27 |
* | common,w32: Make use of default_errsource in exechelp. | Justus Winter | 2016-10-18 | 1 | -7/+21 |
* | scd: Support ECC key generation. | NIIBE Yutaka | 2016-10-18 | 1 | -61/+137 |
* | scd: minor cleanup to merge other works. | NIIBE Yutaka | 2016-10-18 | 3 | -39/+32 |
* | Register DCO for Arnaud Fontaine | Werner Koch | 2016-10-18 | 1 | -0/+3 |
* | gpgscm: Initialize nesting stack. | Justus Winter | 2016-10-17 | 1 | -0/+1 |
* | doc: Document how to manually shut down gpg-agent. | Daniel Kahn Gillmor | 2016-10-17 | 1 | -0/+9 |
* | doc: Point gpg-agent(1) at the right gpg manpage in SEE ALSO. | Daniel Kahn Gillmor | 2016-10-17 | 1 | -1/+1 |
* | scd: Fix keytocard for ECC. | NIIBE Yutaka | 2016-10-17 | 1 | -0/+2 |
* | gpgconf: Fix for --homedir. | NIIBE Yutaka | 2016-10-17 | 1 | -20/+60 |
* | agent: Use straightforward names for the default socket names. | Werner Koch | 2016-10-16 | 1 | -2/+2 |
* | agent: Move inotify code to common and improve it. | Werner Koch | 2016-10-15 | 3 | -56/+140 |
* | dirmngr: use gnupg_mkdtemp instead of mkstemp | Kai Michaelis | 2016-10-14 | 1 | -20/+44 |
* | dirmngr: add VERSIONCHECK command | Kai Michaelis | 2016-10-14 | 1 | -0/+227 |
* | tests: Use shorter filenames. | Neal H. Walfield | 2016-10-13 | 16 | -32/+32 |
* | g10: Be more careful when checking if a binding is signed by a UTK. | Neal H. Walfield | 2016-10-13 | 2 | -3/+108 |
* | tests: Add test data to TEST_FILES. | Neal H. Walfield | 2016-10-13 | 1 | -1/+16 |
* | g10: Be more careful when checking cross signatures. | Neal H. Walfield | 2016-10-13 | 17 | -2/+178 |
* | g10: Still check if the key is an UTK or cross signed in batch mode. | Neal H. Walfield | 2016-10-13 | 1 | -18/+13 |
* | g10: If an sqlite operation fails, map the error code to GPG_ERR_GENERAL | Neal H. Walfield | 2016-10-13 | 1 | -2/+17 |
* | tests: Remove support for deprecated functionality. | Neal H. Walfield | 2016-10-13 | 1 | -1/+0 |
* | g10: When changing a TOFU binding's policy, update the conflict info | Neal H. Walfield | 2016-10-12 | 1 | -17/+16 |
* | g10: Make a singular string singular. | Neal H. Walfield | 2016-10-12 | 1 | -1/+1 |
* | g10: Correctly determine whether a binding has a conflict. | Neal H. Walfield | 2016-10-12 | 1 | -1/+1 |
* | g10: Fix a column's type in TOFU DB. | Neal H. Walfield | 2016-10-12 | 1 | -1/+1 |
* | tests: Rework test environment setup. | Justus Winter | 2016-10-07 | 1 | -5/+6 |
* | tests: Improve handling of Windows newlines. | Justus Winter | 2016-10-07 | 5 | -8/+17 |
* | gpgscm: Improve test of low-level functions. | Justus Winter | 2016-10-07 | 2 | -1/+34 |
* | gpgscm: Improve path handling. | Justus Winter | 2016-10-07 | 2 | -3/+18 |
* | tools: Fix error handling. | Justus Winter | 2016-10-07 | 1 | -3/+1 |
* | agent: Fix get_socket_name. | NIIBE Yutaka | 2016-10-07 | 1 | -6/+8 |
* | Revert "g10: Fix singular term." | Werner Koch | 2016-10-07 | 1 | -1/+1 |
* | gpg: Put extra parens around bit tests. | Werner Koch | 2016-10-07 | 4 | -7/+10 |
* | agent, dirmngr, scd: Fix init_common_subsystems. | NIIBE Yutaka | 2016-10-07 | 4 | -11/+4 |
* | common: Avoid pointer arithmetic on string literals. | Justus Winter | 2016-10-06 | 2 | -4/+4 |
* | g10: Fix singular term. | Justus Winter | 2016-10-06 | 1 | -1/+1 |