summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh-add.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* almost entirely get rid of the culture of ".h files that include .h files"deraadt2006-08-031-4/+3
* move #include <stdio.h> out of includes.hstevesk2006-08-011-1/+2
* move #include <stdlib.h> out of includes.hstevesk2006-07-261-1/+2
* move #include <sys/param.h> out of includes.hstevesk2006-07-261-1/+2
* move #include <string.h> out of includes.hstevesk2006-07-221-1/+2
* move #include <unistd.h> out of includes.hstevesk2006-07-171-1/+2
* use O_RDONLY vs. 0 in open(); no binary changestevesk2006-07-091-2/+2
* move #include <fcntl.h> out of includes.hstevesk2006-07-091-1/+2
* move #include <pwd.h> out of includes.h; ok markus@stevesk2006-07-061-1/+3
* Sync usage() with man page and reality.mk2006-05-301-2/+2
* Put $OpenBSD$ tags back (as comments) to replace the RCSID()s thatdjm2006-03-251-0/+1
* in a switch (), break after return or goto is stupidderaadt2006-03-201-3/+0
* RCSID() can diederaadt2006-03-191-1/+0