| Commit message (Expand) | Author | Files | Lines |
2023-10-04 | agent: Fix agent_update_private_key. | NIIBE Yutaka | 1 | -1/+1 |
2023-09-28 | agent: fix tpm2d keytotpm handling | NIIBE Yutaka | 1 | -5/+28 |
2023-09-26 | agent,common,gpg: Use unsigned int for 1-bit field. | NIIBE Yutaka | 1 | -7/+7 |
2023-09-26 | agent: Initialize FP for the case of error return. | NIIBE Yutaka | 1 | -1/+1 |
2023-09-04 | agent: Fix timer round-up check when inserting an entry into cache. | NIIBE Yutaka | 1 | -1/+1 |
2023-09-04 | agent: Fix sock_inotify_fd handling. | NIIBE Yutaka | 1 | -2/+5 |
2023-09-01 | agent: Fix timer list management. | NIIBE Yutaka | 1 | -2/+6 |
2023-09-01 | agent: Fix the previous commit. | NIIBE Yutaka | 1 | -3/+0 |
2023-08-31 | agent: Introduce management of timer to expire cache entries. | NIIBE Yutaka | 1 | -84/+284 |
2023-08-30 | agent: Better interaction between main loop and cache expiration. | NIIBE Yutaka | 3 | -47/+44 |
2023-08-30 | agent: Have a thread monitoring parent PID and homedir. | NIIBE Yutaka | 1 | -39/+87 |
2023-08-30 | agent: Recover support CHECK_OWN_SOCKET_INTERVAL == 0. | NIIBE Yutaka | 1 | -3/+6 |
2023-08-30 | agent: Fix the handling of socket takeover. | NIIBE Yutaka | 1 | -9/+11 |
2023-08-30 | agent: Use a thread to monitor socket takeover. | NIIBE Yutaka | 1 | -62/+45 |
2023-08-24 | agent: Add agent_kick_the_loop function. | NIIBE Yutaka | 2 | -34/+117 |
2023-08-03 | gpg,agent,kbx,sm,scd,tpm2d,g13: Use assuan_control. | NIIBE Yutaka | 1 | -0/+1 |
2023-08-03 | agent: Use new libassuan API for pipe server process. | NIIBE Yutaka | 2 | -78/+6 |
2023-08-03 | agent,dirmgr,gpg,g13,kbx,scd,sm,tmp2d: Remove ASSUAN_SYSTEM_NPTH. | NIIBE Yutaka | 1 | -5/+0 |
2023-08-03 | agent,dirmngr,kbx,scdaemon: Use assuan_sock_accept. | NIIBE Yutaka | 1 | -2/+2 |
2023-07-18 | commond: Introduce FD2NUM to express conversion to number of fds. | NIIBE Yutaka | 2 | -5/+5 |
2023-07-18 | agent,build,w32: Fix use of SOCKET. | NIIBE Yutaka | 1 | -0/+4 |
2023-07-18 | common: Introduce FD_DBG to display gnupg_fd_t value. | NIIBE Yutaka | 1 | -5/+5 |
2023-07-03 | agent: Fix formatting thread ID of nPth. | NIIBE Yutaka | 1 | -2/+3 |
2023-06-26 | agent: Fix cast mistake for Windows. | NIIBE Yutaka | 1 | -2/+2 |
2023-05-26 | agent: Do not overwrite a key file by a shadow key file. | Werner Koch | 1 | -90/+64 |
2023-05-26 | agent: Update key files by first writing to a temp file. | Werner Koch | 1 | -66/+97 |
2023-05-26 | agent: Create and use Token entries to track the display s/n. | Werner Koch | 10 | -29/+102 |
2023-05-26 | agent: Do not overwrite a key file by a shadow key file. | Werner Koch | 1 | -90/+64 |
2023-05-26 | agent: Update key files by first writing to a temp file. | Werner Koch | 1 | -66/+97 |
2023-05-26 | agent: Create and use Token entries to track the display s/n. | Werner Koch | 10 | -29/+102 |
2023-05-26 | agent,dirmngr: Shutdown fix for supervised mode. | NIIBE Yutaka | 1 | -1/+1 |
2023-05-25 | agent,w32: Fix resource leak for a process. | NIIBE Yutaka | 1 | -2/+2 |
2023-05-24 | w32: Add missing supportedOS Ids for Windows-10 | Werner Koch | 1 | -0/+1 |
2023-05-24 | w32: Add missing supportedOS Ids for Windows-10 | Werner Koch | 1 | -0/+1 |
2023-05-24 | w32: Add missing manifests and set a requestedExecutionLevel. | Werner Koch | 3 | -2/+31 |
2023-05-24 | w32: Add missing manifests and set a requestedExecutionLevel. | Werner Koch | 3 | -2/+31 |
2023-05-11 | common,agent,gpg,dirmngr,g13,scd,tests,tools: New spawn function. | NIIBE Yutaka | 1 | -5/+13 |
2023-04-21 | gpg: Fix writing ECDH keys to OpenPGP smartcards. | Werner Koch | 1 | -8/+59 |
2023-04-18 | ssh: Allow to prefer on-disk keys over active card keys. | Werner Koch | 2 | -6/+20 |
2023-04-03 | agent: Add trustlist flag "de-vs". | Werner Koch | 1 | -1/+7 |
2023-03-27 | agent: New option --restricted for PRESET_PASSPHRASE. | Werner Koch | 2 | -3/+19 |
2023-03-13 | agent: Make --disable-extended-key-format a dummy option. | Werner Koch | 10 | -276/+152 |
2023-03-10 | agent: Try to SETREPEATOK if the pinentry supports it. | Ben Kibbey | 1 | -0/+21 |
2023-03-01 | agent: Show "no secret key" instead of "card removed". | Werner Koch | 2 | -4/+20 |
2023-02-01 | ssh: Allow to define the order in which keys are returned. | Werner Koch | 4 | -63/+185 |
2023-01-24 | common: Slight redefinition of nvc_get_boolean. | Werner Koch | 1 | -1/+2 |
2022-12-12 | agent: Allow arguments to "scd serialno" in restricted mode. | Werner Koch | 1 | -1/+1 |
2022-12-09 | build: Remove Windows CE support. | NIIBE Yutaka | 1 | -7/+1 |
2022-12-02 | gpg: New export option "mode1003". | Werner Koch | 1 | -10/+26 |
2022-12-01 | agent: Fix import of protected v5 keys. | Werner Koch | 1 | -3/+4 |