aboutsummaryrefslogtreecommitdiffstats
path: root/g13/server.c (unfollow)
Commit message (Expand)AuthorFilesLines
2019-06-03Return better error code for some getinfo IPC commands.Werner Koch1-1/+1
2018-02-14common: Use new function to print status strings.Werner Koch1-18/+3
2017-03-07Remove -I option to common.NIIBE Yutaka1-1/+1
2017-02-21Fix spelling.Daniel Kahn Gillmor1-1/+1
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
2016-08-13g13: Move some function around.Werner Koch1-0/+27
2016-06-07Replace use of opt.homedir by accessor functions.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 Koch1-1/+54
2016-02-13g13: Second chunk of code to support dm-crypt.Werner Koch1-6/+4
2014-10-03Remove support for the GPG_AGENT_INFO envvar.Werner Koch1-3/+0
2013-11-18Make use of the *_NAME etc macros.Werner Koch1-1/+1
2011-02-04Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch1-22/+20
2010-03-11Use a custom log handler for libassuan.Werner Koch1-3/+0
2009-11-25agent/Marcus Brinkmann1-3/+3
2009-11-04Add help strings for all commands.Werner Koch1-56/+44
2009-11-04Adjust for assuan_register_command change.Werner Koch1-2/+13
2009-11-02agent/Marcus Brinkmann1-4/+7
2009-10-28[scd] Memory leak fix.Werner Koch1-91/+76
2009-10-19[g13] Add RECIPEINT and CREATE command.Werner Koch1-16/+50
2009-10-17Removed audit.h cruft which forced us to link against libksba.Werner Koch1-6/+0
2009-10-15Reworked the server commands.Werner Koch1-141/+176
2009-10-14mount does now work in server and standalone mode.Werner Koch1-0/+709