summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh-keygen.c
AgeCommit message (Expand)Author
2001-03-21add -B flag to usageJakob Schlyter
2001-03-12remove old key_fingerprint interface, s/_ex//Markus Friedl
2001-03-11remove -v again. use -B instead for bubblebabble. make -B consistentMarkus Friedl
2001-03-11KNF, and SHA1 binary output is just creeping featurismTheo de Raadt
2001-03-11print both md5, sha1 and bubblebabble fingerprints when usingJakob Schlyter
2001-03-09create *.pub files with umask 0644, so that you can mv them to authorized_keysTheo de Raadt
2001-02-22bye bye -dTheo de Raadt
2001-02-22document -d, and -t defaults to rsa1Theo de Raadt
2001-02-12PermitRootLogin={yes,without-password,forced-commands-only,no}Markus Friedl
2001-02-04unexpand and remove end-of-line whitespace; ok markus@Kevin Steves
2001-01-21split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.Markus Friedl
2001-01-19move ssh1 definitions to ssh1.h, pathnames to pathnames.hMarkus Friedl
2001-01-13getopt() returns -1 not EOF; stevesk@pobox.comMarkus Friedl
2000-12-28enable 'ssh-keygen -l -f ~/.ssh/{authorized_keys,known_hosts}{,2}'Markus Friedl
2000-12-22fix ssh-keygen -x -t type > file; from Roumen.Petrov@skalasoft.comMarkus Friedl
2000-12-19replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned'Markus Friedl
2000-11-25print keytype when generating a key.Markus Friedl
2000-11-15Add missing \n at the end of an error message.Todd C. Miller
2000-11-12add support for RSA to SSH2. please test.Markus Friedl
2000-10-09-X now reads private ssh.com DSA keys, too.Markus Friedl
2000-09-07cleanup copyright notices on all files. I have attempted to be accurate withTheo de Raadt
2000-08-19add SSH2/DSA support to the agent and some other DSA related cleanups.Markus Friedl
2000-07-15Always create ~/.ssh with mode 700; ok MarkusDamien Miller
2000-07-07clean code is good codeTodd T. Fries
2000-06-20OpenBSD tagMarkus Friedl
2000-05-30remove dependency on openssl-0.9.5a; green@FreeBSD.org via kris@FreeBSD.orgMarkus Friedl
2000-05-08handle escapes in real and original key format, ok millert@Markus Friedl
2000-05-03simplify usageTheo de Raadt
2000-05-02default DSA key file ~/.ssh/id_dsaMarkus Friedl
2000-05-01Put -d into usage and reorder. markus ok.Hugh Graham
2000-04-27xfree DSA blobsMarkus Friedl
2000-04-26add -R flag: exit code indicates if RSA is aliveTheo de Raadt
2000-04-26add DSA pubkey auth and other SSH2 fixes. use ssh-keygen -[xX]Markus Friedl
2000-04-14whitespace cleanupMarkus Friedl
2000-03-16-pedantic: signed vs. unsigned, void*-arithm, etcMarkus Friedl
2000-02-04typoMarkus Friedl
2000-02-04enable ssh-keygen -l -f ~/.ssh/known_hosts, ok deraadt@Markus Friedl
1999-11-24KNF, final part 3Markus Friedl
1999-11-24much more KNFTheo de Raadt
1999-11-23KNF part 1Markus Friedl
1999-11-21don't create ~/.ssh only if the user wants to store the private key there.Markus Friedl
1999-11-20replace xstrdup+strcat with strlcat+fixed buffer, fixes OF (bad me)Markus Friedl
1999-11-20overflow, djm@mindrot.orgMarkus Friedl
1999-11-16rsa key fingerprints, idea from Bjoern Groenvall <bg@sics.se>Markus Friedl
1999-11-16move common prompt-for-filename-code into own functionMarkus Friedl
1999-10-01get rid of references to randomseedfile we dont need it. for sshdNiels Provos
1999-09-29numerous sprintf, strncpy, strcpy cleanupsTheo de Raadt
1999-09-29test for RSA in the ssl library, real early onTheo de Raadt
1999-09-28put q in getoptTheo de Raadt
1999-09-28convert all uses of gmp to SSL bignumNiels Provos