summaryrefslogtreecommitdiffstats
path: root/sm/server.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* gpgsm: Add --always-trust feature.Werner Koch2023-08-311-1/+20
* gpgsm: New option --input-size-hint.Werner Koch2023-06-151-0/+4
* gpgsm: Fix last commitWerner Koch2023-06-151-9/+1
* gpgsm: Print PROGRESS status lines.Werner Koch2023-06-151-1/+55
* sm: Emit STATUS_FAILURE for non-implemented commands.Werner Koch2023-05-221-1/+1
* Remove remaining support for WindowsCEWerner Koch2022-06-031-14/+1
* sm: Avoid memory leaks and double double-freeJakub Jelen2021-05-201-5/+21
* sm: New options to prepare the use of keyboxd.Werner Koch2020-09-031-0/+2
* sm: New option --issuer-der for the listkey commands.Werner Koch2020-02-031-7/+73
* Return better error code for some getinfo IPC commands.Werner Koch2019-06-031-2/+2
* sm: Add OPTION request-origin.Werner Koch2018-03-231-0/+12
* common: Use new function to print status strings.Werner Koch2018-02-141-18/+3
* sm: Do not expect X.509 keyids to be uniqueRainer Perske2017-10-241-1/+1
* Spelling fixes in docs and comments.NIIBE Yutaka2017-04-281-1/+1
* Remove -I option to common.NIIBE Yutaka2017-03-071-2/+2
* gpg,sm: Add STATUS_ERROR keydb_search and keydb_add-resource.Werner Koch2016-11-101-1/+14
* Change all http://www.gnu.org in license notices to https://Werner Koch2016-11-051-1/+1
* spelling: conenction should be connectionDaniel Kahn Gillmor2016-09-151-1/+1
* dirmngr: Remove all system daemon features.Werner Koch2016-08-181-3/+1
* Fix spelling and grammar.Daniel Kahn Gillmor2016-08-031-1/+1
* Replace use of opt.homedir by accessor functions.Werner Koch2016-06-071-2/+2
* common: Consolidate Assuan server argument handling.Justus Winter2016-03-021-32/+1
* sm: Avoid warnings about useless assignments.Werner Koch2016-01-071-1/+1
* Avoid incompatible pointer assignment warnings on Windows.Werner Koch2015-11-271-4/+4
* Fix typos found using codespell.Justus Winter2015-11-171-1/+1
* sm: Support secret key export via the Assuan interface.Werner Koch2015-08-241-5/+31
* gpgsm: Add command option "offline".Werner Koch2015-06-291-2/+17
* Remove support for the GPG_AGENT_INFO envvar.Werner Koch2014-10-031-3/+0
* gpgsm: Fix commit be07ed65.Werner Koch2014-06-041-1/+1
* Add new option --with-secret.Werner Koch2014-06-031-0/+5
* dirmngr: Default to a user socket name and enable autostart.Werner Koch2014-03-141-1/+4
* Make use of the *_NAME etc macros.Werner Koch2013-11-181-1/+1
* gpgsm: Add new validation model "steed".Werner Koch2011-12-071-1/+1
* Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch2011-02-041-52/+49
* Re-implemented GPG's --passwd command and improved it.Werner Koch2010-10-261-0/+2
* Auto-start dirmngr.Werner Koch2010-08-161-2/+1
* common/Marcus Brinkmann2010-06-111-0/+9
* common/Marcus Brinkmann2010-06-101-2/+9
* More changes for CE. gpgsm does now build and run a keylisting.Werner Koch2010-03-241-2/+2
* 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/+0
* Removed almost al dup calls.Werner Koch2010-03-081-13/+13
* Replace use stdio by estream functions.Werner Koch2010-03-081-22/+21
* add new gpgsm server command PASSWDWerner Koch2009-12-141-1/+34
* agent/Marcus Brinkmann2009-11-251-3/+3
* 2009-11-10 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2009-11-101-1/+1
* Add help strings for all commandsWerner Koch2009-11-041-130/+189
* Adjust for assuan_register_command change.Werner Koch2009-11-041-1/+1
* agent/Marcus Brinkmann2009-11-021-7/+12
* 2009-09-23 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2009-09-231-23/+30