aboutsummaryrefslogtreecommitdiffstats
path: root/g10/server.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-03-07Remove -I option to common.NIIBE Yutaka1-3/+3
2017-02-03gpg: More diagnostics for a launched pinentry.Werner Koch1-11/+8
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
2016-11-03agent: Extend the PINENTRY_LAUNCHED inquiry and status.Werner Koch1-0/+14
2016-07-06gpg: New options --recipient-file and --hidden-recipient-file.Werner Koch1-2/+4
2016-06-07Replace use of opt.homedir by accessor functions.Werner Koch1-2/+2
2016-03-02common: Consolidate Assuan server argument handling.Justus Winter1-34/+1
2016-01-07gpg: Fix warnings about useless assignments.Werner Koch1-1/+2
2015-11-17Fix typos found using codespell.Justus Winter1-1/+1
2014-10-03Remove support for the GPG_AGENT_INFO envvar.Werner Koch1-3/+0
2014-08-14gpg: Remove options --pgp2 and --rfc1991.Werner Koch1-4/+0
2014-03-07Silence several warnings when building under Windows.Werner Koch1-2/+25
2013-11-18Make use of the *_NAME etc macros.Werner Koch1-1/+1
2013-01-30gpg: Add status line PINENTRY_LAUNCHED.Werner Koch1-2/+34
2011-02-04Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch1-22/+21
2010-10-01Exporting secret keys via gpg-agent is now basically supported.Werner Koch1-3/+3
2010-03-11Use a custom log handler for libassuan.Werner Koch1-3/+0
2010-03-08Removed almost al dup calls.Werner Koch1-11/+5
2010-02-02Various changes to eventually support openpgp keys in pgp-agent.Werner Koch1-0/+1
2009-12-17Implement --faked-systrem-time for gpg.Werner Koch1-2/+2
2009-12-14Implement dynamic S2K count computation.Werner Koch1-1/+22
2009-11-25agent/Marcus Brinkmann1-2/+2
2009-11-04Adjust for assuan_register_command change.Werner Koch1-1/+1
2009-11-02agent/Marcus Brinkmann1-7/+12
2009-10-19[g13] Add RECIPEINT and CREATE command.Werner Koch1-0/+3
2009-10-02Implement the server comamnd DECRYPT.Werner Koch1-1/+1
2009-09-30Re-indentationWerner Koch1-5/+26
2009-09-30Some changes to suport g13.Werner Koch1-21/+146
2009-09-28Rename encode.c to encrypt.c.Werner Koch1-10/+10
2009-09-232009-09-23 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-21/+29
2008-10-20Marked all unused args on non-W32 platforms.Werner Koch1-2/+37
2008-02-13Always search missing certifcates using a running Dirmngr's cache.Werner Koch1-1/+31
2007-11-19Started to implement the audit log feature.Werner Koch1-0/+6
2007-10-01Use Assuan socket wrapper calls.Werner Koch1-16/+17
2007-07-04Changed to GPLv3.Werner Koch1-4/+2
2006-12-21Started to code a --server mode. Werner Koch1-0/+526