Age | Commit message (Expand) | Author |
2000-12-27 | typo | Markus Friedl |
2000-12-27 | new option: HostKeyAlias: allows the user to record the host key | Markus Friedl |
2000-12-27 | multiple -t force pty allocation, document ORIGINAL_COMMAND | Markus Friedl |
2000-12-27 | update for ssh-2 | Markus Friedl |
2000-12-22 | fix ssh-keygen -x -t type > file; from Roumen.Petrov@skalasoft.com | Markus Friedl |
2000-12-21 | print keyfile:line for changed hostkeys, for deraadt@; ok deraadt@ | Markus Friedl |
2000-12-20 | remove comments about HPUX and call error() if ioctl fails; from stevesk@pobo... | Markus Friedl |
2000-12-20 | fix prototypes; from stevesk@pobox.com | Markus Friedl |
2000-12-20 | init pointer to NULL; report from Jan.Iven@cern.ch | Markus Friedl |
2000-12-20 | cannot get ip for remote host if proxy_command is used | Markus Friedl |
2000-12-20 | allow ssh -i userkey for root | Markus Friedl |
2000-12-19 | replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned' | Markus Friedl |
2000-12-19 | replace <ssl/x.h> with <openssl/x.h> | Markus Friedl |
2000-12-19 | remove() -> unlink() for consistency | Markus Friedl |
2000-12-17 | typo; from wsanchez@apple.com | Markus Friedl |
2000-12-16 | allow + in usernames; request from Florian.Weimer@RUS.Uni-Stuttgart.DE | Markus Friedl |
2000-12-16 | unused; from stevesk@pobox.com | Markus Friedl |
2000-12-15 | compute diffie-hellman in parallel between server and client. okay markus@ | Niels Provos |
2000-12-13 | fatal already adds \n; from stevesk@pobox.com | Markus Friedl |
2000-12-13 | remove redundant spaces; from stevesk@pobox.com | Markus Friedl |
2000-12-13 | KNF | Theo de Raadt |
2000-12-12 | rhosts-rsa is no longer automagically disabled if ssh is not privileged. | Markus Friedl |
2000-12-12 | When failing to set tty owner and mode on a read-only filesystem, don't | Hakan Olsson |
2000-12-12 | consistently use __progname; from stevesk@pobox.com | Markus Friedl |
2000-12-12 | source port < 1024 is no longer required for rhosts-rsa since it | Markus Friedl |
2000-12-11 | wait indicates failure by returning -1, not arbitrary values < 0 | Theo de Raadt |
2000-12-11 | when copying 0-sized files, do not re-print ETA time at completion | Theo de Raadt |
2000-12-10 | always request new challenge for skey/tis-auth, fixes interop with | Markus Friedl |
2000-12-09 | remove unnecessary '\n' | Niels Provos |
2000-12-09 | no longer used | Markus Friedl |
2000-12-09 | "" -> "." for realpath; from vinschen@redhat.com | Markus Friedl |
2000-12-09 | extern int optind; from stevesk@sweden.hp.com | Markus Friedl |
2000-12-09 | fix byte order bug w/o introducing new implementation | Markus Friedl |
2000-12-09 | undo rijndael changes | Markus Friedl |
2000-12-07 | Typo fix from Wilfredo Sanchez <wsanchez@apple.com>; ok theo | Damien Miller |
2000-12-06 | unexpand(1) | Markus Friedl |
2000-12-06 | new rijndael implementation. fixes endian bugs | Markus Friedl |
2000-12-06 | disable debug messages for ssh.com/f-secure 2.0.1x, 2.1.0 | Markus Friedl |
2000-12-06 | err(3) -> internal error(), from stevesk@sweden.hp.com | Markus Friedl |
2000-12-05 | async connects for -R/-L; ok deraadt@ | Markus Friedl |
2000-12-05 | tweak comment to reflect real location of pid file; ok provos@ | Todd T. Fries |
2000-12-04 | David Maziere's ssh-keyscan, ok niels@ | Markus Friedl |
2000-12-03 | remove fallback to SSH_BUG_HMAC now that the drafts are updated | Markus Friedl |
2000-12-03 | correctly match "2.1.0.pl2 SSH" etc; from pekkas@netcore.fi/bugzilla.redhat | Markus Friedl |
2000-12-03 | support f-secure/ssh.com 2.0.12; ok niels@ | Markus Friedl |
2000-12-01 | typo; from green@FreeBSD.org | Markus Friedl |
2000-11-30 | debug -> warn if server tries to do -R style fwd w/o client requesting this; ... | Markus Friedl |
2000-11-30 | disable agent/x11/port fwding if hostkey has changed; ok niels@ | Markus Friedl |
2000-11-30 | agents must not dump core, ok niels@ | Markus Friedl |
2000-11-30 | -T is for both protocols | Markus Friedl |