| Commit message (Expand) | Author | Files | Lines |
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 | 1 | -5/+1 |
2023-05-11 | common,agent,gpg,dirmngr,g13,scd,tests,tools: New spawn function. | NIIBE Yutaka | 1 | -0/+1 |
2020-02-21 | Use gpgrt's new option parser for the remaining daemons. | Werner Koch | 1 | -94/+78 |
2020-02-20 | gpg: Use gpgrt's new option parser to provide a global conf file. | Werner Koch | 1 | -0/+4 |
2020-02-10 | build: Always use EXTERN_UNLESS_MAIN_MODULE pattern. | Werner Koch | 1 | -0/+1 |
2017-03-07 | Remove -I option to common. | NIIBE Yutaka | 1 | -4/+4 |
2016-11-05 | Change all http://www.gnu.org in license notices to https:// | Werner Koch | 1 | -1/+1 |
2016-09-05 | common: Add an assuan logging monitor. | Werner Koch | 1 | -1/+1 |
2016-08-14 | g13: Implement --umount for dm-crypt. | Werner Koch | 1 | -3/+4 |
2016-08-13 | g13: New command --find-device. | Werner Koch | 1 | -0/+19 |
2016-08-12 | Call log_set_prefix() with human-readable labels. | Daniel Kahn Gillmor | 1 | -2/+2 |
2016-08-09 | Cleanup initialization of libgcrypt. | Ben Kibbey | 1 | -5/+0 |
2016-06-07 | Replace use of opt.homedir by accessor functions. | Werner Koch | 1 | -8/+7 |
2016-02-23 | g13: Add commands --suspend and --remove. | Werner Koch | 1 | -1/+41 |
2016-02-13 | g13: Second chunk of code to support dm-crypt. | Werner Koch | 1 | -9/+23 |
2016-02-13 | g13: First chunk of code to support dm-crypt. | Werner Koch | 1 | -1/+28 |
2015-11-26 | g13: Fix commit 1a045b13. | Werner Koch | 1 | -4/+4 |
2015-11-26 | common: Make the GPG arguments configurable in call-gpg. | Justus Winter | 1 | -0/+10 |
2015-09-16 | g13: Move some code to a separate module. | Werner Koch | 1 | -39/+8 |
2015-06-23 | Allow use of debug flag names for all tools. | Werner Koch | 1 | -8/+21 |
2015-04-06 | Rename DBG_ASSUAN to DBG_IPC and add separate DBG_EXTPROG. | Werner Koch | 1 | -4/+4 |
2015-01-28 | Add a hook to be called right after main. | Werner Koch | 1 | -0/+1 |
2013-11-18 | Make use of the *_NAME etc macros. | Werner Koch | 1 | -8/+8 |
2013-02-22 | Remove some unused variables. | Werner Koch | 1 | -9/+9 |
2012-06-05 | Change all quotes in strings and comments to the new GNU standard. | Werner Koch | 1 | -6/+6 |
2012-03-27 | Print warning for arguments not considered an option. | Werner Koch | 1 | -0/+11 |
2012-02-06 | common: Add a global variable to for the default error source. | Werner Koch | 1 | -0/+1 |
2012-01-25 | Port Windows code to NPTH. | Marcus Brinkmann | 1 | -3/+6 |
2012-01-25 | Port to npth. | Marcus Brinkmann | 1 | -92/+82 |
2012-01-03 | Fix compiler warnings. | Marcus Brinkmann | 1 | -0/+1 |
2012-01-03 | Fix last change: Only set gcrypt thread callback for older versions. | Marcus Brinkmann | 1 | -2/+2 |
2012-01-02 | Only set gcrypt thread callback for older version of gcrypt. | Marcus Brinkmann | 1 | -0/+10 |
2011-09-28 | Add a flag parameter to dotlock_create. | Werner Koch | 1 | -1/+1 |
2011-09-23 | Renamed the lock functions. | Werner Koch | 1 | -1/+1 |
2011-02-04 | Nuked almost all trailing white space.post-nuke-of-trailing-ws | Werner Koch | 1 | -45/+44 |
2010-03-22 | More chnages to use estream. Add a way to replace the standard | Werner Koch | 1 | -1/+1 |
2010-03-11 | Use a custom log handler for libassuan. | Werner Koch | 1 | -3/+5 |
2009-12-03 | support numeric debug levels. | Werner Koch | 1 | -6/+21 |
2009-11-05 | Initialize opt.session_env. | Marcus Brinkmann | 1 | -0/+5 |
2009-10-28 | [scd] Memory leak fix. | Werner Koch | 1 | -0/+3 |
2009-10-19 | [g13] Add RECIPEINT and CREATE command. | Werner Koch | 1 | -29/+6 |
2009-10-17 | Removed audit.h cruft which forced us to link against libksba. | Werner Koch | 1 | -15/+0 |
2009-10-16 | 2009-10-16 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 1 | -0/+3 |
2009-10-15 | Reworked the server commands. | Werner Koch | 1 | -1/+7 |
2009-10-14 | mount does now work in server and standalone mode. | Werner Koch | 1 | -104/+216 |
2009-10-13 | Keep on hacking on g13. A simple --create and --mount does now work. | Werner Koch | 1 | -4/+123 |
2009-09-30 | Some changes to suport g13. | Werner Koch | 1 | -29/+74 |
2009-09-23 | s/DOTLOCK/dotlock_t/. | Werner Koch | 1 | -0/+692 |