summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh-keygen.c
AgeCommit message (Expand)Author
2005-04-05sync and sort usage(). ok jmc@ markus@Otto Moerbeek
2005-03-11typo, missing \n; mpechMarkus Friedl
2005-03-10spacingTheo de Raadt
2005-03-02ignore hostnames with metachars when hashing; ok deraadt@Damien Miller
2005-03-01add tools for managing known_hosts files with hashed hostnames, includingDamien Miller
2004-12-23leak; from mpechMarkus Friedl
2004-07-11spacesTheo de Raadt
2004-06-21make ssh -Wshadow clean, no functional changesAnil Madhavapeddy
2004-05-09zap another tiny header; ok deraadt@Damien Miller
2004-05-08kill a tiny header; ok deraadt@Damien Miller
2003-12-22tidy up moduli generation debugging, add -v (verbose/debug) option toDamien Miller
2003-11-23consistency PATH_MAX -> MAXPATHLEN; ok markus@Damien Miller
2003-11-21unexpand and delete whitespace at EOL; ok markus@Damien Miller
2003-10-14include SSHFP lookup code (not enabled by default). ok markus@Jakob Schlyter
2003-09-18A few signedness fixes for harmless situations; markus@ okMiod Vallat
2003-08-14exit after primetest, ok djm@Markus Friedl
2003-07-28Support for generating Diffie-Hellman groups (/etc/moduli) from ssh-keygen.Damien Miller
2003-05-15avoid warning; ok jakob@Damien Miller
2003-05-14add experimental support for verifying hos keys using DNS as describedJakob Schlyter
2003-05-11change key_load_public to try to read a public from:Markus Friedl
2003-04-08rename log() into logit() to avoid name conflict. markus ok, from netbsdJun-ichiro itojun Hagino
2002-11-26Remove unnecessary fflush(stderr) calls, stderr is unbuffered by default.Wilbern Cobb
2002-06-23u_int stuffTheo de Raadt
2002-06-19KNF done automatically while reading....Theo de Raadt
2002-06-09use tab not spaces (|unexpand)Markus Friedl
2002-03-27try to import keys with extra trailing === (seen with ssh.com < 2.0.12)Markus Friedl
2002-03-25change sc_get_key to sc_get_keys and hide smartcard details in scard.cMarkus Friedl
2002-03-21Add PIN-protection for secret key.Jim Rees
2002-03-21move key upload to scard.[ch]Markus Friedl
2002-02-25more u_* fixesMarkus Friedl
2002-02-24signed vs. unsigned: make size arguments u_int, ok stevesk@Markus Friedl
2002-02-16default to rsa keyfile path for non key generation operations whereKevin Steves
2002-01-18unneeded cast cleanup; ok markus@Kevin Steves
2002-01-09append \n only for public keysMarkus Friedl
2001-12-29remove unneeded casts and some char->u_char cleanup; ok markus@Kevin Steves
2001-12-27-t is only needed for key generation (unbreaks -i, -e, etc).Markus Friedl
2001-12-21Remove default (rsa1) key type; ok markus@Damien Miller
2001-12-19basic KNF done while i was looking for something elseTheo de Raadt
2001-12-05minor KNFTheo de Raadt
2001-11-17enum/int type cleanup where it made sense to do so; ok markus@Kevin Steves
2001-10-25better docu for fingerprinting, ok deraadt@Markus Friedl
2001-09-28bzero private key after loading to smartcard; ok markus@Damien Miller
2001-09-17better error handling if you try to export a bad key to ssh.comMarkus Friedl
2001-09-17u_char*/char* cleanup; ok markus@Kevin Steves
2001-08-02clean up some /* SMARTCARD */. ok markus@Jakob Schlyter
2001-08-02add /* SMARTCARD */ to #else/#endif. ok markus@Jakob Schlyter
2001-08-02more verbose usage(). ok markus@Jakob Schlyter
2001-08-02change -u (upload smartcard key) to -U. ok markus@Jakob Schlyter
2001-08-02add -D readerid option (download, i.e. print public RSA key to stdout).Markus Friedl
2001-08-01allow uploading RSA keys for non-default AUT0 (sha1 over passphrase like sect...Markus Friedl