[BACK]Return to plus21.html CVS log [TXT][DIR] Up to [local] / www

Diff for /www/plus21.html between version 1.64 and 1.65

version 1.64, 2019/04/08 16:14:53 version 1.65, 2019/05/27 22:55:22
Line 1 
Line 1 
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">  <!doctype html>
 <html>  <html lang=en id=plus>
 <head>  <meta charset=utf-8>
 <title>OpenBSD 2.1 Changelog</title>  <title>OpenBSD 2.1 Changelog</title>
 <meta name="description" content="OpenBSD 2.1 changes">  <meta name="description" content="OpenBSD 2.1 changes">
 <meta name="copyright" content="This document copyright 1996-1997 by OpenBSD.">  
 <meta name="viewport" content="width=device-width, initial-scale=1">  <meta name="viewport" content="width=device-width, initial-scale=1">
 <link rel="stylesheet" type="text/css" href="openbsd.css">  <link rel="stylesheet" type="text/css" href="openbsd.css">
 <link rel="canonical" href="https://www.openbsd.org/plus21.html">  <link rel="canonical" href="https://www.openbsd.org/plus21.html">
 </head>  <style>
   strong {
           color: var(--red);
   }
   
 <body bgcolor="#ffffff" text="#000000" link="#23238E">  h3 {
           color: var(--blue);
   }
   
 <h2>  p strong {
           font-weight: normal;
   }
   </style>
   
   <h2 id=OpenBSD>
 <a href="index.html">  <a href="index.html">
 <font color="#0000ff"><i>Open</i></font><font color="#000084">BSD</font></a>  <i>Open</i><b>BSD</b></a>
 <font color="#e00000">2.1 Changelog</font>  2.1 Changelog
 </h2>  </h2>
 <hr>  <hr>
   
Line 29 
Line 38 
 changes, starting with those listed below..  changes, starting with those listed below..
   
 <p>  <p>
 Note: <font color="#e00000">Problems for which patches exist are marked in red</font>.  Note: <strong>Problems for which patches exist are marked in red</strong>.
   
 <p>  <p>
 For changes in other releases, click below:<br>  For changes in other releases, click below:<br>
Line 84 
Line 93 
 <br>  <br>
   
 <p>  <p>
 <h3><font color="#0000e0">Changes made between OpenBSD 2.0 and 2.1</font></h3>  <h3>Changes made between OpenBSD 2.0 and 2.1</h3>
 <p>  <p>
   
 <ul>  <ul>
Line 171 
Line 180 
 <li>IPSEC package from John Ioannidis and Angelos D. Keromytis.  <li>IPSEC package from John Ioannidis and Angelos D. Keromytis.
 <li>Working kadmind for kerberosIV.  <li>Working kadmind for kerberosIV.
 <li>Add support for /etc/passwd.conf which controls the format and strength of passwd entries for the next time a user changes their password. These options can be set per-user.  <li>Add support for /etc/passwd.conf which controls the format and strength of passwd entries for the next time a user changes their password. These options can be set per-user.
 <li>New scalable BLOWFISH-based crypt algorithm for passwd file entries. It uses a very large strong-random `salt' and the number of rotor runs is configurable.  Hence if you have faster machines you can slow the crypt routine down and make harder keys.  <li>New scalable BLOWFISH-based crypt algorithm for passwd file entries. It uses a very large strong-random 'salt' and the number of rotor runs is configurable.  Hence if you have faster machines you can slow the crypt routine down and make harder keys.
 <li>fix some more memory and file descriptor leaks in libc/rpc  <li>fix some more memory and file descriptor leaks in libc/rpc
 <li>Fix so that stack limits which are not a multiple of the pagesize work.  <li>Fix so that stack limits which are not a multiple of the pagesize work.
 <li>Fix a few netinet kernel crash problems.  <li>Fix a few netinet kernel crash problems.
Line 272 
Line 281 
 <li>upgrade to CVS version 1.9.  <li>upgrade to CVS version 1.9.
 <li>The NIST Posix test suite became free. As a result we have been correcting numerous problems in the source tree, and expect to be completely POSIX compliant very soon.  <li>The NIST Posix test suite became free. As a result we have been correcting numerous problems in the source tree, and expect to be completely POSIX compliant very soon.
 </ul>  </ul>
 <p>  
   
 </body>  
 </html>  

Legend:
Removed from v.1.64  
changed lines
  Added in v.1.65