aboutsummaryrefslogtreecommitdiffstats
path: root/sm/server.c (unfollow)
Commit message (Expand)AuthorFilesLines
2025-01-29gpgsm: Allow unattended PKCS#12 export without passphrase.Werner Koch1-0/+6
2024-10-23gpgsm: Terminate key listing on output write error.Werner Koch1-15/+47
2024-10-02gpgsm: Implement a cache for the KEYINFO queries.Werner Koch1-0/+1
2023-08-31gpgsm: Add --always-trust feature.Werner Koch1-1/+20
2023-07-25sm: Use estream for I/O.NIIBE Yutaka1-46/+75
2023-07-13sm: Use open_stream_nc for do_listkeys.NIIBE Yutaka1-3/+3
2023-07-13sm: Use gnupg_fd_t and open_stream_nc for assuan_get_input_fd.NIIBE Yutaka1-11/+11
2023-07-13sm: Use open_stream_nc for HANDLE by assuan_get_output_fd.NIIBE Yutaka1-18/+21
2023-06-15gpgsm: New option --input-size-hint.Werner Koch1-0/+4
2023-06-15gpgsm: Fix last commitWerner Koch1-9/+1
2023-06-15gpgsm: Print PROGRESS status lines.Werner Koch1-1/+55
2023-05-24gpg: Improve error code for file already exists.Werner Koch1-1/+1
2023-05-22sm: Emit STATUS_FAILURE for non-implemented commands.Werner Koch1-1/+1
2022-06-03Remove remaining support for WindowsCEWerner Koch1-14/+1
2021-05-20sm: Avoid memory leaks and double double-freeJakub Jelen1-5/+21
2020-09-03sm: New options to prepare the use of keyboxd.Werner Koch1-0/+2
2020-02-03sm: New option --issuer-der for the listkey commands.Werner Koch1-7/+73
2019-06-03Return better error code for some getinfo IPC commands.Werner Koch1-2/+2
2018-03-23sm: Add OPTION request-origin.Werner Koch1-0/+12
2018-02-14common: Use new function to print status strings.Werner Koch1-18/+3
2017-10-24sm: Do not expect X.509 keyids to be uniqueRainer Perske1-1/+1
2017-04-28Spelling fixes in docs and comments.NIIBE Yutaka1-1/+1
2017-03-07Remove -I option to common.NIIBE Yutaka1-2/+2
2016-11-10gpg,sm: Add STATUS_ERROR keydb_search and keydb_add-resource.Werner Koch1-1/+14
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
2016-09-15spelling: conenction should be connectionDaniel Kahn Gillmor1-1/+1
2016-08-18dirmngr: Remove all system daemon features.Werner Koch1-3/+1
2016-08-03Fix spelling and grammar.Daniel Kahn Gillmor1-1/+1
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-01-07sm: Avoid warnings about useless assignments.Werner Koch1-1/+1
2015-11-27Avoid incompatible pointer assignment warnings on Windows.Werner Koch1-4/+4
2015-11-17Fix typos found using codespell.Justus Winter1-1/+1
2015-08-24sm: Support secret key export via the Assuan interface.Werner Koch1-5/+31
2015-06-29gpgsm: Add command option "offline".Werner Koch1-2/+17
2014-10-03Remove support for the GPG_AGENT_INFO envvar.Werner Koch1-3/+0
2014-06-04gpgsm: Fix commit be07ed65.Werner Koch1-1/+1
2014-06-03Add new option --with-secret.Werner Koch1-0/+5
2014-03-14dirmngr: Default to a user socket name and enable autostart.Werner Koch1-1/+4
2013-11-18Make use of the *_NAME etc macros.Werner Koch1-1/+1
2011-12-07gpgsm: Add new validation model "steed".Werner Koch1-1/+1
2011-02-04Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch1-52/+49
2010-10-26Re-implemented GPG's --passwd command and improved it.Werner Koch1-0/+2
2010-08-16Auto-start dirmngr.Werner Koch1-2/+1
2010-06-10common/Marcus Brinkmann1-0/+9
2010-06-10common/Marcus Brinkmann1-2/+9
2010-03-24More changes for CE. gpgsm does now build and run a keylisting.Werner Koch1-2/+2
2010-03-22More chnages to use estream. Add a way to replace the standardWerner Koch1-1/+1
2010-03-11Use a custom log handler for libassuan.Werner Koch1-3/+0
2010-03-08Removed almost al dup calls.Werner Koch1-13/+13