| Commit message (Expand) | Author | Age | Files | Lines |
* | call askpass from ssh, too, based on work by roth@feep.net, ok deraadt |  markus | 2001-04-18 | 1 | -63/+7 |
* | use clear_pass instead of xfree() |  markus | 2001-04-14 | 1 | -3/+2 |
* | do not double free |  deraadt | 2001-04-14 | 1 | -1/+2 |
* | passphrase caching: ssh-add tries last passphrase, clears passphrase if |  markus | 2001-04-09 | 1 | -4/+21 |
* | init pointers with NULL, thanks to danimal@danimal.org |  markus | 2001-04-08 | 1 | -3/+3 |
* | simpler key load/save interface, see authfile.h |  markus | 2001-03-26 | 1 | -38/+18 |
* | remove old key_fingerprint interface, s/_ex// |  markus | 2001-03-12 | 1 | -6/+8 |
* | make copyright lines the same format |  deraadt | 2001-03-02 | 1 | -2/+2 |
* | unexpand and remove end-of-line whitespace; ok markus@ |  stevesk | 2001-02-04 | 1 | -2/+2 |
* | split ssh.h and try to cleanup the #include mess. remove unnecessary #includes. |  markus | 2001-01-21 | 1 | -4/+4 |
* | do not loop forever if askpass does not exist; from andrew@pimlott.ne.mediaone.net |  markus | 2001-01-20 | 1 | -1/+3 |
* | move ssh1 definitions to ssh1.h, pathnames to pathnames.h |  markus | 2001-01-19 | 1 | -3/+4 |
* | typo, from stevesk@sweden.hp.com |  markus | 2001-01-13 | 1 | -2/+2 |
* | add support for RSA to SSH2. please test. |  markus | 2000-11-12 | 1 | -18/+10 |
* | cleanup copyright notices on all files. I have attempted to be accurate with |  deraadt | 2000-09-07 | 1 | -2/+27 |
* | enable ssh-add -d for DSA keys |  markus | 2000-09-05 | 1 | -3/+7 |
* | print uid/gid as unsigned |  deraadt | 2000-08-28 | 1 | -2/+3 |
* | add SSH2/DSA support to the agent and some other DSA related cleanups. |  markus | 2000-08-19 | 1 | -39/+42 |
* | make ssh-add accept dsa keys (the agent does not) |  markus | 2000-07-16 | 1 | -6/+12 |
* | OpenBSD tag |  markus | 2000-06-20 | 1 | -1/+1 |
* | add DSA pubkey auth and other SSH2 fixes. use ssh-keygen -[xX] |  markus | 2000-04-26 | 1 | -16/+21 |
* | document $SSH_ASKPASS, reasonable default |  markus | 1999-12-02 | 1 | -3/+7 |
* | SSH_ASKPASS support |  markus | 1999-11-24 | 1 | -6/+56 |
* | much more KNF |  deraadt | 1999-11-24 | 1 | -14/+7 |
* | KNF part 1 |  markus | 1999-11-23 | 1 | -167/+156 |
* | rsa key fingerprints, idea from Bjoern Groenvall <bg@sics.se> |  markus | 1999-11-16 | 1 | -18/+24 |
* | the keysize of rsa-parameter 'n' is passed implizit, |  markus | 1999-11-15 | 1 | -19/+18 |
* | change passphrase loop logic and remove ref to $DISPLAY, ok niels |  markus | 1999-11-14 | 1 | -35/+25 |
* | replace assert() with error, fatal or packet_disconnect |  markus | 1999-11-02 | 1 | -7/+13 |
* | connect to agent before accepting input. ok niklas@ |  markus | 1999-10-27 | 1 | -62/+26 |
* | -Wall, get rid of unused headers/vars |  dugsong | 1999-10-17 | 1 | -4/+1 |
* | we do not ship ssh-askpass |  markus | 1999-10-11 | 1 | -14/+1 |
* | numerous sprintf, strncpy, strcpy cleanups |  deraadt | 1999-09-29 | 1 | -3/+4 |
* | test for RSA in the ssl library, real early on |  deraadt | 1999-09-29 | 1 | -1/+11 |
* | convert all uses of gmp to SSL bignum |  provos | 1999-09-28 | 1 | -31/+43 |
* | i bet a lot of people didn't know what ssh 1.2.16 had a nice license. |  deraadt | 1999-09-26 | 1 | -0/+247 |