Age | Commit message (Expand) | Author |
2000-10-09 | -X now reads private ssh.com DSA keys, too. | Markus Friedl |
2000-09-07 | cleanup copyright notices on all files. I have attempted to be accurate with | Theo de Raadt |
2000-08-19 | add SSH2/DSA support to the agent and some other DSA related cleanups. | Markus Friedl |
2000-07-15 | Always create ~/.ssh with mode 700; ok Markus | Damien Miller |
2000-07-07 | clean code is good code | Todd T. Fries |
2000-06-20 | OpenBSD tag | Markus Friedl |
2000-05-30 | remove dependency on openssl-0.9.5a; green@FreeBSD.org via kris@FreeBSD.org | Markus Friedl |
2000-05-08 | handle escapes in real and original key format, ok millert@ | Markus Friedl |
2000-05-03 | simplify usage | Theo de Raadt |
2000-05-02 | default DSA key file ~/.ssh/id_dsa | Markus Friedl |
2000-05-01 | Put -d into usage and reorder. markus ok. | Hugh Graham |
2000-04-27 | xfree DSA blobs | Markus Friedl |
2000-04-26 | add -R flag: exit code indicates if RSA is alive | Theo de Raadt |
2000-04-26 | add DSA pubkey auth and other SSH2 fixes. use ssh-keygen -[xX] | Markus Friedl |
2000-04-14 | whitespace cleanup | Markus Friedl |
2000-03-16 | -pedantic: signed vs. unsigned, void*-arithm, etc | Markus Friedl |
2000-02-04 | typo | Markus Friedl |
2000-02-04 | enable ssh-keygen -l -f ~/.ssh/known_hosts, ok deraadt@ | Markus Friedl |
1999-11-24 | KNF, final part 3 | Markus Friedl |
1999-11-24 | much more KNF | Theo de Raadt |
1999-11-23 | KNF part 1 | Markus Friedl |
1999-11-21 | don't create ~/.ssh only if the user wants to store the private key there. | Markus Friedl |
1999-11-20 | replace xstrdup+strcat with strlcat+fixed buffer, fixes OF (bad me) | Markus Friedl |
1999-11-20 | overflow, djm@mindrot.org | Markus Friedl |
1999-11-16 | rsa key fingerprints, idea from Bjoern Groenvall <bg@sics.se> | Markus Friedl |
1999-11-16 | move common prompt-for-filename-code into own function | Markus Friedl |
1999-10-01 | get rid of references to randomseedfile we dont need it. for sshd | Niels Provos |
1999-09-29 | numerous sprintf, strncpy, strcpy cleanups | Theo de Raadt |
1999-09-29 | test for RSA in the ssl library, real early on | Theo de Raadt |
1999-09-28 | put q in getopt | Theo de Raadt |
1999-09-28 | convert all uses of gmp to SSL bignum | Niels Provos |
1999-09-26 | i bet a lot of people didn't know what ssh 1.2.16 had a nice license. | Theo de Raadt |