aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* g10: Fix a column's type in TOFU DB.Neal H. Walfield2016-10-121-1/+1
* tests: Rework test environment setup.Justus Winter2016-10-071-5/+6
* tests: Improve handling of Windows newlines.Justus Winter2016-10-075-8/+17
* gpgscm: Improve test of low-level functions.Justus Winter2016-10-072-1/+34
* gpgscm: Improve path handling.Justus Winter2016-10-072-3/+18
* tools: Fix error handling.Justus Winter2016-10-071-3/+1
* agent: Fix get_socket_name.NIIBE Yutaka2016-10-071-6/+8
* Revert "g10: Fix singular term."Werner Koch2016-10-071-1/+1
* gpg: Put extra parens around bit tests.Werner Koch2016-10-074-7/+10
* agent, dirmngr, scd: Fix init_common_subsystems.NIIBE Yutaka2016-10-074-11/+4
* common: Avoid pointer arithmetic on string literals.Justus Winter2016-10-062-4/+4
* g10: Fix singular term.Justus Winter2016-10-061-1/+1
* g10: Use appropriate variant of 'abs'.Justus Winter2016-10-061-6/+6
* sm: Remove statement without effect.Justus Winter2016-10-061-1/+0
* g10: Fix testing for debug flag.Justus Winter2016-10-061-1/+1
* tools: Improve error handling.Justus Winter2016-10-061-1/+1
* gpgscm: Update callsite of 'gnupg_spawn_process'.Justus Winter2016-10-061-1/+1
* wks: Send key encrypted as required by draft -02Werner Koch2016-10-051-5/+41
* wks: Add option --fake-submission-addr to gpg-wks-client.Werner Koch2016-10-051-16/+33
* agent: Another minor fix to map_supervised_sockets.Werner Koch2016-10-051-3/+1
* agent: Fix npth + supervised mode problem.Werner Koch2016-10-051-0/+2
* agent: Fix error handling in map_supervised_socketsDaniel Kahn Gillmor2016-10-051-2/+2
* agent: Streamline the supervised mode code.Werner Koch2016-10-042-200/+216
* agent: Adjust cleanup for supervised mode. Fix for W32.Werner Koch2016-10-041-13/+20
* agent: Adjust supervised mode for the new default socket names.Werner Koch2016-10-041-12/+20
* agent: Implement --supervised command (for systemd, etc).Daniel Kahn Gillmor2016-10-042-2/+243
* build,w32: Unconditionally build tests.Justus Winter2016-10-043-26/+4
* tests,w32: Do not expose 'glob' to gpgscm.Justus Winter2016-10-041-38/+0
* tests,w32: Avoid using 'glob'.Justus Winter2016-10-041-2/+1
* tools: Ignore existing directories in gpgtar.Justus Winter2016-10-041-2/+6
* agent, dirmngr, scd: npth_init must be after fork.NIIBE Yutaka2016-10-043-21/+52
* agent: Remove the warning for the GKR hijacking.Werner Koch2016-09-301-65/+0
* agent: Create the extra sockets in the standard socket dir.Werner Koch2016-09-302-6/+14
* agent: Kludge to allow disabling of the extra sockets.Werner Koch2016-09-302-2/+19
* wks: Avoid long trustdb checks.Werner Koch2016-09-301-0/+1
* build: Fix build against libiconv.Justus Winter2016-09-303-9/+14
* agent: Enable restricted, browser, and ssh socket by default.Justus Winter2016-09-303-10/+26
* w32: Fix STARTTLS on LDAP connections.Justus Winter2016-09-301-1/+15