| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | g10: Use appropriate variant of 'abs'. | Justus Winter | 2016-10-06 | 1 | -6/+6 |
* | sm: Remove statement without effect. | Justus Winter | 2016-10-06 | 1 | -1/+0 |
* | g10: Fix testing for debug flag. | Justus Winter | 2016-10-06 | 1 | -1/+1 |
* | tools: Improve error handling. | Justus Winter | 2016-10-06 | 1 | -1/+1 |
* | gpgscm: Update callsite of 'gnupg_spawn_process'. | Justus Winter | 2016-10-06 | 1 | -1/+1 |
* | wks: Send key encrypted as required by draft -02 | Werner Koch | 2016-10-05 | 1 | -5/+41 |
* | wks: Add option --fake-submission-addr to gpg-wks-client. | Werner Koch | 2016-10-05 | 1 | -16/+33 |
* | agent: Another minor fix to map_supervised_sockets. | Werner Koch | 2016-10-05 | 1 | -3/+1 |
* | agent: Fix npth + supervised mode problem. | Werner Koch | 2016-10-05 | 1 | -0/+2 |
* | agent: Fix error handling in map_supervised_sockets | Daniel Kahn Gillmor | 2016-10-05 | 1 | -2/+2 |
* | agent: Streamline the supervised mode code. | Werner Koch | 2016-10-04 | 2 | -200/+216 |
* | agent: Adjust cleanup for supervised mode. Fix for W32. | Werner Koch | 2016-10-04 | 1 | -13/+20 |
* | agent: Adjust supervised mode for the new default socket names. | Werner Koch | 2016-10-04 | 1 | -12/+20 |
* | agent: Implement --supervised command (for systemd, etc). | Daniel Kahn Gillmor | 2016-10-04 | 2 | -2/+243 |
* | build,w32: Unconditionally build tests. | Justus Winter | 2016-10-04 | 3 | -26/+4 |
* | tests,w32: Do not expose 'glob' to gpgscm. | Justus Winter | 2016-10-04 | 1 | -38/+0 |
* | tests,w32: Avoid using 'glob'. | Justus Winter | 2016-10-04 | 1 | -2/+1 |
* | tools: Ignore existing directories in gpgtar. | Justus Winter | 2016-10-04 | 1 | -2/+6 |
* | agent, dirmngr, scd: npth_init must be after fork. | NIIBE Yutaka | 2016-10-04 | 3 | -21/+52 |
* | agent: Remove the warning for the GKR hijacking. | Werner Koch | 2016-09-30 | 1 | -65/+0 |
* | agent: Create the extra sockets in the standard socket dir. | Werner Koch | 2016-09-30 | 2 | -6/+14 |
* | agent: Kludge to allow disabling of the extra sockets. | Werner Koch | 2016-09-30 | 2 | -2/+19 |
* | wks: Avoid long trustdb checks. | Werner Koch | 2016-09-30 | 1 | -0/+1 |
* | build: Fix build against libiconv. | Justus Winter | 2016-09-30 | 3 | -9/+14 |
* | agent: Enable restricted, browser, and ssh socket by default. | Justus Winter | 2016-09-30 | 3 | -10/+26 |
* | w32: Fix STARTTLS on LDAP connections. | Justus Winter | 2016-09-30 | 1 | -1/+15 |