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

Annotation of www/plus20.html, Revision 1.52

1.18      naddy       1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1.1       deraadt     2: <html>
                      3: <head>
                      4: <title>OpenBSD 2.0 changes</title>
                      5: <meta name="resource-type" content="document">
1.42      schwarze    6: <meta name="description" content="OpenBSD 2.0 changes">
                      7: <meta name="keywords" content="openbsd,changes">
1.1       deraadt     8: <meta name="distribution" content="global">
                      9: <meta name="copyright" content="This document copyright 1996 by OpenBSD.">
1.52    ! sthen      10: <link rel="canonical" href="http://www.openbsd.org/plus20.html">
1.1       deraadt    11: </head>
                     12:
1.23      david      13: <body bgcolor="#ffffff" text="#000000" link="#23238E">
1.1       deraadt    14:
1.15      jsyn       15: <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
1.1       deraadt    16: <p>
1.49      deraadt    17: <h2><font color="#e00000">OpenBSD 2.0 released</font></h2>
1.18      naddy      18: <hr>
1.1       deraadt    19:
                     20: <p>
                     21: This is a partial list of the major machine independent changes
1.35      sobrado    22: (i.e., these are the changes people ask about most often).  Machine
1.1       deraadt    23: specific changes have also been made, and are sometimes mentioned
1.35      sobrado    24: in the pages for the specific <a href=plat.html>platforms</a> if you
1.1       deraadt    25: are interested in further port-specific details.  Many ports
                     26: have had architecture-specific enhancements relative to NetBSD,
                     27: but when they do not they certainly have plenty of platform-independent
                     28: changes, starting with those listed below..
                     29:
                     30: <p>
1.18      naddy      31: Note: <font color="#e00000">Problems for which patches exist are marked in red</font>.
1.1       deraadt    32:
                     33: <p>
1.17      deraadt    34: For changes in other releases, click below:<br>
                     35: <a href="plus21.html">2.1</a>,
                     36: <a href="plus22.html">2.2</a>,
                     37: <a href="plus23.html">2.3</a>,
                     38: <a href="plus24.html">2.4</a>,
                     39: <a href="plus25.html">2.5</a>,
                     40: <a href="plus26.html">2.6</a>,
                     41: <a href="plus27.html">2.7</a>,
                     42: <a href="plus28.html">2.8</a>,
                     43: <a href="plus29.html">2.9</a>,
                     44: <a href="plus30.html">3.0</a>,
                     45: <a href="plus31.html">3.1</a>,
1.21      deraadt    46: <a href="plus32.html">3.2</a>,
1.20      deraadt    47: <a href="plus33.html">3.3</a>,
1.22      david      48: <a href="plus34.html">3.4</a>,
1.25      deraadt    49: <a href="plus35.html">3.5</a>,
1.26      miod       50: <a href="plus36.html">3.6</a>,
1.48      deraadt    51: <a href="plus37.html">3.7</a>,
1.34      deraadt    52: <br>
1.28      deraadt    53: <a href="plus38.html">3.8</a>,
1.29      deraadt    54: <a href="plus39.html">3.9</a>,
1.30      deraadt    55: <a href="plus40.html">4.0</a>,
1.31      deraadt    56: <a href="plus41.html">4.1</a>,
1.32      deraadt    57: <a href="plus42.html">4.2</a>,
1.33      deraadt    58: <a href="plus43.html">4.3</a>,
1.34      deraadt    59: <a href="plus44.html">4.4</a>,
1.36      deraadt    60: <a href="plus45.html">4.5</a>,
1.37      deraadt    61: <a href="plus46.html">4.6</a>,
1.38      deraadt    62: <a href="plus47.html">4.7</a>,
1.39      deraadt    63: <a href="plus48.html">4.8</a>,
1.40      deraadt    64: <a href="plus49.html">4.9</a>,
1.41      nick       65: <a href="plus50.html">5.0</a>,
1.42      schwarze   66: <a href="plus51.html">5.1</a>,
1.43      nick       67: <a href="plus52.html">5.2</a>,
1.44      deraadt    68: <a href="plus53.html">5.3</a>,
1.45      deraadt    69: <a href="plus54.html">5.4</a>,
1.46      deraadt    70: <br>
1.48      deraadt    71: <a href="plus55.html">5.5</a>,
1.50      brett      72: <a href="plus56.html">5.6</a>,
1.51      deraadt    73: <a href="plus57.html">5.7</a>,
1.17      deraadt    74: <a href="plus.html">current</a>.
1.1       deraadt    75: <br>
                     76:
1.49      deraadt    77: <p>
                     78: <h3><font color="#0000e0">Changes made between birth and OpenBSD 2.0</font></h3>
                     79: <p>
                     80:
1.1       deraadt    81: <ul>
                     82: <li>CTM is now a supported way of obtaining OpenBSD source code.
                     83: <li>Added sudo (which is maintained by one of our developers)
                     84: <li>Working Linux ext2fs.
                     85: <li>We have completed security reviews of almost all userland programs and libraries except for the gnu stuff (where, based on preliminary inspection there is poor handling of temp files).
                     86: <li>FreeBSD's adduser(8) command. Also an rmuser(8) command.
                     87: <li>A 7% reduction in size of static binaries.
                     88: <li>Compile time option to compile the source tree almost completely dynamic.
                     89: <li>Almost a hundred more security fixes, including /tmp races because of strncpy.
                     90: <li>Another kerberos security fix.
                     91: <li>deal with the SYN bomb problem (denial of service attack) as well known.
                     92: <li>less version 2.90
                     93: <li>mopd for networking booting Digital machines
                     94: <li>latest GNU groff, incorporated in a clean wrapperized form.
                     95: <li>secure multicast tools against possible security problems.
1.24      deraadt    96: <li>sendmail gecos hole fixed (in a number of ways; other programs in the source tree were also vulnerable).
1.1       deraadt    97: <li>Nice sample files in /etc
                     98: <li>16 partitions working on sparc and i386 (yipee!)
                     99: <li>vim is replacing nvi, since nvi does not have a pure BSD license, and vim also works better.
                    100: <li>And of course... more security related bugfixes... (ie. dump, restore, mt).
1.4       rohee     101: <li>ftp command modified for easily scripted ftp &amp; http downloads.
1.1       deraadt   102: <li>Complete in-tree development for MIPS/Alpha systems (ie. binutils).
                    103: <li>New routed from SGI.
                    104: <li>*Hobbit*'s netcat utility. The crackers use it, so should you.
                    105: <li>Say goodbye to dump, restore, and mt security holes: They are no longer setuid.
                    106: <li>DDB can now access symbol tables from LKM modules
                    107: <li>Some serial driver support for /dev/cuaXX devices to support transparent out+dial
                    108: <li>FreeBSD pipe() system call; quite a bit faster.
                    109: <li>libgnumalloc is gone; our malloc() is better.
                    110: <li>Kernel warns if /dev/console does not exist; nice warning for booting with an unpopulated /dev directory.
                    111: <li>cdio command for using CD audio.
                    112: <li>Even more security fixes.
                    113: <li>latest version of perl, and a lndir command.
                    114: <li>gcc 2.7.2.1 (to get closer to native alpha support ar gcc bugs).
                    115: <li>vim version 4.5
                    116: <li>a good start at NETIPX support
                    117: <li>improved locate command
                    118: <li>Fixed timeout support in RPC library, and also fixed it to support more than FD_SETSIZE file descriptors.
                    119: <li>rudimentary support for ISA Plug-and-Play cards
                    120: <li>`lsof'-style features in fstat.
                    121: <li>Numerous ftpd improvements and fixes, including multihomed and skey support.
                    122: <li>ncr53cXXX scsi scripts assembler
                    123: <li>arc4-based random support in kernel
                    124: <li>Kerberos is much more silent if not configured
                    125: <li>scsi subsystem security fix
                    126: <li>much newer join command (4.4lite2 with other fixes)
                    127: <li>RCS version 5.7
1.4       rohee     128: <li>added /etc/fbtab support to login &amp; init.
1.1       deraadt   129: <li>partial protection against tcp SYN attacks.
1.4       rohee     130: <li>POSIX &amp; C2 requirement; lose setuid/setgid bits if owner/group changed by chown(). This can be turned off with sysctl.
1.1       deraadt   131: <li>a real adduser program, which can even be used uninteractively.
                    132: <li>install now supports -C, -p, and -S flags.
                    133: <li>20 or so more security fixes
                    134: <li>at -f security fix.
                    135: <li>generic protection against the bind() takeover problem.
                    136: <li>new rdisc Router Discovery daemon
                    137: <li>Numerous FreeBSD userland fixes and improvements incorporated.
                    138: <li>FreeBSD malloc() that uses mmap() and is able to free unused memory.
                    139: <li>Fixed long-standing vm swap-leak.
                    140: <li>_POSIX_SAVED_IDS behaviour with permitted BSD extensions.
                    141: <li>Newest version of pppd.
                    142: <li>zlib (non-GPL'd gzip-compatible library)
                    143: <li>Numerous more security policy and implementation improvements (OpenBSD defaults to installing in a very secure mode)
                    144: <li>Significantly improved ftp daemon.
                    145: <li>Protection from the udp spamming and ftp bounce attacks.
                    146: <li>randomized port allocation in bind(), bindresvport(), and rresvport() -- security via unpredictability.
                    147: <li>The most secure rdist support anywhere.
                    148: <li>Fortran in the tree.
                    149: <li>terminfo database support.
                    150: <li>Working ATAPI audio support for multiple architectures.
                    151: <li>Linux ext2fs and BSD4.4 LFS support being worked on.
                    152: <li>Accepts FreeBSD MD5 passwords in password maps, soon will be able to generate them too
                    153: <li>Even more security fixes.
1.5       rohee     154: <li>using AT&amp;T awk, gawk is toast
1.1       deraadt   155: <li>pax as tar, gnutar is toast
                    156: <li>Boot kernels with "-c" to edit/enable/disable device configuration tables
1.4       rohee     157: <li>ATM support (support for one company's sparc &amp; i386 cards available)
1.1       deraadt   158: <li>kernfs extensions
                    159: <li>select() that can handle any amount of file descriptors.
                    160: <li>new system calls: rfork(), minherit(), poll().
1.19      david     161: <li>/sbin/init now deals with non-existent ttys, no longer spins gettys madly.
1.1       deraadt   162: <li>ncheck utility for ffs
                    163: <li>Numerous scsi fixes
                    164: <li>Some ddb improvements and extensions
                    165: <li>In-kernel update(8) with an adaptive algorithm
                    166: <li>/dev/*random -- a device driver providing some kinds of random data
                    167: <li>Solid YP master, server, and client capabilities.
                    168: <li>Kerberos and other crypto in the source tree that is exportable
                    169: <li>Numerous security related fixes
                    170: <li>new scsi, md5, pkg_* commands
1.12      jsyn      171: <li>ATAPI support (should work on all ISA buses)
1.1       deraadt   172: <li>Some LKM support in the tree.
                    173: <li>All the pieces needed for cross compilation are in the source tree.
                    174: <li>Verbatim integration of the GNU tools (using a wrapper Makefile)
1.11      pvalchev  175: <li>nlist() that understands ELF, ECOFF, and a.out, allowing non-a.out ports to use kvm utilities
1.1       deraadt   176: <li>better ELF support
                    177: <li>ipfilter for filtering dangerous packets and Network Address Translation for IP masquerading.
                    178: <li>The FreeBSD ports subsystem was integrated and is usable by you!
                    179: <li>a termlib library which understands termcap.db, needed for new curses.
                    180: <li>New curses library, including libform, libpanel and libmenu.
1.12      jsyn      181: <li>Many many NetBSD PRs fixed (which NetBSD has not yet fixed)
1.1       deraadt   182: </ul>
                    183: <p>
                    184:
                    185: </body>
                    186: </html>