summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh-keygen.c
AgeCommit message (Expand)Author
2006-08-03almost entirely get rid of the culture of ".h files that include .h files"Theo de Raadt
2006-08-01move #include <stdio.h> out of includes.hKevin Steves
2006-07-26move #include <stdlib.h> out of includes.hKevin Steves
2006-07-26move #include <sys/param.h> out of includes.hKevin Steves
2006-07-22move #include <string.h> out of includes.hKevin Steves
2006-07-17move #include <unistd.h> out of includes.hKevin Steves
2006-07-11move #include <errno.h> out of includes.h; ok markus@Kevin Steves
2006-07-09move #include <fcntl.h> out of includes.hKevin Steves
2006-07-06move #include "dns.h" upKevin Steves
2006-07-06move #include <pwd.h> out of includes.h; ok markus@Kevin Steves
2006-05-17fix leak; coverity via Kylene Jo HallMarkus Friedl
2006-03-30Correctly handle truncated files while converting keys; ok djm@Darren Tucker
2006-03-25cast strtonum() result to right typeTheo de Raadt
2006-03-25Put $OpenBSD$ tags back (as comments) to replace the RCSID()s thatDamien Miller
2006-03-20annoying spacing fixes getting in the way of real diffsTheo de Raadt
2006-03-19RCSID() can dieTheo de Raadt
2006-03-15if no key file are given when printing the DNS host record, use theJakob Schlyter
2006-03-13Make ssh-keygen handle CR and CRLF line termination when converting IETFDarren Tucker
2006-02-20move #include <sys/stat.h> out of includes.h; ok markus@Kevin Steves
2005-11-29Populate default key sizes before checking them; from & ok tim@Darren Tucker
2005-11-28Enforce DSA key length of exactly 1024 bits to comply with FIPS-186-2,Darren Tucker
2005-10-31generate a protocol 2 RSA key by defaultDamien Miller
2005-10-30no need to escape single quotes in comments, no binary changeDamien Miller
2005-10-14no trailing "\n" for log functions; ok djm@Kevin Steves
2005-10-07change DSA default back to 1024, as it's defined for 1024 bits onlyMarkus Friedl
2005-09-13ensure that stdio fds are attached; ok deraadt@Damien Miller
2005-07-17knf says that a 2nd level indent is four (not three or five) spacesDamien Miller
2005-06-08increase default rsa/dsa key length from 1024 to 2048 bits; ok markus@ deraadt@Damien Miller
2005-05-26uint32_t -> u_int32_t for consistency; ok djm@Darren Tucker
2005-05-24some style nits from dmiller@, and use a fatal() instead of a printf()/exitAnil Madhavapeddy
2005-05-23- removes signed/unsigned comparisons in moduli generationAnil Madhavapeddy
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