Age | Commit message (Expand) | Author |
2005-10-30 | no need to escape single quotes in comments, no binary change | Damien Miller |
2005-10-14 | no trailing "\n" for log functions; ok djm@ | Kevin Steves |
2005-10-07 | change DSA default back to 1024, as it's defined for 1024 bits only | Markus Friedl |
2005-09-13 | ensure that stdio fds are attached; ok deraadt@ | Damien Miller |
2005-07-17 | knf says that a 2nd level indent is four (not three or five) spaces | Damien Miller |
2005-06-08 | increase default rsa/dsa key length from 1024 to 2048 bits; ok markus@ deraadt@ | Damien Miller |
2005-05-26 | uint32_t -> u_int32_t for consistency; ok djm@ | Darren Tucker |
2005-05-24 | some style nits from dmiller@, and use a fatal() instead of a printf()/exit | Anil Madhavapeddy |
2005-05-23 | - removes signed/unsigned comparisons in moduli generation | Anil Madhavapeddy |
2005-04-05 | sync and sort usage(). ok jmc@ markus@ | Otto Moerbeek |
2005-03-11 | typo, missing \n; mpech | Markus Friedl |
2005-03-10 | spacing | Theo de Raadt |
2005-03-02 | ignore hostnames with metachars when hashing; ok deraadt@ | Damien Miller |
2005-03-01 | add tools for managing known_hosts files with hashed hostnames, including | Damien Miller |
2004-12-23 | leak; from mpech | Markus Friedl |
2004-07-11 | spaces | Theo de Raadt |
2004-06-21 | make ssh -Wshadow clean, no functional changes | Anil Madhavapeddy |
2004-05-09 | zap another tiny header; ok deraadt@ | Damien Miller |
2004-05-08 | kill a tiny header; ok deraadt@ | Damien Miller |
2003-12-22 | tidy up moduli generation debugging, add -v (verbose/debug) option to | Damien Miller |
2003-11-23 | consistency PATH_MAX -> MAXPATHLEN; ok markus@ | Damien Miller |
2003-11-21 | unexpand and delete whitespace at EOL; ok markus@ | Damien Miller |
2003-10-14 | include SSHFP lookup code (not enabled by default). ok markus@ | Jakob Schlyter |
2003-09-18 | A few signedness fixes for harmless situations; markus@ ok | Miod Vallat |
2003-08-14 | exit after primetest, ok djm@ | Markus Friedl |
2003-07-28 | Support for generating Diffie-Hellman groups (/etc/moduli) from ssh-keygen. | Damien Miller |
2003-05-15 | avoid warning; ok jakob@ | Damien Miller |
2003-05-14 | add experimental support for verifying hos keys using DNS as described | Jakob Schlyter |
2003-05-11 | change key_load_public to try to read a public from: | Markus Friedl |
2003-04-08 | rename log() into logit() to avoid name conflict. markus ok, from netbsd | Jun-ichiro itojun Hagino |
2002-11-26 | Remove unnecessary fflush(stderr) calls, stderr is unbuffered by default. | Wilbern Cobb |
2002-06-23 | u_int stuff | Theo de Raadt |
2002-06-19 | KNF done automatically while reading.... | Theo de Raadt |
2002-06-09 | use tab not spaces (|unexpand) | Markus Friedl |
2002-03-27 | try to import keys with extra trailing === (seen with ssh.com < 2.0.12) | Markus Friedl |
2002-03-25 | change sc_get_key to sc_get_keys and hide smartcard details in scard.c | Markus Friedl |
2002-03-21 | Add PIN-protection for secret key. | Jim Rees |
2002-03-21 | move key upload to scard.[ch] | Markus Friedl |
2002-02-25 | more u_* fixes | Markus Friedl |
2002-02-24 | signed vs. unsigned: make size arguments u_int, ok stevesk@ | Markus Friedl |
2002-02-16 | default to rsa keyfile path for non key generation operations where | Kevin Steves |
2002-01-18 | unneeded cast cleanup; ok markus@ | Kevin Steves |
2002-01-09 | append \n only for public keys | Markus Friedl |
2001-12-29 | remove 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-21 | Remove default (rsa1) key type; ok markus@ | Damien Miller |
2001-12-19 | basic KNF done while i was looking for something else | Theo de Raadt |
2001-12-05 | minor KNF | Theo de Raadt |
2001-11-17 | enum/int type cleanup where it made sense to do so; ok markus@ | Kevin Steves |
2001-10-25 | better docu for fingerprinting, ok deraadt@ | Markus Friedl |