summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh-add.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make ssh-add check file permissions before attempting to load privatedtucker2006-03-131-4/+13
* move #include <sys/stat.h> out of includes.h; ok markus@stevesk2006-02-201-1/+4
* spacederaadt2005-11-121-2/+3
* ensure that stdio fds are attached; ok deraadt@djm2005-09-131-1/+4
* knf says that a 2nd level indent is four (not three or five) spacesdjm2005-07-171-2/+2
* spacingderaadt2005-03-101-3/+3
* kill a tiny header; ok deraadt@djm2004-05-081-2/+1
* unexpand and delete whitespace at EOL; ok markus@djm2003-11-211-4/+4
* print out key comment on each prompt; make ssh-askpass more useable; ok djm@markus2003-06-161-2/+3
* make agent constraints (lifetime, confirm) work with smartcard keys; ok markus@djm2003-06-111-2/+2
* fix memory leaks; from dlheine@suif.Stanford.EDU/CLOUSEAU; ok djm@markus2003-03-051-3/+6
* ssh-add -c, prompt user for confirmation (using ssh-askpass) whenmarkus2003-01-231-3/+14
* KNFderaadt2002-11-211-2/+2
* typo; cd@kalkatraz.demarkus2002-09-191-2/+2
* fix exit code for -X/-xmarkus2002-06-261-2/+2
* KNF done automatically while reading....deraadt2002-06-191-2/+2
* remove the CONSTRAIN_IDENTITY messages and introduce a newmarkus2002-06-151-14/+10
* fix stupid typomarkus2002-06-151-2/+2
* break agent key lifetime protocol and allow other contraints for key usage.markus2002-06-151-2/+2
* use convtime() to parse and validate key lifetime. can nowstevesk2002-06-101-3/+8
* ssh-add -t life, Set lifetime (in seconds) when adding identities; ok provos@markus2002-06-051-2/+20
* add -x/-X to usagemarkus2002-06-051-1/+3
* ssh-add -x for lock and -X for unlocking the agent.markus2002-06-051-2/+36
* Add PIN-protection for secret key.rees2002-03-211-2/+8
* ignore errors for nonexisting default keys in ssh-add,markus2002-03-211-1/+9
* KNF whitespacemarkus2002-03-191-3/+3
* exit 2 if no agent, exit 1 if list fails; debian#61078; ok djm@markus2002-01-291-5/+9
* try all listed keys.. how did this get broken?deraadt2001-12-241-2/+2
* Try all standard key files (id_rsa, id_dsa, identity) when invoked withdjm2001-12-211-19/+35
* basic KNF done while i was looking for something elsederaadt2001-12-191-9/+9