index
:
gnupg2
master
gnupg2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
agent
/
command-ssh.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
agent: Add KEYATTR command.
NIIBE Yutaka
2022-06-22
1
-1
/
+1
*
agent,ssh: Fix for make not-inserted OpenPGP.3 keys available for SSH.
Werner Koch
2022-06-15
1
-5
/
+8
*
agent,ssh: Make not-inserted OpenPGP.3 keys available for SSH.
NIIBE Yutaka
2022-05-26
1
-80
/
+160
*
agent: Fix a bug accessing after release when opt.verbose.
NIIBE Yutaka
2022-05-20
1
-4
/
+4
*
agent: Factor out handling scanning over ssh keys.
NIIBE Yutaka
2022-05-20
1
-42
/
+48
*
ssh: Returned faked response for the new session-bind extension.
Werner Koch
2022-04-14
1
-0
/
+14
*
agent: Ignore MD5 Fingerprints for ssh keys
Jakub Jelen
2022-04-14
1
-2
/
+4
*
agent: Fix for possible support of Cygwin OpenSSH.
NIIBE Yutaka
2022-04-07
1
-1
/
+5
*
agent:w32: Fix for use of socket.
NIIBE Yutaka
2022-04-04
1
-7
/
+7
*
ssh: Fix adding an ed25519 key with a zero length comment.
Werner Koch
2022-01-28
1
-4
/
+10
*
A few minor code cleanups and typo fixes.
Werner Koch
2021-05-11
1
-1
/
+1
*
agent: Skip unknown unknown ssh curves seen on cards.
Werner Koch
2021-03-29
1
-6
/
+16
*
gpg: New option --no-auto-trust-new-key.
Beta-2.3.0-beta1655
Werner Koch
2021-03-15
1
-1
/
+1
*
agent: Support ssh-agent extensions for environment variables.
Werner Koch
2021-01-25
1
-1
/
+85
*
Replace most of the remaining stdio calls by estream calls.
Werner Koch
2020-10-20
1
-12
/
+12
*
agent: Allow to pass a timestamp to genkey and import.
Werner Koch
2020-08-17
1
-2
/
+4
*
agent: Add option --pss to pksign to be used by smartcards.
Werner Koch
2020-08-10
1
-0
/
+1
*
agent: separate out daemon handling infrastructure for reuse
James Bottomley
2020-06-24
1
-5
/
+5
*
agent,ssh: Tighten condition for EdDSA.
NIIBE Yutaka
2020-06-05
1
-2
/
+1
*
agent: Remove duplicated code for EdDSA.
NIIBE Yutaka
2020-06-05
1
-30
/
+10
*
agent: Allow to use SETHASH for arbitrary data.
Werner Koch
2020-05-18
1
-0
/
+2
*
Spelling cleanup.
Daniel Kahn Gillmor
2020-02-19
1
-1
/
+1
*
agent: Allow signing with card key even without a stub key.
Werner Koch
2020-02-13
1
-1
/
+1
*
agent: handle SSH operation by KEYGRIP.
NIIBE Yutaka
2020-01-13
1
-86
/
+15
*
agent: SSH: SCD KEYINFO to list available keys.
NIIBE Yutaka
2020-01-09
1
-36
/
+21
*
agent: For SSH key, don't put NUL-byte at the end.
NIIBE Yutaka
2019-05-21
1
-2
/
+2
*
agent: Replace most assert by log_assert.
Werner Koch
2019-05-14
1
-3
/
+2
*
agent: Put Token lines into the key files.
Werner Koch
2019-05-03
1
-1
/
+1
*
ssh: Simplify the curve name lookup.
Werner Koch
2019-01-17
1
-84
/
+54
*
all: fix spelling and typos
Daniel Kahn Gillmor
2018-10-24
1
-1
/
+1
*
ssh: Fix possible infinite loop in case of an read error.
Werner Koch
2018-10-24
1
-3
/
+4
*
agent: Fix build regression for Windows.
Werner Koch
2018-10-22
1
-8
/
+10
*
Merge branch 'STABLE-BRANCH-2-2' into master
Werner Koch
2018-04-10
1
-7
/
+39
|
\
|
*
agent: Improve the unknown ssh flag detection.
Werner Koch
2018-04-10
1
-24
/
+31
|
*
agent: unknown flags on ssh signing requests cause an error.
Daniel Kahn Gillmor
2018-04-10
1
-1
/
+9
|
*
agent: change documentation reference for ssh-agent protocol.
Daniel Kahn Gillmor
2018-04-10
1
-2
/
+4
|
*
agent: Support SSH signature flags.
NIIBE Yutaka
2018-04-06
1
-1
/
+16
*
|
Merge branch 'STABLE-BRANCH-2-2' into master
Werner Koch
2018-03-27
1
-1
/
+1
|
\
|
|
*
agent: Make the request origin a part of the cache items.
Werner Koch
2018-03-27
1
-1
/
+1
*
|
agent: Fix sending connecting process uid to pinentry.
NIIBE Yutaka
2018-01-26
1
-1
/
+9
*
|
Merge branch 'STABLE-BRANCH-2-2' into master
NIIBE Yutaka
2018-01-26
1
-0
/
+3
|
\
|
|
*
agent: Fix last commit.
NIIBE Yutaka
2018-01-26
1
-0
/
+3
|
*
agent: More fix for get_client_pid for portability.
NIIBE Yutaka
2018-01-26
1
-2
/
+2
*
|
agent: Send pinentry the uid of connecting process where possible.
Daniel Kahn Gillmor
2017-10-19
1
-6
/
+21
|
/
*
agent: Minor fix for Windows.
NIIBE Yutaka
2017-07-24
1
-1
/
+1
*
agent: Support unprotected ssh keys.
Justus Winter
2017-06-26
1
-1
/
+12
*
agent: Make digest algorithms for ssh fingerprints configurable.
Justus Winter
2017-05-24
1
-2
/
+2
*
agent: Write both ssh fingerprints to 'sshcontrol' file.
Justus Winter
2017-05-24
1
-4
/
+18
*
common: Support different digest algorithms for ssh fingerprints.
Justus Winter
2017-05-24
1
-2
/
+2
*
agent: Add const qualifier for read-only table.
NIIBE Yutaka
2017-05-22
1
-5
/
+5
[next]