summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2000-12-29missing xfree; from vaughan99@yahoo.comMarkus Friedl
2000-12-29remove->unlink; stevesk@pobox.comMarkus Friedl
2000-12-29undo change in comment; stevesk@pobox.comMarkus Friedl
2000-12-29sync with portable openssh; stevesk@pobox.comMarkus Friedl
2000-12-28enable 'ssh-keygen -l -f ~/.ssh/{authorized_keys,known_hosts}{,2}'Markus Friedl
2000-12-28count authentication failures onlyMarkus Friedl
2000-12-28fingerprint for MITM attacks, tooMarkus Friedl
2000-12-28document -DMarkus Friedl
2000-12-27less chattyMarkus Friedl
2000-12-27undoMarkus Friedl
2000-12-27OpenSSH-2.4.0Markus Friedl
2000-12-27typoMarkus Friedl
2000-12-27new option: HostKeyAlias: allows the user to record the host keyMarkus Friedl
2000-12-27multiple -t force pty allocation, document ORIGINAL_COMMANDMarkus Friedl
2000-12-27update for ssh-2Markus Friedl
2000-12-22fix ssh-keygen -x -t type > file; from Roumen.Petrov@skalasoft.comMarkus Friedl
2000-12-21print keyfile:line for changed hostkeys, for deraadt@; ok deraadt@Markus Friedl
2000-12-20remove comments about HPUX and call error() if ioctl fails; from stevesk@pobo...Markus Friedl
2000-12-20fix prototypes; from stevesk@pobox.comMarkus Friedl
2000-12-20init pointer to NULL; report from Jan.Iven@cern.chMarkus Friedl
2000-12-20cannot get ip for remote host if proxy_command is usedMarkus Friedl
2000-12-20allow ssh -i userkey for rootMarkus Friedl
2000-12-19replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned'Markus Friedl
2000-12-19replace <ssl/x.h> with <openssl/x.h>Markus Friedl
2000-12-19remove() -> unlink() for consistencyMarkus Friedl
2000-12-17typo; from wsanchez@apple.comMarkus Friedl
2000-12-16allow + in usernames; request from Florian.Weimer@RUS.Uni-Stuttgart.DEMarkus Friedl
2000-12-16unused; from stevesk@pobox.comMarkus Friedl
2000-12-15compute diffie-hellman in parallel between server and client. okay markus@Niels Provos
2000-12-13fatal already adds \n; from stevesk@pobox.comMarkus Friedl
2000-12-13remove redundant spaces; from stevesk@pobox.comMarkus Friedl
2000-12-13KNFTheo de Raadt
2000-12-12rhosts-rsa is no longer automagically disabled if ssh is not privileged.Markus Friedl
2000-12-12When failing to set tty owner and mode on a read-only filesystem, don'tHakan Olsson
2000-12-12consistently use __progname; from stevesk@pobox.comMarkus Friedl
2000-12-12source port < 1024 is no longer required for rhosts-rsa since itMarkus Friedl
2000-12-11wait indicates failure by returning -1, not arbitrary values < 0Theo de Raadt
2000-12-11when copying 0-sized files, do not re-print ETA time at completionTheo de Raadt
2000-12-10always request new challenge for skey/tis-auth, fixes interop withMarkus Friedl
2000-12-09remove unnecessary '\n'Niels Provos
2000-12-09no longer usedMarkus Friedl
2000-12-09"" -> "." for realpath; from vinschen@redhat.comMarkus Friedl
2000-12-09extern int optind; from stevesk@sweden.hp.comMarkus Friedl
2000-12-09fix byte order bug w/o introducing new implementationMarkus Friedl
2000-12-09undo rijndael changesMarkus Friedl
2000-12-07Typo fix from Wilfredo Sanchez <wsanchez@apple.com>; ok theoDamien Miller
2000-12-06unexpand(1)Markus Friedl
2000-12-06new rijndael implementation. fixes endian bugsMarkus Friedl
2000-12-06disable debug messages for ssh.com/f-secure 2.0.1x, 2.1.0Markus Friedl
2000-12-06err(3) -> internal error(), from stevesk@sweden.hp.comMarkus Friedl