summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh-keygen.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* sort synopsis and options in ssh-agent(1); usage is lowercasesobrado2007-09-091-2/+2
| | | | ok jmc@
* spacesstevesk2007-01-211-3/+3
|
* more secsh -> rfc 4716 updates;jmc2007-01-121-3/+3
| | | | | spotted by wiz@netbsd ok markus
* spacesstevesk2007-01-031-3/+3
|
* remove small dead code; arnaud.lacombe.1@ulaval.ca via Coverity scanstevesk2007-01-031-4/+3
|
* use argc and argv not some made up short formderaadt2006-11-141-6/+6
|
* add missing checks for openssl return codes; with & ok djm@markus2006-11-061-2/+3
|
* almost entirely get rid of the culture of ".h files that include .h files"deraadt2006-08-031-4/+2
| | | | | ok djm, sort of ok stevesk makes the pain stop in one easy step
* move #include <stdio.h> out of includes.hstevesk2006-08-011-1/+2
|
* move #include <stdlib.h> out of includes.hstevesk2006-07-261-1/+2
|
* move #include <sys/param.h> out of includes.hstevesk2006-07-261-1/+2
|
* move #include <string.h> out of includes.hstevesk2006-07-221-1/+2
|
* move #include <unistd.h> out of includes.hstevesk2006-07-171-1/+2
|
* move #include <errno.h> out of includes.h; ok markus@stevesk2006-07-111-1/+2
|
* move #include <fcntl.h> out of includes.hstevesk2006-07-091-1/+2
|
* move #include "dns.h" upstevesk2006-07-061-2/+2
|
* move #include <pwd.h> out of includes.h; ok markus@stevesk2006-07-061-1/+3
|
* fix leak; coverity via Kylene Jo Hallmarkus2006-05-171-2/+4
|
* Correctly handle truncated files while converting keys; ok djm@dtucker2006-03-301-1/+3
|
* cast strtonum() result to right typederaadt2006-03-251-5/+6
|
* Put $OpenBSD$ tags back (as comments) to replace the RCSID()s thatdjm2006-03-251-0/+1
| | | | Theo nuked - our scripts to sync -portable need them in the files
* annoying spacing fixes getting in the way of real diffsderaadt2006-03-201-3/+4
|
* RCSID() can diederaadt2006-03-191-1/+0
|
* if no key file are given when printing the DNS host record, use thejakob2006-03-151-10/+32
| | | | host key file(s) as default. ok djm@
* Make ssh-keygen handle CR and CRLF line termination when converting IETFdtucker2006-03-131-9/+33
| | | | | format keys, in adition to vanilla LF. mindrot #1157, tested by Chris Pepper, ok djm@
* move #include <sys/stat.h> out of includes.h; ok markus@stevesk2006-02-201-1/+4
|
* Populate default key sizes before checking them; from & ok tim@dtucker2005-11-291-3/+3
|
* Enforce DSA key length of exactly 1024 bits to comply with FIPS-186-2,dtucker2005-11-281-2/+4
| | | | | | increase minumum RSA key size to 768 bits and update man page to reflect these. Patch originally bz#1119 (senthilkumar_sen at hotpop.com), ok djm@, grudging ok deraadt@.
* generate a protocol 2 RSA key by defaultdjm2005-10-311-5/+4
|
* no need to escape single quotes in comments, no binary changedjm2005-10-301-2/+2
|
* no trailing "\n" for log functions; ok djm@stevesk2005-10-141-3/+3
|
* change DSA default back to 1024, as it's defined for 1024 bits onlymarkus2005-10-071-3/+9
| | | | | | | and this causes interop problems with other clients. moreover, in order to improve the security of DSA you need to change more components of DSA key generation (e.g. the internal SHA1 hash); ok deraadt
* ensure that stdio fds are attached; ok deraadt@djm2005-09-131-1/+4
|
* knf says that a 2nd level indent is four (not three or five) spacesdjm2005-07-171-2/+2
|
* increase default rsa/dsa key length from 1024 to 2048 bits; ok markus@ deraadt@djm2005-06-081-2/+2
|
* uint32_t -> u_int32_t for consistency; ok djm@dtucker2005-05-261-2/+2
|
* some style nits from dmiller@, and use a fatal() instead of a printf()/exitavsm2005-05-241-7/+6
|
* - removes signed/unsigned comparisons in moduli generationavsm2005-05-231-16/+30
| | | | | - use strtonum instead of atoi where its easier - check some strlcpy overflow and fatal instead of truncate
* sync and sort usage(). ok jmc@ markus@otto2005-04-051-13/+20
|
* typo, missing \n; mpechmarkus2005-03-111-2/+2
|
* spacingderaadt2005-03-101-2/+2
|
* ignore hostnames with metachars when hashing; ok deraadt@djm2005-03-021-3/+10
|
* add tools for managing known_hosts files with hashed hostnames, includingdjm2005-03-011-10/+218
| | | | hashing existing files and deleting hosts by name; ok markus@ deraadt@
* leak; from mpechmarkus2004-12-231-1/+2
|
* spacesderaadt2004-07-111-2/+2
|
* make ssh -Wshadow clean, no functional changesavsm2004-06-211-5/+5
| | | | markus@ ok
* zap another tiny header; ok deraadt@djm2004-05-091-11/+5
|
* kill a tiny header; ok deraadt@djm2004-05-081-2/+2
|
* tidy up moduli generation debugging, add -v (verbose/debug) option todjm2003-12-221-2/+16
| | | | ssh-keygen; ok markus@
* consistency PATH_MAX -> MAXPATHLEN; ok markus@djm2003-11-231-2/+2
|