summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
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
2000-12-05async connects for -R/-L; ok deraadt@Markus Friedl
2000-12-05tweak comment to reflect real location of pid file; ok provos@Todd T. Fries
2000-12-04David Maziere's ssh-keyscan, ok niels@Markus Friedl
2000-12-03remove fallback to SSH_BUG_HMAC now that the drafts are updatedMarkus Friedl
2000-12-03correctly match "2.1.0.pl2 SSH" etc; from pekkas@netcore.fi/bugzilla.redhatMarkus Friedl
2000-12-03support f-secure/ssh.com 2.0.12; ok niels@Markus Friedl
2000-12-01typo; from green@FreeBSD.orgMarkus Friedl
2000-11-30debug -> warn if server tries to do -R style fwd w/o client requesting this; ...Markus Friedl
2000-11-30disable agent/x11/port fwding if hostkey has changed; ok niels@Markus Friedl
2000-11-30agents must not dump core, ok niels@Markus Friedl
2000-11-30-T is for both protocolsMarkus Friedl
2000-11-30check -T before isatty()Markus Friedl
2000-11-29sshd -D, startup w/o daemon(), for monitoring scripts or initab;Markus Friedl
2000-11-29des_cbc_encrypt -> des_ncbc_encrypt since it already updates the IVMarkus Friedl
2000-11-29show IP address and hostname when new key is encountered. okay markus@Niels Provos
2000-11-25print keytype when generating a key.Markus Friedl
2000-11-25reorder check for illegal ciphers, bugreport from espie@Markus Friedl
2000-11-23complain about invalid ciphers for ssh1/ssh2, fall back to reasonable defaultsMarkus Friedl
2000-11-22talk about /etc/primes, okay markus@Niels Provos
2000-11-16do not use perror() in sshd, after the child is forked()Markus Friedl
2000-11-15case insensitive key options; from stevesk@sweden.hp.comMarkus Friedl
2000-11-15Add missing \n at the end of an error message.Todd C. Miller
2000-11-15add entry for HostKey /etc/ssh_host_dsa_key, and comment for ssh-2 rsa keysMarkus Friedl
2000-11-15typo, use .ItMarkus Friedl
2000-11-15just ignore non existing user keysMarkus Friedl
2000-11-15reorder SYNOPSISMarkus Friedl
2000-11-14do not reorder keys if a key is removedMarkus Friedl
2000-11-14check no_agent_forwarding_flag for ssh-2, tooMarkus Friedl
2000-11-14parse options only if key matches; fixes some confusing messages seen by the ...Markus Friedl