Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
private agent key is used; with djm@; test by dugsong@, djm@; ok deraadt@ | |||
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 | |
ADD_ID message with contraints instead. contraints can be only added together with the private key. | |||
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 | |
use '-t 2h' etc. ok markus@ provos@ | |||
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 | |
todo: encrypt private keys with locked... | |||
2002-03-21 | Add PIN-protection for secret key. | Jim Rees | |
2002-03-21 | ignore errors for nonexisting default keys in ssh-add, | Markus Friedl | |
fixes http://bugzilla.mindrot.org/show_bug.cgi?id=158 | |||
2002-03-19 | KNF whitespace | Markus Friedl | |
2002-01-29 | exit 2 if no agent, exit 1 if list fails; debian#61078; ok djm@ | Markus Friedl | |
2001-12-24 | try all listed keys.. how did this get broken? | Theo de Raadt | |
2001-12-21 | Try all standard key files (id_rsa, id_dsa, identity) when invoked with | Damien Miller | |
no arguments; ok markus@ | |||
2001-12-19 | basic KNF done while i was looking for something else | Theo de Raadt | |
2001-10-02 | return non-zero exit code on error; ok markus@ | Damien Miller | |
2001-08-03 | improve usage(). ok markus@ | Jakob Schlyter | |
2001-08-01 | use strings instead of ints for smartcard reader ids | Markus Friedl | |
2001-06-27 | convert to getopt(3) | Markus Friedl | |
2001-06-26 | initial support for smartcards in the agent | Markus Friedl | |
2001-06-25 | update copyright for 2001 | Markus Friedl | |
2001-06-24 | switch to readpassphrase(3) | Markus Friedl | |
2.7/8-stable needs readpassphrase.[ch] from libc | |||
2001-06-23 | more strict prototypes. raise warning level in Makefile.inc. markus ok'ed | Jun-ichiro itojun Hagino | |
TODO; cleanup headers | |||
2001-06-06 | remove debug message; Darren.Moffat@eng.sun.com | Markus Friedl | |
2001-05-02 | fix prompt for ssh-add. | Markus Friedl | |
2001-04-18 | call askpass from ssh, too, based on work by roth@feep.net, ok deraadt | Markus Friedl | |
2001-04-14 | use clear_pass instead of xfree() | Markus Friedl | |
2001-04-14 | do not double free | Theo de Raadt | |
2001-04-09 | passphrase caching: ssh-add tries last passphrase, clears passphrase if | Markus Friedl | |
not successful and after last try. based on discussions with espie@, jakob@, ... and code from jakob@ and wolfgang@wsrcc.com | |||
2001-04-08 | init pointers with NULL, thanks to danimal@danimal.org | Markus Friedl | |
2001-03-26 | simpler key load/save interface, see authfile.h | Markus Friedl | |
2001-03-12 | remove old key_fingerprint interface, s/_ex// | Markus Friedl | |
2001-03-02 | make copyright lines the same format | Theo de Raadt | |
2001-02-04 | unexpand and remove end-of-line whitespace; ok markus@ | Kevin Steves | |
2001-01-21 | split ssh.h and try to cleanup the #include mess. remove unnecessary #includes. | Markus Friedl | |
rename util.[ch] -> misc.[ch] | |||
2001-01-20 | do not loop forever if askpass does not exist; from ↵ | Markus Friedl | |
andrew@pimlott.ne.mediaone.net | |||
2001-01-19 | move ssh1 definitions to ssh1.h, pathnames to pathnames.h | Markus Friedl | |
2001-01-13 | typo, from stevesk@sweden.hp.com | Markus Friedl | |
2000-11-12 | add support for RSA to SSH2. please test. | Markus Friedl | |
there are now 3 types of keys: RSA1 is used by ssh-1 only, RSA and DSA are used by SSH2. you can use 'ssh-keygen -t rsa -f ssh2_rsa_file' to generate RSA keys for SSH2 and use the RSA keys for hostkeys or for user keys. SSH2 RSA or DSA keys are added to .ssh/authorised_keys2 as before. IdentityFile2, HostDsaKey and DSAAuthentication are obsolete. you can use multiple IdentityFile and HostKey for all types of keys. the option DSAAuthentication is replaced by PubkeyAuthetication. | |||
2000-09-07 | cleanup copyright notices on all files. I have attempted to be accurate with | Theo de Raadt | |
the details. everything is now under Tatu's licence (which I copied from his readme), and/or the core-sdi bsd-ish thing for deattack, or various openbsd developers under a 2-term bsd licence. We're not changing any rules, just being accurate. | |||
2000-09-05 | enable ssh-add -d for DSA keys | Markus Friedl | |
2000-08-28 | print uid/gid as unsigned | Theo de Raadt | |
2000-08-19 | add SSH2/DSA support to the agent and some other DSA related cleanups. | Markus Friedl | |
(note that we cannot talk to ssh.com's ssh2 agents) |