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