summaryrefslogtreecommitdiffstats
path: root/g13/g13.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use gpgrt's new option parser for the remaining daemons.Werner Koch2020-02-211-94/+78
* gpg: Use gpgrt's new option parser to provide a global conf file.Werner Koch2020-02-201-0/+4
* build: Always use EXTERN_UNLESS_MAIN_MODULE pattern.Werner Koch2020-02-101-0/+1
* Remove -I option to common.NIIBE Yutaka2017-03-071-4/+4
* Change all http://www.gnu.org in license notices to https://Werner Koch2016-11-051-1/+1
* common: Add an assuan logging monitor.Werner Koch2016-09-051-1/+1
* g13: Implement --umount for dm-crypt.Werner Koch2016-08-141-3/+4
* g13: New command --find-device.Werner Koch2016-08-131-0/+19
* Call log_set_prefix() with human-readable labels.Daniel Kahn Gillmor2016-08-121-2/+2
* Cleanup initialization of libgcrypt.Ben Kibbey2016-08-091-5/+0
* Replace use of opt.homedir by accessor functions.Werner Koch2016-06-071-8/+7
* g13: Add commands --suspend and --remove.Werner Koch2016-02-231-1/+41
* g13: Second chunk of code to support dm-crypt.Werner Koch2016-02-131-9/+23
* g13: First chunk of code to support dm-crypt.Werner Koch2016-02-131-1/+28
* g13: Fix commit 1a045b13.Werner Koch2015-11-261-4/+4
* common: Make the GPG arguments configurable in call-gpg.Justus Winter2015-11-261-0/+10
* g13: Move some code to a separate module.Werner Koch2015-09-161-39/+8
* Allow use of debug flag names for all tools.Werner Koch2015-06-231-8/+21
* Rename DBG_ASSUAN to DBG_IPC and add separate DBG_EXTPROG.Werner Koch2015-04-061-4/+4
* Add a hook to be called right after main.Werner Koch2015-01-281-0/+1
* Make use of the *_NAME etc macros.Werner Koch2013-11-181-8/+8
* Remove some unused variables.Werner Koch2013-02-221-9/+9
* Change all quotes in strings and comments to the new GNU standard.Werner Koch2012-06-051-6/+6
* Print warning for arguments not considered an option.Werner Koch2012-03-271-0/+11
* common: Add a global variable to for the default error source.Werner Koch2012-02-061-0/+1
* Port Windows code to NPTH.Marcus Brinkmann2012-01-251-3/+6
* Port to npth.Marcus Brinkmann2012-01-251-92/+82
* Fix compiler warnings.Marcus Brinkmann2012-01-031-0/+1
* Fix last change: Only set gcrypt thread callback for older versions.Marcus Brinkmann2012-01-031-2/+2
* Only set gcrypt thread callback for older version of gcrypt.Marcus Brinkmann2012-01-021-0/+10
* Add a flag parameter to dotlock_create.Werner Koch2011-09-281-1/+1
* Renamed the lock functions.Werner Koch2011-09-231-1/+1
* Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch2011-02-041-45/+44
* More chnages to use estream. Add a way to replace the standardWerner Koch2010-03-221-1/+1
* Use a custom log handler for libassuan.Werner Koch2010-03-111-3/+5
* support numeric debug levels.Werner Koch2009-12-031-6/+21
* Initialize opt.session_env.Marcus Brinkmann2009-11-051-0/+5
* [scd] Memory leak fix.Werner Koch2009-10-281-0/+3
* [g13] Add RECIPEINT and CREATE command.Werner Koch2009-10-191-29/+6
* Removed audit.h cruft which forced us to link against libksba.Werner Koch2009-10-171-15/+0
* 2009-10-16 Marcus Brinkmann <marcus@g10code.com>Marcus Brinkmann2009-10-161-0/+3
* Reworked the server commands.Werner Koch2009-10-151-1/+7
* mount does now work in server and standalone mode.Werner Koch2009-10-141-104/+216
* Keep on hacking on g13. A simple --create and --mount does now work.Werner Koch2009-10-131-4/+123
* Some changes to suport g13.Werner Koch2009-09-301-29/+74
* s/DOTLOCK/dotlock_t/.Werner Koch2009-09-231-0/+692