Age | Commit message (Expand) | Author |
2001-07-02 | update for sectok.h interface changes. | Markus Friedl |
2001-06-29 | initialize early | Markus Friedl |
2001-06-29 | new error handling for cyberflex_* | Markus Friedl |
2001-06-28 | '\0' terminated data[] is ok; ok markus@ | Kevin Steves |
2001-06-27 | s/generate_additional_parameters/rsa_generate_additional_parameters/ | Markus Friedl |
2001-06-27 | use cyberflex_inq_class to inquire class. | Markus Friedl |
2001-06-26 | allow loading a private RSA key to a cyberflex card. | Markus Friedl |
2001-06-24 | switch to readpassphrase(3) | Markus Friedl |
2001-06-23 | fix import for (broken?) ssh.com/f-secure private keys | Markus Friedl |
2001-06-23 | more strict prototypes. raise warning level in Makefile.inc. markus ok'ed | Jun-ichiro itojun Hagino |
2001-06-23 | try to decode ssh-3.0.0 private rsa keys | Markus Friedl |
2001-05-25 | use -P for -e and -y, too. | Markus Friedl |
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 |