aboutsummaryrefslogtreecommitdiffstats
path: root/agent (unfollow)
Commit message (Expand)AuthorFilesLines
2017-10-27agent: Clean up pinentry access locking.NIIBE Yutaka2-67/+60
2017-10-27agent: Allow recursive use of pinentry.NIIBE Yutaka2-11/+26
2017-10-26agent, tests: Support --disable-scdaemon build case.NIIBE Yutaka1-3/+6
2017-08-23agent: Fix string translation for WindowsAndre Heinecke1-1/+1
2017-08-07Simple typo fix.Daniel Kahn Gillmor1-1/+1
2017-08-04agent: Make --no-grab the default.Werner Koch1-3/+13
2017-07-28agent: Make --ssh-fingerprint-digest re-readable.Werner Koch1-6/+15
2017-07-28agent: For OCB key files return Bad Passprase instead of Checksum Error.Werner Koch2-3/+12
2017-07-28agent: Minor cleanup (mostly for documentation).Werner Koch5-161/+173
2017-07-26agent,dirmngr: Check for homedir removal also using stat(2).Werner Koch1-3/+30
2017-07-26agent: Lengthen timertick interval on Unix to 4 seconds.Werner Koch1-9/+7
2017-07-25w32: Also change the directory on daemon startup.Werner Koch1-7/+7
2017-07-25common: New functions gnupg_daemon_rootdir and gnupg_chdir.Werner Koch1-2/+3
2017-07-25Revert "w32: Change directory on daemon startup."Werner Koch1-6/+0
2017-07-24w32: Change directory on daemon startup.Marcus Brinkmann1-0/+6
2017-07-24agent: Minor fix for Windows.NIIBE Yutaka1-1/+1
2017-07-19Fix usage of ARGPARSE_OPTS.NIIBE Yutaka2-2/+3
2017-07-17agent: New GETINFO sub-command jent_active.Werner Koch1-0/+19
2017-07-05agent: Use MAX_PASSPHRASE_LEN (255) also for the loopback.Werner Koch2-6/+6
2017-06-28agent: Fix option --debug-waitWerner Koch1-1/+1
2017-06-26agent: Support unprotected ssh keys.Justus Winter1-1/+12
2017-06-23agent: Shutdown on removal of the home directory.Werner Koch1-16/+48
2017-05-31agent: Fix error from do_encryption.NIIBE Yutaka1-12/+19
2017-05-30agent: Fix memory leaks.NIIBE Yutaka2-4/+11
2017-05-24agent: Make digest algorithms for ssh fingerprints configurable.Justus Winter4-3/+17
2017-05-24agent: Write both ssh fingerprints to 'sshcontrol' file.Justus Winter1-4/+18
2017-05-24common: Support different digest algorithms for ssh fingerprints.Justus Winter3-4/+4
2017-05-22agent: Add const qualifier for read-only table.NIIBE Yutaka4-9/+9
2017-05-11tests: Make it possible to run all tests using our infrastructure.Justus Winter2-1/+36
2017-04-28Spelling fixes in docs and comments.NIIBE Yutaka7-11/+11
2017-04-17agent: More minor change.NIIBE Yutaka1-1/+0
2017-04-17agent: Minor cleanup.NIIBE Yutaka2-3/+0
2017-04-14agent: Clean up error initialize/return.NIIBE Yutaka4-6/+2
2017-04-12agent: Simplify stream_read_cstring.NIIBE Yutaka1-7/+1
2017-04-10agent: Use "ll" length specifier when time_t is larger.NIIBE Yutaka1-1/+7
2017-04-06agent: Serialize access to passphrase cache.NIIBE Yutaka1-36/+37
2017-04-04agent: Minor fix for get_client_pid.NIIBE Yutaka1-4/+6
2017-04-03gpgconf: Add --enable-extended-key-format for the agent.Werner Koch1-0/+2
2017-04-02agent: Use OCB for key protection with --enable-extended-key-format.Werner Koch1-6/+1
2017-03-24agent: New option --enable-extended-key-format.Werner Koch3-11/+43
2017-03-24agent: New option --stub-only for DELETE_KEYWerner Koch3-16/+30
2017-03-16agent,g10: Remove redundant SERIALNO request.NIIBE Yutaka1-10/+11
2017-03-07agent: Resolve conflict of util.h.NIIBE Yutaka16-31/+31
2017-03-07agent: Add include files.NIIBE Yutaka1-0/+4
2017-03-07agent: Fix get_client_pid for portability.NIIBE Yutaka1-11/+32
2017-03-06agent: For SSH, robustly handling scdaemon's errors.NIIBE Yutaka1-10/+9
2017-03-02agent: Improve error message for the KEYTOCARD command.Werner Koch1-12/+27
2017-02-22scd,agent: Improve the OpenPGP PIN prompt texts.Werner Koch1-7/+66
2017-02-22scd: Improve the prompts for OpenPGP cards.Werner Koch1-15/+38
2017-02-22agent: Prepend the description to a PIN prompt.Werner Koch4-19/+96