index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
ssh
/
ssh-add.c
Age
Commit message (
Expand
)
Author
2016-02-15
Add a function to enable security-related malloc_options. With and ok
Darren Tucker
2015-12-11
Remove NULL-checks before sshkey_free().
mmcc
2015-10-15
fix some signed/unsigned integer type mismatches in format
Damien Miller
2015-09-13
- Fix error message: passphrase needs to be at least 5 characters, not 4.
tim
2015-09-13
When adding keys to the agent, don't ignore the comment of keys for which the
tim
2015-07-03
delete support for legacy v00 certificates; "sure" markus@ dtucker@
Damien Miller
2015-03-26
don't try to load .ssh/identity by default if SSH1 is disabled; ok markus@
Christian Weisgerber
2015-03-25
ignore v1 errors on ssh-add -D; only try v2 keys on -l/-L (unless WITH_SSH1)
Markus Friedl
2015-02-21
make "ssh-add -d" properly remove a corresponding certificate, and also
Alexander Hall
2015-02-03
slightly extend the passphrase prompt if running with -c in order to
Alexander Hall
2015-01-28
update to new API (key_fingerprint => sshkey_fingerprint)
Damien Miller
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2015-01-14
move authfd.c and its tentacles to the new buffer/key API;
Damien Miller
2014-12-21
Add FingerprintHash option to control algorithm used for key
Damien Miller
2014-11-26
Prefer setvbuf() to setlinebuf() for portability; ok deraadt@
Todd C. Miller
2014-07-09
fix ssh-add crash while loading more than one key
Sebastian Benoit
2014-07-03
make stdout line-buffered; saves partial output getting lost when
Damien Miller
2014-06-27
fix loading of private keys
Markus Friedl
2014-06-24
New key API: refactor key-related functions to be more library-like,
Damien Miller
2014-02-02
convert memset of potentially-private data to explicit_bzero()
Damien Miller
2013-12-19
skip requesting smartcard PIN when removing keys from agent; bz#2187
Damien Miller
2013-12-15
Make ssh-add also add .ssh/id_ed25519; fixes lie in manual page.
Pascal Stumpf
2013-05-17
bye, bye xfree(); ok markus@
Damien Miller
2012-12-05
prevent double-free of comment; ok djm@
Markus Friedl
2012-12-02
make deleting explicit keys "ssh-add -d" symmetric with adding keys -
Damien Miller
2011-10-18
add -k to usage(); reminded by jmc@
Damien Miller
2011-10-18
new "ssh-add -k" option to load plain keys (skipping certificates);
Damien Miller
2011-05-04
allow "ssh-add - < key"; feedback and ok markus@
Damien Miller
2010-08-31
reintroduce commit from tedu@, which I pulled out for release engineering:
Damien Miller
2010-08-31
Implement Elliptic Curve Cryptography modes for key exchange (ECDH) and
Damien Miller
2010-08-16
backout previous temporarily; discussed with deraadt@
Damien Miller
2010-08-12
OpenSSL_add_all_algorithms is the name of the function we have a man page
Ted Unangst
2010-05-14
check that the certificate matches the corresponding private key before
Damien Miller
2010-04-16
revised certificate format ssh-{dss,rsa}-cert-v01@openssh.com with the
Damien Miller
2010-03-01
zap what seems to be a left-over debug message; ok markus@
Otto Moerbeek
2010-02-26
Add support for certificate key types for users and hosts.
Damien Miller
2010-02-08
replace our obsolete smartcard code with PKCS#11.
Markus Friedl
2009-08-27
Do not fall back to adding keys without contraints (ssh-add -c / -t ...)
Damien Miller
2007-09-09
sort synopsis and options in ssh-agent(1); usage is lowercase
Igor Sobrado
2006-08-03
almost entirely get rid of the culture of ".h files that include .h files"
Theo de Raadt
2006-08-01
move #include <stdio.h> out of includes.h
Kevin Steves
2006-07-26
move #include <stdlib.h> out of includes.h
Kevin Steves
2006-07-26
move #include <sys/param.h> out of includes.h
Kevin Steves
2006-07-22
move #include <string.h> out of includes.h
Kevin Steves
2006-07-17
move #include <unistd.h> out of includes.h
Kevin Steves
2006-07-09
use O_RDONLY vs. 0 in open(); no binary change
Kevin Steves
2006-07-09
move #include <fcntl.h> out of includes.h
Kevin Steves
2006-07-06
move #include <pwd.h> out of includes.h; ok markus@
Kevin Steves
2006-05-30
Sync usage() with man page and reality.
Michael Knudsen
2006-03-25
Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that
Damien Miller
[next]