=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/plus26.html,v retrieving revision 1.2 retrieving revision 1.3 diff -c -r1.2 -r1.3 *** www/plus26.html 1999/11/03 20:31:39 1.2 --- www/plus26.html 1999/11/09 09:00:36 1.3 *************** *** 224,230 ****
  • Fix buf overflow in amd(8).
  • Support AAA-131CF card in ahc(4) driver.
  • Check SACK hole validity better, and do sequence space arithmetic better. !
  • SECURITY ISSUE: In cron(8), make sure argv[] is NULL terminated in the fake popen() and run sendmail as the user, not as root. A patch is available.
  • Some fixes to newsyslog(8).
  • Disable SACK for now; some issues remain.
  • Buffer overflow fixes in from(1). --- 224,230 ----
  • Fix buf overflow in amd(8).
  • Support AAA-131CF card in ahc(4) driver.
  • Check SACK hole validity better, and do sequence space arithmetic better. !
  • SECURITY ISSUE: In cron(8), make sure argv[] is NULL terminated in the fake popen() and run sendmail as the user, not as root. A patch is available.
  • Some fixes to newsyslog(8).
  • Disable SACK for now; some issues remain.
  • Buffer overflow fixes in from(1). *************** *** 265,271 ****
  • In pcmcia ep(4) driver, support 3CXEM556B-INT.
  • Remove useless if_ep shutdown hook.
  • Import USB code. !
  • SECURITY ISSUE: The procfs and fdescfs filesystems had an overrun in their handling of uio_offset in their readdir() routines. (These filesystems are not enabled by default). A patch is available.
  • Repair: probe svr4 emulation before linux once again.
  • Support -M and -N flags in uptime(1).
  • Detect IDT WinChip models. --- 265,271 ----
  • In pcmcia ep(4) driver, support 3CXEM556B-INT.
  • Remove useless if_ep shutdown hook.
  • Import USB code. !
  • SECURITY ISSUE: The procfs and fdescfs filesystems had an overrun in their handling of uio_offset in their readdir() routines. (These filesystems are not enabled by default). A patch is available.
  • Repair: probe svr4 emulation before linux once again.
  • Support -M and -N flags in uptime(1).
  • Detect IDT WinChip models. *************** *** 278,284 ****
  • Skip hostname.* files if the interface does not exist.
  • Make mbuf panic messages unique.
  • Repair interface walking in rarpd(8). !
  • SECURITY ISSUE: Stop profiling (see profil(2)) when we execve() a new process. A patch is available.
  • pcmcia device attach/dettachment code, supporting network and serial devices now.
  • vdevgone() internal kernel API.
  • If fread(3) returns EBADF, also set the error flag. --- 278,284 ----
  • Skip hostname.* files if the interface does not exist.
  • Make mbuf panic messages unique.
  • Repair interface walking in rarpd(8). !
  • SECURITY ISSUE: Stop profiling (see profil(2)) when we execve() a new process. A patch is available.
  • pcmcia device attach/dettachment code, supporting network and serial devices now.
  • vdevgone() internal kernel API.
  • If fread(3) returns EBADF, also set the error flag. *************** *** 298,310 ****
  • /tmp race repairs in yacc(1).
  • Propogate TMPDIR better into locate.updatedb(8).
  • Kill gzip sub-processes in pax(1) instead of letting them die from SIGPIPE. !
  • SECURITY ISSUE: In /etc/rc, use mktemp(1) for motd re-writing and change the find(1) to use -execdir. A patch is available.
  • Support for 3c515 isapnp 100mbit ethernet card, in ef(4).
  • Chown/chmod all of the pty devices.
  • If /etc/fstab is 0-length or not a regular file, have setfsent(3) fail.
  • Import of mailwrapper(8) into the tree.
  • Games updated. !
  • SECURITY ISSUE: Do not permit regular users to chflags(2) or fchflags(2) character or block devices. A patch is available.
  • New raidframe code.
  • Make sure install scripts remove async mount conditions before attempting to installboot(8).
  • Have route flush skip PF_KEY flows. --- 298,310 ----
  • /tmp race repairs in yacc(1).
  • Propogate TMPDIR better into locate.updatedb(8).
  • Kill gzip sub-processes in pax(1) instead of letting them die from SIGPIPE. !
  • SECURITY ISSUE: In /etc/rc, use mktemp(1) for motd re-writing and change the find(1) to use -execdir. A patch is available.
  • Support for 3c515 isapnp 100mbit ethernet card, in ef(4).
  • Chown/chmod all of the pty devices.
  • If /etc/fstab is 0-length or not a regular file, have setfsent(3) fail.
  • Import of mailwrapper(8) into the tree.
  • Games updated. !
  • SECURITY ISSUE: Do not permit regular users to chflags(2) or fchflags(2) character or block devices. A patch is available.
  • New raidframe code.
  • Make sure install scripts remove async mount conditions before attempting to installboot(8).
  • Have route flush skip PF_KEY flows. *************** *** 312,318 ****
  • Have pkg_create(1) use tar -T.
  • Add -T option to tar(1).
  • Fix fgetln(3) issue in pax(1). !
  • SECURITY ISSUE: Make nroff(1) call groff(1) with the -S option. A patch is available.
  • If src file does not exist, have mv -i complain immediately.
  • Bug fix to pkg_add(8).
  • More man page cleanups. --- 312,318 ----
  • Have pkg_create(1) use tar -T.
  • Add -T option to tar(1).
  • Fix fgetln(3) issue in pax(1). !
  • SECURITY ISSUE: Make nroff(1) call groff(1) with the -S option. A patch is available.
  • If src file does not exist, have mv -i complain immediately.
  • Bug fix to pkg_add(8).
  • More man page cleanups. *************** *** 392,398 ****
  • Many man page improvements.
  • Newer version of isakmpd(8).
  • Support PAGER properly in pkg_install(8). !
  • SECURITY ISSUE: Fix an ipsec_in_use out-of-sync condition. A patch is available.
  • Add support for TCP MD5 (RFC 2385) option called TCP_SIGNATURE used for authenticating BGP sessions.
  • Support SIGUSR1 in init(8), used by i386 keyboard halt code, and make init(8) smart enough to run /etc/rc.shutdown
  • On i386 pcvt console, have CTRL-ALT-DEL sent a SIGUSR1 to init. --- 392,398 ----
  • Many man page improvements.
  • Newer version of isakmpd(8).
  • Support PAGER properly in pkg_install(8). !
  • SECURITY ISSUE: Fix an ipsec_in_use out-of-sync condition. A patch is available.
  • Add support for TCP MD5 (RFC 2385) option called TCP_SIGNATURE used for authenticating BGP sessions.
  • Support SIGUSR1 in init(8), used by i386 keyboard halt code, and make init(8) smart enough to run /etc/rc.shutdown
  • On i386 pcvt console, have CTRL-ALT-DEL sent a SIGUSR1 to init. *************** *** 500,506 ****
  • Add -p flag to encrypt(1).
  • Newer version of bktr(4) driver.
  • ncurses-4.2-990516 !
  • Correct some realloc(3) misuses in the fts(3) routines. A patch is available.
  • Add xe(4) xircom ethernet driver.
  • Add support for static arp entries that cannot be overwritten.
  • Many man page fixes. --- 500,506 ----
  • Add -p flag to encrypt(1).
  • Newer version of bktr(4) driver.
  • ncurses-4.2-990516 !
  • Correct some realloc(3) misuses in the fts(3) routines. A patch is available.
  • Add xe(4) xircom ethernet driver.
  • Add support for static arp entries that cannot be overwritten.
  • Many man page fixes. *************** *** 513,519 ****
  • Fix bounds control in msgs(1).
  • Fix 'X' check in gcc printf format checker.
  • Fix divide by zero in libcurses. !
  • A reliability patch for TCP over IPSEC ESP tunnels. A patch is available.
  • Improvements to the ss(4) driver.
  • Fix various endian related problems in nm(1), ranlib(1), strip(1), and size(1).
  • Do not rotate kerberos logs using newsyslog.conf --- 513,519 ----
  • Fix bounds control in msgs(1).
  • Fix 'X' check in gcc printf format checker.
  • Fix divide by zero in libcurses. !
  • A reliability patch for TCP over IPSEC ESP tunnels. A patch is available.
  • Improvements to the ss(4) driver.
  • Fix various endian related problems in nm(1), ranlib(1), strip(1), and size(1).
  • Do not rotate kerberos logs using newsyslog.conf *************** *** 550,562 ****
  • More ppp(8) improvements and bug fixes.
  • More isakmpd(8) improvements and bug fixes.
  • In calendar(1), fix offset bug for yearly events. !
  • A reliability patch for ext2fs. A patch is available.
  • Repair a mis-handling of non-terminated utmp strings in w(1).
  • m68k optimized asm version of strlcpy(3).
  • Do not accept incoming packets on a down interface.
  • More strict isapnp detection for the isa ep(8) cards.
  • kcore handling for the m68k ports. !
  • A serious reliability patch for the powerpc port, regarding traps and signals. Patches are available.
  • Support power-down mode in the mac68k port.
  • Fix a retransmission problem in tcp_newreno.
  • Fix a sequence wraparound bug in very large tcp transfers. --- 550,562 ----
  • More ppp(8) improvements and bug fixes.
  • More isakmpd(8) improvements and bug fixes.
  • In calendar(1), fix offset bug for yearly events. !
  • A reliability patch for ext2fs. A patch is available.
  • Repair a mis-handling of non-terminated utmp strings in w(1).
  • m68k optimized asm version of strlcpy(3).
  • Do not accept incoming packets on a down interface.
  • More strict isapnp detection for the isa ep(8) cards.
  • kcore handling for the m68k ports. !
  • A serious reliability patch for the powerpc port, regarding traps and signals. Patches are available.
  • Support power-down mode in the mac68k port.
  • Fix a retransmission problem in tcp_newreno.
  • Fix a sequence wraparound bug in very large tcp transfers. *************** *** 607,613 ****
    OpenBSD www@openbsd.org !
    $OpenBSD: plus26.html,v 1.2 1999/11/03 20:31:39 espie Exp $ --- 607,613 ----
    OpenBSD www@openbsd.org !
    $OpenBSD: plus26.html,v 1.3 1999/11/09 09:00:36 deraadt Exp $