aboutsummaryrefslogtreecommitdiffstats
path: root/agent (follow)
Commit message (Expand)AuthorAgeFilesLines
* agent: Fix a bug accessing after release when opt.verbose.NIIBE Yutaka2022-05-201-4/+4
* agent: Factor out handling scanning over ssh keys.NIIBE Yutaka2022-05-201-42/+48
* agent: Show "Label:" field of private key when prompt the insertion.NIIBE Yutaka2022-05-201-24/+27
* agent: Move confirmation handling into findkey.c.NIIBE Yutaka2022-05-206-165/+151
* agent: Pop up dialog window for confirmation, when specified so.NIIBE Yutaka2022-05-192-0/+46
* agent: Supply GRIP=NULL for agent_key_from_file, for real use.NIIBE Yutaka2022-05-193-18/+19
* tests: Use module_tests for testing agent/.NIIBE Yutaka2022-04-262-2/+4
* Deprecate the --supervised options.Werner Koch2022-04-251-1/+4
* agent: Not writing password into file.NIIBE Yutaka2022-04-221-35/+20
* ssh: Returned faked response for the new session-bind extension.Werner Koch2022-04-141-0/+14
* agent: Ignore MD5 Fingerprints for ssh keysJakub Jelen2022-04-141-2/+4
* agent: Fix for possible support of Cygwin OpenSSH.NIIBE Yutaka2022-04-071-1/+5
* agent:w32: Fix for use of socket.NIIBE Yutaka2022-04-041-7/+7
* agent: KEYTOCARD prefers to specified time.NIIBE Yutaka2022-03-281-12/+11
* agent: Use "Created:" field for creation time.NIIBE Yutaka2022-03-255-21/+36
* agent: Print the correct daemon name in presence of a --foo-program.Werner Koch2022-02-271-1/+2
* agent: New flag "qual" for the trustlist.txt.Werner Koch2022-02-271-15/+17
* ssh: Fix adding an ed25519 key with a zero length comment.Werner Koch2022-01-281-4/+10
* agent: always use hexgrip when storing key passwordJames Bottomley via Gnupg-devel2022-01-241-4/+15
* agent: Fix comment for .po generation.NIIBE Yutaka2021-12-211-3/+3
* agent: Print the non-option warning earlier.Werner Koch2021-11-141-10/+10
* agent,dirmngr: New option --steal-socketWerner Koch2021-11-131-8/+20
* agent: Avoid uninitialized buffer.Jakub Jelen2021-11-121-1/+1
* agent: Correctly free memory on error path.Jakub Jelen2021-11-121-1/+4
* agent,dirmngr,kbx,scd,tpm2d: Use gnupg_sleep.NIIBE Yutaka2021-10-052-2/+2
* agent: Fix calibrate_get_time use of clock_gettime.NIIBE Yutaka2021-10-051-1/+22
* agent: Fix segv in GET_PASSPHRASE (regression)Werner Koch2021-09-071-1/+1
* agent: Use the sysconfdir for a pattern file.Werner Koch2021-08-181-1/+28
* agent: Ignore passphrase constraints for a generated passphrase.Werner Koch2021-08-183-34/+69
* agent: Improve the GENPIN callback.Werner Koch2021-08-181-9/+14
* agent: Fix for zero length help string in pinentry hints.Werner Koch2021-08-181-13/+31
* agent: Make QT_QPA_PLATFORMTHEME=qt5ct work for the pientWerner Koch2021-08-131-1/+8
* agent: New option --check-sym-passphrase-pattern.Werner Koch2021-08-135-25/+79
* agent: Make --pinentry-formatted-passphrase a simple flagIngo Klöcker2021-08-123-21/+5
* agent: Add checkpin inquiry for pinentryIngo Klöcker2021-08-101-0/+104
* agent: New option --pinentry-formatted-passphraseIngo Klöcker2021-08-103-0/+80
* agent: Add translatable text for Caps Lock hintIngo Klöcker2021-07-211-0/+1
* agent: Fix regression in agent_get_shadow_info_type.Werner Koch2021-06-251-2/+6
* agent: Fix importing protected secret key.NIIBE Yutaka2021-06-091-21/+49
* agent: Appropriate error code for importing key with no passwd.NIIBE Yutaka2021-06-041-0/+2
* agent: Fix calling handle_pincache_put.NIIBE Yutaka2021-05-281-1/+1
* agent: Fix memory leaksJakub Jelen2021-05-203-22/+30
* agent: Avoid memory leaks in error code paths.Jakub Jelen2021-05-205-8/+22
* gpg: Improve speed of secret key listing.Werner Koch2021-05-191-34/+143
* agent: Use SHA-256 for SSH fingerprint by defaultWerner Koch2021-05-121-2/+2
* A few minor code cleanups and typo fixes.Werner Koch2021-05-111-1/+1
* agent,w32: Silence the get_peercred failed diagnosticWerner Koch2021-04-231-1/+6
* gpg: Allow decryption w/o public key but with correct card inserted.Werner Koch2021-04-231-5/+13
* agent: Require verbose level 2 for handler started/terminated notices.Werner Koch2021-04-231-2/+2
* agent: Silence error messages for READKEY --cardWerner Koch2021-04-212-6/+9