summaryrefslogtreecommitdiffstats
path: root/agent/command.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* g10,agent: Support CONFIRM for --delete-key.NIIBE Yutaka2019-06-041-0/+23
* Return better error code for some getinfo IPC commands.Werner Koch2019-06-031-3/+3
* agent: Add A-flag for KEYINFO output for card.NIIBE Yutaka2019-05-291-4/+29
* agent: Replace most assert by log_assert.Werner Koch2019-05-141-2/+1
* dirmngr: Add a CSRF expection for pm.meWerner Koch2019-05-091-2/+2
* agent: Put Token lines into the key files.Werner Koch2019-05-031-2/+3
* agent: Allow other ssh fingerprint algos in KEYINFO.Werner Koch2019-03-261-4/+20
* scd:piv: Implement import of private keys for Yubikeys.Werner Koch2019-03-051-2/+12
* agent: Minor change to the KEYTOCARD command.Werner Koch2019-03-051-49/+29
* agent: Support --mode=ssh option for CLEAR_PASSPHRASE.NIIBE Yutaka2019-01-251-8/+10
* common: Extend function percent_data_escape.Werner Koch2019-01-241-1/+1
* agent: Fix possible release of unitialize var in a genkey error case.Werner Koch2018-10-241-1/+1
* agent: Fix build regression for Windows.Werner Koch2018-10-221-0/+5
* agent: New commands PUT_SECRET and GET_SECRET.Werner Koch2018-07-021-0/+210
* agent: Fix segv running in --server modeWerner Koch2018-07-021-9/+14
* Merge branch 'STABLE-BRANCH-2-2' into masterWerner Koch2018-05-131-0/+18
|\
| * agent,dirmngr: Add "getenv" to the getinfo command.Werner Koch2018-04-121-0/+18
* | Merge branch 'STABLE-BRANCH-2-2' into masterWerner Koch2018-03-271-15/+31
|\|
| * agent: Make the request origin a part of the cache items.Werner Koch2018-03-271-15/+16
| * agent: New OPTION pretend-request-originWerner Koch2018-03-231-0/+15
* | Merge branch 'STABLE-BRANCH-2-2'Werner Koch2018-02-221-38/+8
|\|
| * agent: Avoid appending a '\0' byte to the response of READKEYKatsuhiro Ueno2018-02-141-1/+2
| * common: Use new function to print status strings.Werner Koch2018-02-141-37/+6
| * agent: New GETINFO sub-commands "s2k_count_cal" and "s2k_time".Werner Koch2017-11-061-10/+26
| * agent, tests: Support --disable-scdaemon build case.NIIBE Yutaka2017-10-261-3/+6
* | agent: New GETINFO sub-commands "s2k_count_cal" and "s2k_time".Werner Koch2017-11-061-10/+26
* | agent, tests: Support --disable-scdaemon build case.NIIBE Yutaka2017-10-261-3/+6
* | agent: Send pinentry the uid of connecting process where possible.Daniel Kahn Gillmor2017-10-191-5/+13
* | gpg: default to 3072-bit RSA keys.Daniel Kahn Gillmor2017-09-081-1/+1
|/
* agent: Minor cleanup (mostly for documentation).Werner Koch2017-07-281-6/+6
* agent: New GETINFO sub-command jent_active.Werner Koch2017-07-171-0/+19
* common: Support different digest algorithms for ssh fingerprints.Justus Winter2017-05-241-1/+1
* agent: More minor change.NIIBE Yutaka2017-04-171-1/+0
* agent: Minor cleanup.NIIBE Yutaka2017-04-171-2/+0
* agent: Use "ll" length specifier when time_t is larger.NIIBE Yutaka2017-04-101-1/+7
* agent: New option --stub-only for DELETE_KEYWerner Koch2017-03-241-4/+7
* agent: Resolve conflict of util.h.NIIBE Yutaka2017-03-071-1/+1
* agent: Improve error message for the KEYTOCARD command.Werner Koch2017-03-021-12/+27
* Clean up word replication.Yuri Chornoivan2017-02-211-3/+3
* agent: Tell the Pinentry the client's pid.Werner Koch2017-02-031-1/+8
* Change all http://www.gnu.org in license notices to https://Werner Koch2016-11-051-1/+1
* agent: Extend the PINENTRY_LAUNCHED inquiry and status.Werner Koch2016-11-031-3/+4
* agent: Slightly change structure of cmd_readkey.Werner Koch2016-10-241-29/+31
* Fix use cases of snprintf.NIIBE Yutaka2016-10-211-1/+1
* agent, g10: Fix keygen.NIIBE Yutaka2016-10-201-1/+1
* agent: Add --card option for READKEY.NIIBE Yutaka2016-10-201-12/+57
* Fix more spellingDaniel Kahn Gillmor2016-09-171-1/+1
* agent: Silence --debug IPC output for connections from self.Werner Koch2016-09-051-1/+34
* agent: Small improvement of the server's local state.Werner Koch2016-09-051-10/+10
* agent: Allow import of overly large keys.Werner Koch2016-08-161-1/+1