summaryrefslogtreecommitdiffstats
path: root/g13 (follow)
Commit message (Expand)AuthorAgeFilesLines
* tests: Support semihosted environment.NIIBE Yutaka2022-12-011-3/+4
* tools: Need to set the dir for common.confWerner Koch2022-09-211-2/+2
* g13: Remove unused variable.Werner Koch2022-08-021-1/+0
* agent,gpg,tools: Fix use of log_get_fd.NIIBE Yutaka2022-06-221-5/+2
* tests: Enable tests with keyboxd only when it's configured.NIIBE Yutaka2022-05-101-3/+0
* tests: Skip testsing g13 when it's not enabled.NIIBE Yutaka2022-04-261-7/+20
* build: Fix library dependency of g13 test program.NIIBE Yutaka2021-02-121-1/+1
* g13: Add missing headerWerner Koch2020-11-251-0/+1
* g13: Include a now missing header file.Werner Koch2020-11-041-0/+1
* Replace all calls to stat by gnupg_stat.Werner Koch2020-10-204-4/+4
* Replace all calls to access by gnupg_accessWerner Koch2020-10-204-5/+7
* build: New configure option --disable-testsWerner Koch2020-08-201-0/+4
* Use gpgrt's new option parser for the remaining daemons.Werner Koch2020-02-212-160/+133
* gpg: Use gpgrt's new option parser to provide a global conf file.Werner Koch2020-02-202-0/+8
* Spelling cleanup.Daniel Kahn Gillmor2020-02-192-2/+2
* build: Always use EXTERN_UNLESS_MAIN_MODULE pattern.Werner Koch2020-02-103-1/+3
* Return better error code for some getinfo IPC commands.Werner Koch2019-06-031-1/+1
* all: fix spelling and typosDaniel Kahn Gillmor2018-10-243-3/+3
* Merge branch 'STABLE-BRANCH-2-2'Werner Koch2018-02-222-42/+7
|\
| * common: Use new function to print status strings.Werner Koch2018-02-142-42/+7
* | Use the gpgrt log functions if possible.Werner Koch2017-11-272-4/+4
|/
* tests: Make it possible to run all tests using our infrastructure.Justus Winter2017-05-112-1/+36
* Spelling fixes in docs and comments.NIIBE Yutaka2017-04-283-3/+3
* g13: Fix for Solaris.NIIBE Yutaka2017-04-201-0/+3
* g13: Include sys/sysmacros.h if available.NIIBE Yutaka2017-04-111-0/+3
* Remove -I option to common.NIIBE Yutaka2017-03-0720-30/+30
* Fix spelling.Daniel Kahn Gillmor2017-02-212-2/+2
* Clean up word replication.Yuri Chornoivan2017-02-211-1/+1
* g13: Fix build on macOS.Justus Winter2017-02-131-1/+1
* g13: Improve printing of debug infos.Werner Koch2017-01-021-1/+1
* Change all http://www.gnu.org in license notices to https://Werner Koch2016-11-0537-37/+37
* Fix typos.Justus Winter2016-10-271-1/+1
* Fix more spellingDaniel Kahn Gillmor2016-09-172-2/+2
* common: Add an assuan logging monitor.Werner Koch2016-09-052-2/+2
* g13: Allow the use of a g13tab label for --mount.Werner Koch2016-08-141-4/+6
* g13: Implement --umount for dm-crypt.Werner Koch2016-08-1411-22/+244
* g13: Fix double free bug.Werner Koch2016-08-131-2/+0
* g13: Consider g13tab for a mount command.Werner Koch2016-08-134-14/+132
* g13: Move some function around.Werner Koch2016-08-137-26/+34
* g13: New command --find-device.Werner Koch2016-08-134-0/+161
* Call log_set_prefix() with human-readable labels.Daniel Kahn Gillmor2016-08-122-4/+4
* Cleanup initialization of libgcrypt.Ben Kibbey2016-08-092-10/+0
* g13: Fix memleak.Werner Koch2016-07-121-1/+1
* Replace use of opt.homedir by accessor functions.Werner Koch2016-06-074-16/+14
* common: Extend gnupg_create_inbound_pipe et al.Werner Koch2016-05-271-2/+2
* common: Consolidate Assuan server argument handling.Justus Winter2016-03-021-32/+1
* g13: Add commands --suspend and --remove.Werner Koch2016-02-2318-210/+1029
* g13: Run mount after dmsetup.Werner Koch2016-02-232-15/+51
* g13: Require a confirmation before g13 is used for DM-Crypt.Werner Koch2016-02-133-1/+27
* g13: Second chunk of code to support dm-crypt.Werner Koch2016-02-1318-121/+951