index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
ssh
/
ssh-add.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace calls to ssh_malloc_init() by a static init of malloc_options.
otto
2019-06-06
1
-2
/
+1
*
add "-v" flags to ssh-add and ssh-pkcs11-helper to turn up debug
djm
2019-01-21
1
-2
/
+14
*
add option to test whether keys in an agent are usable, by performing
djm
2019-01-20
1
-3
/
+49
*
Make "ssh-add -q" do what it says on the tin: silence output from
djm
2018-09-19
1
-23
/
+39
*
Add experimental support for PQC XMSS keys (Extended Hash-Based Signatures)
markus
2018-02-23
1
-5
/
+69
*
add a -q option to ssh-add to make it quiet on success.
dlg
2017-08-29
1
-13
/
+23
*
remove post-SSHv1 removal dead code from rsa.c and merge the
djm
2017-07-01
1
-2
/
+1
*
remove unused wrapper functions from key.[ch]; ok djm@
markus
2017-05-30
1
-2
/
+2
*
more simplification and removal of SSHv1-related code; ok djm@
naddy
2017-05-05
1
-36
/
+26
*
since a couple of people have asked, leave a comment explaining why we
djm
2017-05-04
1
-1
/
+6
*
unifdef WITH_SSH1
djm
2017-04-30
1
-8
/
+1
*
Add a function to enable security-related malloc_options. With and ok
dtucker
2016-02-15
1
-1
/
+2
*
Remove NULL-checks before sshkey_free().
mmcc
2015-12-11
1
-5
/
+3
*
fix some signed/unsigned integer type mismatches in format
djm
2015-10-15
1
-2
/
+2
*
- Fix error message: passphrase needs to be at least 5 characters, not 4.
tim
2015-09-13
1
-7
/
+6
*
When adding keys to the agent, don't ignore the comment of keys for which the
tim
2015-09-13
1
-9
/
+8
*
delete support for legacy v00 certificates; "sure" markus@ dtucker@
djm
2015-07-03
1
-3
/
+2
*
don't try to load .ssh/identity by default if SSH1 is disabled; ok markus@
naddy
2015-03-26
1
-1
/
+3
*
ignore v1 errors on ssh-add -D; only try v2 keys on -l/-L (unless WITH_SSH1)
markus
2015-03-25
1
-7
/
+11
*
make "ssh-add -d" properly remove a corresponding certificate, and also
halex
2015-02-21
1
-4
/
+10
*
slightly extend the passphrase prompt if running with -c in order to
halex
2015-02-03
1
-4
/
+5
*
update to new API (key_fingerprint => sshkey_fingerprint)
djm
2015-01-28
1
-2
/
+3
*
Replace <sys/param.h> with <limits.h> and other less dirty headers where
deraadt
2015-01-16
1
-3
/
+3
*
move authfd.c and its tentacles to the new buffer/key API;
djm
2015-01-14
1
-108
/
+151
*
Add FingerprintHash option to control algorithm used for key
djm
2014-12-21
1
-13
/
+41
*
Prefer setvbuf() to setlinebuf() for portability; ok deraadt@
millert
2014-11-26
1
-2
/
+2
*
fix ssh-add crash while loading more than one key
benno
2014-07-09
1
-3
/
+3
*
make stdout line-buffered; saves partial output getting lost when
djm
2014-07-03
1
-1
/
+3
*
fix loading of private keys
markus
2014-06-27
1
-5
/
+5
*
New key API: refactor key-related functions to be more library-like,
djm
2014-06-24
1
-7
/
+17
*
convert memset of potentially-private data to explicit_bzero()
djm
2014-02-02
1
-4
/
+4
*
skip requesting smartcard PIN when removing keys from agent; bz#2187
djm
2013-12-19
1
-6
/
+9
*
Make ssh-add also add .ssh/id_ed25519; fixes lie in manual page.
pascal
2013-12-15
1
-1
/
+2
*
bye, bye xfree(); ok markus@
djm
2013-05-17
1
-10
/
+10
*
prevent double-free of comment; ok djm@
markus
2012-12-05
1
-1
/
+2
*
make deleting explicit keys "ssh-add -d" symmetric with adding keys -
djm
2012-12-02
1
-7
/
+31
*
add -k to usage(); reminded by jmc@
djm
2011-10-18
1
-3
/
+4
*
new "ssh-add -k" option to load plain keys (skipping certificates);
djm
2011-10-18
1
-10
/
+17
*
allow "ssh-add - < key"; feedback and ok markus@
djm
2011-05-04
1
-8
/
+25
*
reintroduce commit from tedu@, which I pulled out for release engineering:
djm
2010-08-31
1
-2
/
+2
*
Implement Elliptic Curve Cryptography modes for key exchange (ECDH) and
djm
2010-08-31
1
-1
/
+2
*
backout previous temporarily; discussed with deraadt@
djm
2010-08-16
1
-2
/
+2
*
OpenSSL_add_all_algorithms is the name of the function we have a man page
tedu
2010-08-12
1
-2
/
+2
*
check that the certificate matches the corresponding private key before
djm
2010-05-14
1
-21
/
+29
*
revised certificate format ssh-{dss,rsa}-cert-v01@openssh.com with the
djm
2010-04-16
1
-2
/
+2
*
zap what seems to be a left-over debug message; ok markus@
otto
2010-03-01
1
-3
/
+2
*
Add support for certificate key types for users and hosts.
djm
2010-02-26
1
-3
/
+31
*
replace our obsolete smartcard code with PKCS#11.
markus
2010-02-08
1
-11
/
+9
*
Do not fall back to adding keys without contraints (ssh-add -c / -t ...)
djm
2009-08-27
1
-4
/
+1
*
sort synopsis and options in ssh-agent(1); usage is lowercase
sobrado
2007-09-09
1
-2
/
+2
[next]