summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh-add.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace calls to ssh_malloc_init() by a static init of malloc_options.otto2019-06-061-2/+1
* add "-v" flags to ssh-add and ssh-pkcs11-helper to turn up debugdjm2019-01-211-2/+14
* add option to test whether keys in an agent are usable, by performingdjm2019-01-201-3/+49
* Make "ssh-add -q" do what it says on the tin: silence output fromdjm2018-09-191-23/+39
* Add experimental support for PQC XMSS keys (Extended Hash-Based Signatures)markus2018-02-231-5/+69
* add a -q option to ssh-add to make it quiet on success.dlg2017-08-291-13/+23
* remove post-SSHv1 removal dead code from rsa.c and merge thedjm2017-07-011-2/+1
* remove unused wrapper functions from key.[ch]; ok djm@markus2017-05-301-2/+2
* more simplification and removal of SSHv1-related code; ok djm@naddy2017-05-051-36/+26
* since a couple of people have asked, leave a comment explaining why wedjm2017-05-041-1/+6
* unifdef WITH_SSH1djm2017-04-301-8/+1
* Add a function to enable security-related malloc_options. With and okdtucker2016-02-151-1/+2
* Remove NULL-checks before sshkey_free().mmcc2015-12-111-5/+3
* fix some signed/unsigned integer type mismatches in formatdjm2015-10-151-2/+2
* - Fix error message: passphrase needs to be at least 5 characters, not 4.tim2015-09-131-7/+6
* When adding keys to the agent, don't ignore the comment of keys for which thetim2015-09-131-9/+8
* delete support for legacy v00 certificates; "sure" markus@ dtucker@djm2015-07-031-3/+2
* don't try to load .ssh/identity by default if SSH1 is disabled; ok markus@naddy2015-03-261-1/+3
* ignore v1 errors on ssh-add -D; only try v2 keys on -l/-L (unless WITH_SSH1)markus2015-03-251-7/+11
* make "ssh-add -d" properly remove a corresponding certificate, and alsohalex2015-02-211-4/+10
* slightly extend the passphrase prompt if running with -c in order tohalex2015-02-031-4/+5
* update to new API (key_fingerprint => sshkey_fingerprint)djm2015-01-281-2/+3
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-3/+3
* move authfd.c and its tentacles to the new buffer/key API;djm2015-01-141-108/+151
* Add FingerprintHash option to control algorithm used for keydjm2014-12-211-13/+41
* Prefer setvbuf() to setlinebuf() for portability; ok deraadt@millert2014-11-261-2/+2
* fix ssh-add crash while loading more than one keybenno2014-07-091-3/+3
* make stdout line-buffered; saves partial output getting lost whendjm2014-07-031-1/+3
* fix loading of private keysmarkus2014-06-271-5/+5
* New key API: refactor key-related functions to be more library-like,djm2014-06-241-7/+17
* convert memset of potentially-private data to explicit_bzero()djm2014-02-021-4/+4
* skip requesting smartcard PIN when removing keys from agent; bz#2187djm2013-12-191-6/+9
* Make ssh-add also add .ssh/id_ed25519; fixes lie in manual page.pascal2013-12-151-1/+2
* bye, bye xfree(); ok markus@djm2013-05-171-10/+10
* prevent double-free of comment; ok djm@markus2012-12-051-1/+2
* make deleting explicit keys "ssh-add -d" symmetric with adding keys -djm2012-12-021-7/+31
* add -k to usage(); reminded by jmc@djm2011-10-181-3/+4
* new "ssh-add -k" option to load plain keys (skipping certificates);djm2011-10-181-10/+17
* allow "ssh-add - < key"; feedback and ok markus@djm2011-05-041-8/+25
* reintroduce commit from tedu@, which I pulled out for release engineering:djm2010-08-311-2/+2
* Implement Elliptic Curve Cryptography modes for key exchange (ECDH) anddjm2010-08-311-1/+2
* backout previous temporarily; discussed with deraadt@djm2010-08-161-2/+2
* OpenSSL_add_all_algorithms is the name of the function we have a man pagetedu2010-08-121-2/+2
* check that the certificate matches the corresponding private key beforedjm2010-05-141-21/+29
* revised certificate format ssh-{dss,rsa}-cert-v01@openssh.com with thedjm2010-04-161-2/+2
* zap what seems to be a left-over debug message; ok markus@otto2010-03-011-3/+2
* Add support for certificate key types for users and hosts.djm2010-02-261-3/+31
* replace our obsolete smartcard code with PKCS#11.markus2010-02-081-11/+9
* Do not fall back to adding keys without contraints (ssh-add -c / -t ...)djm2009-08-271-4/+1
* sort synopsis and options in ssh-agent(1); usage is lowercasesobrado2007-09-091-2/+2