=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/59.html,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- www/59.html 2016/02/25 16:08:18 1.44 +++ www/59.html 2016/02/28 01:54:57 1.45 @@ -243,15 +243,84 @@ PermitRootLogin=prohibit-password/without-password that could, depending on compile-time configuration, permit password authentication to root while preventing other forms of authentication. -
  • Eliminate the fallback from untrusted X11-forwarding to trusted - forwarding for cases when the X server disables the SECURITY - extension.
  • Fix an out of-bound read access in the packet handling code.
  • Further use of explicit_bzero(3) has been added in various buffer handling code paths to guard against compilers aggressively doing dead-store removal. +
  • ssh(1), + sshd(8): + remove unfinished and unused roaming code. +
  • ssh(1): + eliminate fallback from untrusted X11 forwarding to trusted forwarding + when the X server disables the SECURITY extension. +
  • ssh(1), + sshd(8): + increase the minimum modulus size supported for + diffie-hellman-group-exchange to 2048 bits. +
  • Potentially-incompatible changes: + +
  • New/changed features: +
  • The following significant bugs have been fixed in this release: