aboutsummaryrefslogtreecommitdiffstats
path: root/g13
AgeCommit message (Expand)AuthorFilesLines
2021-02-12build: Fix library dependency of g13 test program.NIIBE Yutaka1-1/+1
2020-11-25g13: Add missing headerWerner Koch1-0/+1
2020-11-04g13: Include a now missing header file.Werner Koch1-0/+1
2020-10-20Replace all calls to stat by gnupg_stat.Werner Koch4-4/+4
2020-10-20Replace all calls to access by gnupg_accessWerner Koch4-5/+7
2020-08-20build: New configure option --disable-testsWerner Koch1-0/+4
2020-02-21Use gpgrt's new option parser for the remaining daemons.Werner Koch2-160/+133
2020-02-20gpg: Use gpgrt's new option parser to provide a global conf file.Werner Koch2-0/+8
2020-02-18Spelling cleanup.Daniel Kahn Gillmor2-2/+2
2020-02-10build: Always use EXTERN_UNLESS_MAIN_MODULE pattern.Werner Koch3-1/+3
2019-06-03Return better error code for some getinfo IPC commands.Werner Koch1-1/+1
2018-10-24all: fix spelling and typosDaniel Kahn Gillmor3-3/+3
2018-02-22Merge branch 'STABLE-BRANCH-2-2'Werner Koch2-42/+7
2018-02-14common: Use new function to print status strings.Werner Koch2-42/+7
2017-11-27Use the gpgrt log functions if possible.Werner Koch2-4/+4
2017-05-11tests: Make it possible to run all tests using our infrastructure.Justus Winter2-1/+36
2017-04-28Spelling fixes in docs and comments.NIIBE Yutaka3-3/+3
2017-04-20g13: Fix for Solaris.NIIBE Yutaka1-0/+3
2017-04-11g13: Include sys/sysmacros.h if available.NIIBE Yutaka1-0/+3
2017-03-07Remove -I option to common.NIIBE Yutaka20-30/+30
2017-02-21Fix spelling.Daniel Kahn Gillmor2-2/+2
2017-02-21Clean up word replication.Yuri Chornoivan1-1/+1
2017-02-13g13: Fix build on macOS.Justus Winter1-1/+1
2017-01-02g13: Improve printing of debug infos.Werner Koch1-1/+1
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch37-37/+37
2016-10-27Fix typos.Justus Winter1-1/+1
2016-09-17Fix more spellingDaniel Kahn Gillmor2-2/+2
2016-09-05common: Add an assuan logging monitor.Werner Koch2-2/+2
2016-08-14g13: Allow the use of a g13tab label for --mount.Werner Koch1-4/+6
2016-08-14g13: Implement --umount for dm-crypt.Werner Koch11-22/+244
2016-08-13g13: Fix double free bug.Werner Koch1-2/+0
2016-08-13g13: Consider g13tab for a mount command.Werner Koch4-14/+132
2016-08-13g13: Move some function around.Werner Koch7-26/+34
2016-08-13g13: New command --find-device.Werner Koch4-0/+161
2016-08-12Call log_set_prefix() with human-readable labels.Daniel Kahn Gillmor2-4/+4
2016-08-09Cleanup initialization of libgcrypt.Ben Kibbey2-10/+0
2016-07-12g13: Fix memleak.Werner Koch1-1/+1
2016-06-07Replace use of opt.homedir by accessor functions.Werner Koch4-16/+14
2016-05-27common: Extend gnupg_create_inbound_pipe et al.Werner Koch1-2/+2
2016-03-02common: Consolidate Assuan server argument handling.Justus Winter1-32/+1
2016-02-23g13: Add commands --suspend and --remove.Werner Koch18-210/+1029
2016-02-23g13: Run mount after dmsetup.Werner Koch2-15/+51
2016-02-13g13: Require a confirmation before g13 is used for DM-Crypt.Werner Koch3-1/+27
2016-02-13g13: Second chunk of code to support dm-crypt.Werner Koch18-121/+951
2016-02-13g13: Improve dump_keyblob.Werner Koch3-38/+88
2016-02-13g13: Define 3 new tags.Werner Koch1-1/+11
2016-02-13g13: Rename utils.c to g13tuple.cWerner Koch10-20/+24
2016-02-13g13: Add functions to handle uint in a keyblob.Werner Koch4-4/+318
2016-02-13g13: Re-factor high level create code.Werner Koch3-28/+64
2016-02-13g13: Return an error for non-existing device.Werner Koch1-3/+7
2016-02-13g13: Fix releasing of a syshelp context.Werner Koch1-2/+7
2016-02-13g13: Switch over to common/exectool.c.Werner Koch5-313/+6
2016-02-13g13: First chunk of code to support dm-crypt.Werner Koch14-9/+2489
2015-11-26g13: Fix commit 1a045b13.Werner Koch1-4/+4
2015-11-26common: Make the GPG arguments configurable in call-gpg.Justus Winter4-2/+19
2015-11-25g13: Move 'call-gpg.c' to common.Justus Winter5-629/+4
2015-11-17Fix typos found using codespell.Justus Winter2-2/+2
2015-09-16g13: Move some code to a separate module.Werner Koch6-101/+190
2015-09-09doc: Minor comment fixes.Werner Koch1-2/+4
2015-07-26Replace GNUPG_GCC_A_ macros by GPGRT_ATTR_ macros.Werner Koch1-1/+1
2015-06-23Allow use of debug flag names for all tools.Werner Koch1-8/+21
2015-04-10Remove obsolete directories from AM_CPPFLAGS.Werner Koch1-1/+1
2015-04-06Rename DBG_ASSUAN to DBG_IPC and add separate DBG_EXTPROG.Werner Koch3-7/+7
2015-03-15g13: Fix pointer wrap check.Werner Koch1-4/+6
2015-02-11Use inline functions to convert buffer data to scalars.Werner Koch1-4/+3
2015-01-28Add a hook to be called right after main.Werner Koch1-0/+1
2015-01-05sm,g13: Init local vars to avoid compiler warnings.Werner Koch1-1/+2
2014-11-11Remove use of gnulib (part 2)Werner Koch2-2/+4
2014-11-11Remove use of gnulib (part 1)Werner Koch1-1/+1
2014-10-03Remove support for the GPG_AGENT_INFO envvar.Werner Koch1-3/+0
2014-09-18g13: Avoid segv after pipe creation failure.Werner Koch1-6/+6
2014-08-26Switch to the libgpg-error provided estream.Werner Koch3-3/+0
2013-11-18Make use of the *_NAME etc macros.Werner Koch2-9/+9
2013-02-22Remove some unused variables.Werner Koch1-9/+9
2012-06-05Change all quotes in strings and comments to the new GNU standard.Werner Koch7-30/+30
2012-03-27Print warning for arguments not considered an option.Werner Koch1-0/+11
2012-02-06common: Add a global variable to for the default error source.Werner Koch1-0/+1
2012-01-25Port Windows code to NPTH.Marcus Brinkmann1-3/+6
2012-01-25Port to npth.Marcus Brinkmann4-179/+166
2012-01-03Fix compiler warnings.Marcus Brinkmann1-0/+1
2012-01-03Fix last change: Only set gcrypt thread callback for older versions.Marcus Brinkmann1-2/+2
2012-01-02Only set gcrypt thread callback for older version of gcrypt.Marcus Brinkmann1-0/+10
2011-12-01Generate the ChangeLog from commit logs.Werner Koch3-3/+16
2011-09-28Add a flag parameter to dotlock_create.Werner Koch3-3/+3
2011-09-23Renamed the lock functions.Werner Koch3-7/+7
2011-06-01Fix size_t vs int issues.Marcus Brinkmann1-1/+1
2011-06-01Add LIBICONV to LDFLAGS.Marcus Brinkmann1-1/+1
2011-02-04Nuked almost all trailing white space.Werner Koch23-187/+166
2011-01-31Move OpenPGP OID helpers to common/.Werner Koch1-1/+0
2011-01-21Editorial changes and allow building with old libgcrypts.Werner Koch1-3/+1
2011-01-05Integrating http://code.google.com/p/gnupg-ecc/source/detail?r=15 .Andrey Jivsov2-2/+4
2010-11-10Add patches for EncFsWerner Koch2-0/+542
2010-06-24Fix a regression from 2010-06-09.Werner Koch2-3/+3
2010-06-09Merged Dirmngr with GnuPG.Werner Koch2-3/+6
2010-06-07Add unfinished gpgtar.Werner Koch1-1/+1
2010-03-22More chnages to use estream. Add a way to replace the standardWerner Koch1-1/+1
2010-03-11Use a custom log handler for libassuan.Werner Koch3-7/+6
2010-03-10Merged jnlib into common.Werner Koch1-1/+1
2009-12-08common/Marcus Brinkmann1-4/+4
2009-12-03support numeric debug levels.Werner Koch1-6/+21
2009-11-25agent/Marcus Brinkmann1-3/+3
2009-11-05agent/Marcus Brinkmann2-2/+3
2009-11-05Initialize opt.session_env.Marcus Brinkmann1-0/+5
2009-11-04Add help strings for all commands.Werner Koch1-56/+44
2009-11-04Adjust for assuan_register_command change.Werner Koch2-2/+15
2009-11-02agent/Marcus Brinkmann2-5/+7
2009-10-28[scd] Memory leak fix.Werner Koch7-98/+138
2009-10-202009-10-20 Marcus Brinkmann <marcus@g10code.com>Marcus Brinkmann1-2/+2
2009-10-19[g13] Add RECIPEINT and CREATE command.Werner Koch6-58/+83
2009-10-17Removed audit.h cruft which forced us to link against libksba.Werner Koch6-41/+3
2009-10-162009-10-16 Marcus Brinkmann <marcus@g10code.com>Marcus Brinkmann3-2/+11
2009-10-16po/Marcus Brinkmann2-2/+8
2009-10-15Reworked the server commands.Werner Koch14-189/+601
2009-10-14mount does now work in server and standalone mode.Werner Koch9-115/+1014
2009-10-13Keep on hacking on g13. A simple --create and --mount does now work.Werner Koch17-18/+1750
2009-09-30Some changes to suport g13.Werner Koch15-36/+1385
2009-09-23s/DOTLOCK/dotlock_t/.Werner Koch5-0/+849