| Commit message (Expand) | Author | Files | Lines |
2024-07-23 | g13: Finish migration to gpgrt_process_spawn API | Werner Koch | 2 | -10/+10 |
2024-07-09 | Use gpgrt_process_spawn API from libgpg-error. | NIIBE Yutaka | 4 | -13/+9 |
2024-05-31 | indent: Fix spelling | Daniel Kahn Gillmor | 3 | -4/+4 |
2024-05-31 | g13: Adjust for changed gnupg_process_spawn. | Werner Koch | 1 | -2/+2 |
2024-02-20 | g13: Allow command line style "g13 mount foo". | Werner Koch | 1 | -0/+3 |
2024-01-09 | g13: New option --no-mount. | Werner Koch | 7 | -43/+75 |
2023-08-29 | g13: Fix for new assuan_control. | Werner Koch | 1 | -1/+1 |
2023-08-03 | gpg,agent,kbx,sm,scd,tpm2d,g13: Use assuan_control. | NIIBE Yutaka | 1 | -0/+1 |
2023-08-03 | agent,dirmgr,gpg,g13,kbx,scd,sm,tmp2d: Remove ASSUAN_SYSTEM_NPTH. | NIIBE Yutaka | 2 | -6/+1 |
2023-05-11 | common,agent,gpg,dirmngr,g13,scd,tests,tools: New spawn function. | NIIBE Yutaka | 5 | -57/+48 |
2022-12-01 | tests: Support semihosted environment. | NIIBE Yutaka | 1 | -3/+4 |
2022-09-21 | tools: Need to set the dir for common.conf | Werner Koch | 1 | -2/+2 |
2022-08-02 | g13: Remove unused variable. | Werner Koch | 1 | -1/+0 |
2022-06-22 | agent,gpg,tools: Fix use of log_get_fd. | NIIBE Yutaka | 1 | -5/+2 |
2022-05-10 | tests: Enable tests with keyboxd only when it's configured. | NIIBE Yutaka | 1 | -3/+0 |
2022-04-26 | tests: Skip testsing g13 when it's not enabled. | NIIBE Yutaka | 1 | -7/+20 |
2021-02-12 | build: Fix library dependency of g13 test program. | NIIBE Yutaka | 1 | -1/+1 |
2020-11-25 | g13: Add missing header | Werner Koch | 1 | -0/+1 |
2020-11-04 | g13: Include a now missing header file. | Werner Koch | 1 | -0/+1 |
2020-10-20 | Replace all calls to stat by gnupg_stat. | Werner Koch | 4 | -4/+4 |
2020-10-20 | Replace all calls to access by gnupg_access | Werner Koch | 4 | -5/+7 |
2020-08-20 | build: New configure option --disable-tests | Werner Koch | 1 | -0/+4 |
2020-02-21 | Use gpgrt's new option parser for the remaining daemons. | Werner Koch | 2 | -160/+133 |
2020-02-20 | gpg: Use gpgrt's new option parser to provide a global conf file. | Werner Koch | 2 | -0/+8 |
2020-02-18 | Spelling cleanup. | Daniel Kahn Gillmor | 2 | -2/+2 |
2020-02-10 | build: Always use EXTERN_UNLESS_MAIN_MODULE pattern. | Werner Koch | 3 | -1/+3 |
2019-06-03 | Return better error code for some getinfo IPC commands. | Werner Koch | 1 | -1/+1 |
2018-10-24 | all: fix spelling and typos | Daniel Kahn Gillmor | 3 | -3/+3 |
2018-02-14 | common: Use new function to print status strings. | Werner Koch | 2 | -42/+7 |
2017-11-27 | Use the gpgrt log functions if possible. | Werner Koch | 2 | -4/+4 |
2017-05-11 | tests: Make it possible to run all tests using our infrastructure. | Justus Winter | 2 | -1/+36 |
2017-04-28 | Spelling fixes in docs and comments. | NIIBE Yutaka | 3 | -3/+3 |
2017-04-20 | g13: Fix for Solaris. | NIIBE Yutaka | 1 | -0/+3 |
2017-04-11 | g13: Include sys/sysmacros.h if available. | NIIBE Yutaka | 1 | -0/+3 |
2017-03-07 | Remove -I option to common. | NIIBE Yutaka | 20 | -30/+30 |
2017-02-21 | Fix spelling. | Daniel Kahn Gillmor | 2 | -2/+2 |
2017-02-21 | Clean up word replication. | Yuri Chornoivan | 1 | -1/+1 |
2017-02-13 | g13: Fix build on macOS. | Justus Winter | 1 | -1/+1 |
2017-01-02 | g13: Improve printing of debug infos. | Werner Koch | 1 | -1/+1 |
2016-11-05 | Change all http://www.gnu.org in license notices to https:// | Werner Koch | 37 | -37/+37 |
2016-10-27 | Fix typos. | Justus Winter | 1 | -1/+1 |
2016-09-17 | Fix more spelling | Daniel Kahn Gillmor | 2 | -2/+2 |
2016-09-05 | common: Add an assuan logging monitor. | Werner Koch | 2 | -2/+2 |
2016-08-14 | g13: Allow the use of a g13tab label for --mount. | Werner Koch | 1 | -4/+6 |
2016-08-14 | g13: Implement --umount for dm-crypt. | Werner Koch | 11 | -22/+244 |
2016-08-13 | g13: Fix double free bug. | Werner Koch | 1 | -2/+0 |
2016-08-13 | g13: Consider g13tab for a mount command. | Werner Koch | 4 | -14/+132 |
2016-08-13 | g13: Move some function around. | Werner Koch | 7 | -26/+34 |
2016-08-13 | g13: New command --find-device. | Werner Koch | 4 | -0/+161 |
2016-08-12 | Call log_set_prefix() with human-readable labels. | Daniel Kahn Gillmor | 2 | -4/+4 |