Age | Commit message (Expand) | Author |
2001-06-28 | ssh java cardlet for smartcard support (source and uuencoded binary) | Markus Friedl |
2001-06-28 | '\0' terminated data[] is ok; ok markus@ | Kevin Steves |
2001-06-28 | Link with libcom_err for kerberos5 | Hans Insulander |
2001-06-28 | Link with libcom_err for kerberos5 | Hans Insulander |
2001-06-27 | move -lsectok to Makefile.inc for now | Markus Friedl |
2001-06-27 | convert to getopt(3) | Markus Friedl |
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-27 | tridge@samba.org | Markus Friedl |
2001-06-27 | quick hack to make ssh2 work again. | Markus Friedl |
2001-06-26 | add smartcard support to the client, too (now you can use both | Markus Friedl |
2001-06-26 | only build Kerberos v5 support with KERBEROS5=yes | Dug Song |
2001-06-26 | #include <kafs.h> | Dug Song |
2001-06-26 | add smartcard support to the makefiles (commented out); | Markus Friedl |
2001-06-26 | remove comments from .h, since they are cut&paste from the .c files | Markus Friedl |
2001-06-26 | document SSH_ASKPASS; fubob@MIT.EDU | Markus Friedl |
2001-06-26 | Kerberos v5 support for SSH1, mostly from Assar Westerlund <assar@freebsd.org... | Dug Song |
2001-06-26 | prototype pedant. not very creative... | Jun-ichiro itojun Hagino |
2001-06-26 | unbreak | Markus Friedl |
2001-06-26 | new interface for secure_filename() | Markus Friedl |
2001-06-26 | remove unnecessary .Pp between .It; | Mike Pechkin |
2001-06-26 | more smartcard support. | Markus Friedl |
2001-06-26 | update usage | Markus Friedl |
2001-06-26 | initial support for smartcards in the agent | Markus Friedl |
2001-06-26 | add debug flag | Markus Friedl |
2001-06-26 | allow loading a private RSA key to a cyberflex card. | Markus Friedl |
2001-06-25 | prototype cleanup; ok markus@ | Kevin Steves |
2001-06-25 | terminate secure_filename checking after checking homedir. that way it | Niels Provos |
2001-06-25 | sshd(8) will never read the private keys, but ssh(1) does; hugh@mimosa.com | Markus Friedl |
2001-06-25 | update copyright for 2001 | Markus Friedl |
2001-06-24 | passing modes works fine: debug2->3 | Markus Friedl |
2001-06-24 | oops, missing format string | Markus Friedl |
2001-06-24 | switch to readpassphrase(3) | Markus Friedl |
2001-06-24 | move ip+hostname check to match.c | Markus Friedl |
2001-06-23 | consistent with ssh2: skip key if empty passphrase is entered, | Markus Friedl |
2001-06-23 | pidfile/sigterm race; bbraun@synack.net | Markus Friedl |
2001-06-23 | kill whitespace at EOL. | Jun-ichiro itojun Hagino |
2001-06-23 | turn off -Wstrict-prototypes (for atomicio.h) | 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-06-23 | ok, tmac is now fixed | Theo de Raadt |
2001-06-23 | handle sigature of size 0 (some broken clients send this). | Markus Friedl |
2001-06-23 | restore correct ignore_user_known_hosts logic. | Markus Friedl |
2001-06-23 | draft-ietf-secsh-dh-group-exchange-01.txt | Markus Friedl |
2001-06-23 | get rid of known_hosts2, use it for hostkey lookup, but do not modify. | Markus Friedl |
2001-06-23 | join .%A entries; most by bk@rt.fm | Theo de Raadt |
2001-06-23 | *known_hosts2 is obsolete for hostbased authentication and | Markus Friedl |
2001-06-23 | slightly better care | Theo de Raadt |
2001-06-22 | don't overwrite argv (fixes ssh user@host in 'ps'), report by ericj@ | Markus Friedl |