CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2018/01/22 22:27:21
Modified files:
usr.bin/ssh : auth2-hostbased.c auth2-pubkey.c auth2.c
authfd.c channels.c clientloop.c compat.c
compat.h kex.c monitor.c serverloop.c
ssh-agent.c ssh-dss.c ssh.c sshconnect.c
sshconnect2.c sshd.c
Log message:
Drop compatibility hacks for some ancient SSH implementations, including
ssh.com <=2.* and OpenSSH <= 3.*.
These versions were all released in or before 2001 and predate the
final SSH RFCs. The hacks in question aren't necessary for RFC-
compliant SSH implementations.
ok markus@