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
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
2006-03-20
in a switch (), break after return or goto is stupid
Theo de Raadt
2006-03-19
RCSID() can die
Theo de Raadt
2006-03-13
Make ssh-add check file permissions before attempting to load private
Darren Tucker
2006-02-20
move #include <sys/stat.h> out of includes.h; ok markus@
Kevin Steves
2005-11-12
space
Theo de Raadt
2005-09-13
ensure that stdio fds are attached; ok deraadt@
Damien Miller
2005-07-17
knf says that a 2nd level indent is four (not three or five) spaces
Damien Miller
2005-03-10
spacing
Theo de Raadt
2004-05-08
kill a tiny header; ok deraadt@
Damien Miller
2003-11-21
unexpand and delete whitespace at EOL; ok markus@
Damien Miller
2003-06-16
print out key comment on each prompt; make ssh-askpass more useable; ok djm@
Markus Friedl
2003-06-11
make agent constraints (lifetime, confirm) work with smartcard keys; ok markus@
Damien Miller
2003-03-05
fix memory leaks; from dlheine@suif.Stanford.EDU/CLOUSEAU; ok djm@
Markus Friedl
2003-01-23
ssh-add -c, prompt user for confirmation (using ssh-askpass) when
Markus Friedl
2002-11-21
KNF
Theo de Raadt
2002-09-19
typo; cd@kalkatraz.de
Markus Friedl
2002-06-26
fix exit code for -X/-x
Markus Friedl
2002-06-19
KNF done automatically while reading....
Theo de Raadt
2002-06-15
remove the CONSTRAIN_IDENTITY messages and introduce a new
Markus Friedl
2002-06-15
fix stupid typo
Markus Friedl
2002-06-15
break agent key lifetime protocol and allow other contraints for key usage.
Markus Friedl
2002-06-10
use convtime() to parse and validate key lifetime. can now
Kevin Steves
2002-06-05
ssh-add -t life, Set lifetime (in seconds) when adding identities; ok provos@
Markus Friedl
2002-06-05
add -x/-X to usage
Markus Friedl
2002-06-05
ssh-add -x for lock and -X for unlocking the agent.
Markus Friedl
[next]