Age | Commit message (Expand) | Author |
2001-04-23 | remove debug | Markus Friedl |
2001-04-23 | allow public key for -e, too | Markus Friedl |
2001-04-22 | style, noted by stevesk; sort flags in usage | Markus Friedl |
2001-04-22 | rename arguments -x -> -e (export key), -X -> -i (import key) | Markus Friedl |
2001-04-15 | don't use errno for key_{load,save}_private; discussion w/ solar@openwall | Markus Friedl |
2001-04-05 | fix whitespace: unexpand + trailing spaces. | Markus Friedl |
2001-04-03 | free() -> xfree() | Kevin Steves |
2001-03-26 | try to read private f-secure ssh v2 rsa keys. | Markus Friedl |
2001-03-26 | simpler key load/save interface, see authfile.h | Markus Friedl |
2001-03-21 | add -B flag to usage | Jakob Schlyter |
2001-03-12 | remove old key_fingerprint interface, s/_ex// | Markus Friedl |
2001-03-11 | remove -v again. use -B instead for bubblebabble. make -B consistent | Markus Friedl |
2001-03-11 | KNF, and SHA1 binary output is just creeping featurism | Theo de Raadt |
2001-03-11 | print both md5, sha1 and bubblebabble fingerprints when using | Jakob Schlyter |
2001-03-09 | create *.pub files with umask 0644, so that you can mv them to authorized_keys | Theo de Raadt |
2001-02-22 | bye bye -d | Theo de Raadt |
2001-02-22 | document -d, and -t defaults to rsa1 | Theo de Raadt |
2001-02-12 | PermitRootLogin={yes,without-password,forced-commands-only,no} | Markus Friedl |
2001-02-04 | unexpand and remove end-of-line whitespace; ok markus@ | Kevin Steves |
2001-01-21 | split ssh.h and try to cleanup the #include mess. remove unnecessary #includes. | Markus Friedl |
2001-01-19 | move ssh1 definitions to ssh1.h, pathnames to pathnames.h | Markus Friedl |
2001-01-13 | getopt() returns -1 not EOF; stevesk@pobox.com | Markus Friedl |
2000-12-28 | enable 'ssh-keygen -l -f ~/.ssh/{authorized_keys,known_hosts}{,2}' | Markus Friedl |
2000-12-22 | fix ssh-keygen -x -t type > file; from Roumen.Petrov@skalasoft.com | Markus Friedl |
2000-12-19 | replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned' | Markus Friedl |
2000-11-25 | print keytype when generating a key. | Markus Friedl |
2000-11-15 | Add missing \n at the end of an error message. | Todd C. Miller |
2000-11-12 | add 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-07 | cleanup copyright notices on all files. I have attempted to be accurate with | Theo de Raadt |
2000-08-19 | add SSH2/DSA support to the agent and some other DSA related cleanups. | Markus Friedl |
2000-07-15 | Always create ~/.ssh with mode 700; ok Markus | Damien Miller |
2000-07-07 | clean code is good code | Todd T. Fries |
2000-06-20 | OpenBSD tag | Markus Friedl |
2000-05-30 | remove dependency on openssl-0.9.5a; green@FreeBSD.org via kris@FreeBSD.org | Markus Friedl |
2000-05-08 | handle escapes in real and original key format, ok millert@ | Markus Friedl |
2000-05-03 | simplify usage | Theo de Raadt |
2000-05-02 | default DSA key file ~/.ssh/id_dsa | Markus Friedl |
2000-05-01 | Put -d into usage and reorder. markus ok. | Hugh Graham |
2000-04-27 | xfree DSA blobs | Markus Friedl |
2000-04-26 | add -R flag: exit code indicates if RSA is alive | Theo de Raadt |
2000-04-26 | add DSA pubkey auth and other SSH2 fixes. use ssh-keygen -[xX] | Markus Friedl |
2000-04-14 | whitespace cleanup | Markus Friedl |
2000-03-16 | -pedantic: signed vs. unsigned, void*-arithm, etc | Markus Friedl |
2000-02-04 | typo | Markus Friedl |
2000-02-04 | enable ssh-keygen -l -f ~/.ssh/known_hosts, ok deraadt@ | Markus Friedl |
1999-11-24 | KNF, final part 3 | Markus Friedl |
1999-11-24 | much more KNF | Theo de Raadt |
1999-11-23 | KNF part 1 | Markus Friedl |
1999-11-21 | don't create ~/.ssh only if the user wants to store the private key there. | Markus Friedl |