index
:
openssh
master
openssh
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ssh-add.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
upstream: make parsing user@host consistently look for the last '@' in
djm@openbsd.org
2024-09-06
1
-2
/
+2
*
upstream: make DSA key support compile-time optional, defaulting to
djm@openbsd.org
2024-01-11
1
-1
/
+3
*
upstream: fix typo; spotted by Albert Chin
djm@openbsd.org
2024-01-08
1
-2
/
+2
*
upstream: sort -C, and add to usage(); ok djm
jmc@openbsd.org
2024-01-08
1
-3
/
+3
*
upstream: Make it possible to load certs from PKCS#11 tokens
djm@openbsd.org
2023-12-18
1
-28
/
+64
*
upstream: minleft and maxsign are u_int so cast appropriately. Prompted
dtucker@openbsd.org
2023-07-07
1
-3
/
+3
*
upstream: use RSA/SHA256 when testing usability of private key in
djm@openbsd.org
2023-03-08
1
-3
/
+6
*
upstream: Don't attempt to fprintf a null identity comment. From
dtucker@openbsd.org
2022-06-24
1
-3
/
+3
*
upstream: Since they are deprecated, move DSA to the end of the
dtucker@openbsd.org
2022-02-07
1
-2
/
+2
*
upstream: allow pin-required FIDO keys to be added to ssh-agent(1).
djm@openbsd.org
2022-01-18
1
-6
/
+1
*
upstream: sort -H and -h in SYNOPSIS/usage(); tweak the -H text;
jmc@openbsd.org
2021-12-27
1
-3
/
+3
*
upstream: ssh-add side of destination constraints
djm@openbsd.org
2021-12-19
1
-16
/
+171
*
upstream: When downloading resident keys from a FIDO token, pass
djm@openbsd.org
2021-10-28
1
-14
/
+14
*
upstream: highly polished whitespace, mostly fixing spaces-for-tab
djm@openbsd.org
2021-04-03
1
-3
/
+3
*
upstream: Change convtime() from returning long to returning int.
dtucker@openbsd.org
2021-01-11
1
-5
/
+5
*
upstream: use the new variant log macros instead of prepending
djm@openbsd.org
2020-10-18
1
-18
/
+14
*
upstream: refuse to add verify-required (PINful) FIDO keys to
djm@openbsd.org
2020-08-31
1
-7
/
+16
*
upstream: allow "ssh-add -d -" to read keys to be deleted from
djm@openbsd.org
2020-06-26
1
-17
/
+54
*
upstream: Cast lifetime to u_long for comparison to prevent unsigned
dtucker@openbsd.org
2020-03-16
1
-2
/
+2
*
upstream: change explicit_bzero();free() to freezero()
jsg@openbsd.org
2020-02-28
1
-7
/
+4
*
upstream: Ensure that the key lifetime provided fits within the
dtucker@openbsd.org
2020-02-18
1
-6
/
+7
*
upstream: Replace "security key" with "authenticator" in program
naddy@openbsd.org
2020-02-06
1
-4
/
+4
*
upstream: factor out reading/writing sshbufs to dedicated
djm@openbsd.org
2020-01-26
1
-4
/
+2
*
upstream: Document loading of resident keys from a FIDO
naddy@openbsd.org
2020-01-21
1
-25
/
+15
*
upstream: Extends the SK API to accept a set of key/value options
djm@openbsd.org
2020-01-06
1
-2
/
+3
*
upstream: implement loading resident keys in ssh-add
djm@openbsd.org
2019-12-30
1
-5
/
+63
*
upstream: Add new structure for signature options
djm@openbsd.org
2019-11-25
1
-2
/
+2
*
upstream: additional missing stdarg.h includes when built without
naddy@openbsd.org
2019-11-19
1
-1
/
+1
*
upstream: directly support U2F/FIDO2 security keys in OpenSSH by
djm@openbsd.org
2019-11-14
1
-1
/
+6
*
upstream: enable ed25519 support; ok djm
markus@openbsd.org
2019-11-12
1
-2
/
+3
*
upstream: ssh-add support for U2F/FIDO keys
djm@openbsd.org
2019-10-31
1
-10
/
+27
*
upstream: add new agent key constraint for U2F/FIDO provider
djm@openbsd.org
2019-10-31
1
-3
/
+3
*
upstream: fixes for !WITH_OPENSSL compilation; ok dtucker@
djm@openbsd.org
2019-09-06
1
-3
/
+5
*
upstream: When system calls indicate an error they return -1, not
deraadt@openbsd.org
2019-07-05
1
-3
/
+3
*
upstream: Replace calls to ssh_malloc_init() by a static init of
otto@openbsd.org
2019-06-07
1
-2
/
+1
*
upstream: add "-v" flags to ssh-add and ssh-pkcs11-helper to turn up
djm@openbsd.org
2019-01-21
1
-2
/
+14
*
upstream: add option to test whether keys in an agent are usable,
djm@openbsd.org
2019-01-21
1
-3
/
+49
*
refactor libcrypto initialisation
Damien Miller
2018-11-23
1
-4
/
+0
*
upstream: Make "ssh-add -q" do what it says on the tin: silence
djm@openbsd.org
2018-09-20
1
-23
/
+39
*
upstream: Add experimental support for PQC XMSS keys (Extended
markus@openbsd.org
2018-02-26
1
-5
/
+69
*
upstream commit
dlg@openbsd.org
2017-09-04
1
-13
/
+23
*
upstream commit
djm@openbsd.org
2017-07-21
1
-2
/
+1
*
upstream commit
markus@openbsd.org
2017-05-31
1
-2
/
+2
*
upstream commit
naddy@openbsd.org
2017-05-08
1
-36
/
+26
*
upstream commit
djm@openbsd.org
2017-05-08
1
-1
/
+6
*
upstream commit
djm@openbsd.org
2017-05-01
1
-8
/
+1
*
upstream commit
dtucker@openbsd.org
2016-02-16
1
-1
/
+2
*
upstream commit
mmcc@openbsd.org
2015-12-18
1
-5
/
+3
*
upstream commit
djm@openbsd.org
2015-10-16
1
-2
/
+2
*
upstream commit
tim@openbsd.org
2015-09-16
1
-7
/
+6
[next]