aboutsummaryrefslogtreecommitdiffstats
path: root/agent (unfollow)
Commit message (Expand)AuthorFilesLines
2023-08-02gpg,agent,kbx,sm,scd,tpm2d,g13: Use assuan_control.gniibe/t6606NIIBE Yutaka1-0/+1
2023-07-24agent: Use new libassuan API for pipe server process.NIIBE Yutaka2-78/+6
2023-07-24agent,dirmgr,gpg,g13,kbx,scd,sm,tmp2d: Remove ASSUAN_SYSTEM_NPTH.NIIBE Yutaka1-5/+0
2023-07-24agent,dirmngr,kbx,scdaemon: Use assuan_sock_accept.NIIBE Yutaka1-2/+2
2023-07-18commond: Introduce FD2NUM to express conversion to number of fds.NIIBE Yutaka2-5/+5
2023-07-18agent,build,w32: Fix use of SOCKET.NIIBE Yutaka1-0/+4
2023-07-18common: Introduce FD_DBG to display gnupg_fd_t value.NIIBE Yutaka1-5/+5
2023-07-03agent: Fix formatting thread ID of nPth.NIIBE Yutaka1-2/+3
2023-06-26agent: Fix cast mistake for Windows.NIIBE Yutaka1-2/+2
2023-05-26agent: Do not overwrite a key file by a shadow key file.Werner Koch1-90/+64
2023-05-26agent: Update key files by first writing to a temp file.Werner Koch1-66/+97
2023-05-26agent: Create and use Token entries to track the display s/n.Werner Koch10-29/+102
2023-05-26agent: Do not overwrite a key file by a shadow key file.Werner Koch1-90/+64
2023-05-26agent: Update key files by first writing to a temp file.Werner Koch1-66/+97
2023-05-26agent: Create and use Token entries to track the display s/n.Werner Koch10-29/+102
2023-05-26agent,dirmngr: Shutdown fix for supervised mode.NIIBE Yutaka1-1/+1
2023-05-25agent,w32: Fix resource leak for a process.NIIBE Yutaka1-2/+2
2023-05-24w32: Add missing supportedOS Ids for Windows-10Werner Koch1-0/+1
2023-05-24w32: Add missing supportedOS Ids for Windows-10Werner Koch1-0/+1
2023-05-24w32: Add missing manifests and set a requestedExecutionLevel.Werner Koch3-2/+31
2023-05-24w32: Add missing manifests and set a requestedExecutionLevel.Werner Koch3-2/+31
2023-05-11common,agent,gpg,dirmngr,g13,scd,tests,tools: New spawn function.NIIBE Yutaka1-5/+13
2023-04-21gpg: Fix writing ECDH keys to OpenPGP smartcards.Werner Koch1-8/+59
2023-04-18ssh: Allow to prefer on-disk keys over active card keys.Werner Koch2-6/+20
2023-04-03agent: Add trustlist flag "de-vs".Werner Koch1-1/+7
2023-03-27agent: New option --restricted for PRESET_PASSPHRASE.Werner Koch2-3/+19
2023-03-13agent: Make --disable-extended-key-format a dummy option.Werner Koch10-276/+152
2023-03-10agent: Try to SETREPEATOK if the pinentry supports it.Ben Kibbey1-0/+21
2023-03-01agent: Show "no secret key" instead of "card removed".Werner Koch2-4/+20
2023-02-01ssh: Allow to define the order in which keys are returned.Werner Koch4-63/+185
2023-01-24common: Slight redefinition of nvc_get_boolean.Werner Koch1-1/+2
2022-12-12agent: Allow arguments to "scd serialno" in restricted mode.Werner Koch1-1/+1
2022-12-09build: Remove Windows CE support.NIIBE Yutaka1-7/+1
2022-12-02gpg: New export option "mode1003".Werner Koch1-10/+26
2022-12-01agent: Fix import of protected v5 keys.Werner Koch1-3/+4
2022-12-01tests: Support semihosted environment.NIIBE Yutaka1-3/+4
2022-11-10agent: Allow trustlist on Windows in Unicode homedirs.Werner Koch1-1/+1
2022-11-02agent: Avoid blanks in the ssh key's comment.Werner Koch1-0/+5
2022-10-28agent: Automatically convert to extended key format by KEYATTR.NIIBE Yutaka1-6/+15
2022-10-20agent,common,dirmngr,tests,tools: Remove spawn PREEXEC argument.NIIBE Yutaka1-1/+1
2022-10-14agent,w32: Support Win32-OpenSSH emulation by gpg-agent.NIIBE Yutaka3-35/+163
2022-10-12agent: Introduce attribute "Remote-list" to KEYINFO.Werner Koch2-22/+27
2022-09-14agent,dirmngr,gpg,scd: Clean up for modern compiler.NIIBE Yutaka1-0/+1
2022-09-07agent: Don't start in --supervised mode if no-autostart is enabled.Werner Koch1-0/+11
2022-08-16doc: Update description of the key format.Werner Koch2-11/+21
2022-08-11agent: New option --need-attr for KEYINFO.Werner Koch2-17/+73
2022-06-28agent: Add description for "Prompt" field.NIIBE Yutaka1-0/+6
2022-06-28agent: Don't assume "OPENPGP.3" key means "Use-for-ssh:".NIIBE Yutaka2-17/+3
2022-06-27agent: Do not consider --min-passphrase-len for the magic wand.Werner Koch1-10/+11
2022-06-23agent: Flush before calling ftruncate.NIIBE Yutaka1-0/+2