Age | Commit message (Expand) | Author |
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 |
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 |
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 |
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 |
2001-06-23 | more strict prototypes. raise warning level in Makefile.inc. markus ok'ed | Jun-ichiro itojun Hagino |
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 |
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 |
2001-01-20 | do not loop forever if askpass does not exist; from andrew@pimlott.ne.mediaon... | Markus Friedl |
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 |
2000-09-07 | cleanup copyright notices on all files. I have attempted to be accurate with | Theo de Raadt |
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 |
2000-07-16 | make ssh-add accept dsa keys (the agent does not) | Markus Friedl |
2000-06-20 | OpenBSD tag | Markus Friedl |
2000-04-26 | add DSA pubkey auth and other SSH2 fixes. use ssh-keygen -[xX] | Markus Friedl |
1999-12-02 | document $SSH_ASKPASS, reasonable default | Markus Friedl |
1999-11-24 | SSH_ASKPASS support | Markus Friedl |