=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/plus21.html,v retrieving revision 1.65 retrieving revision 1.66 diff -c -r1.65 -r1.66 *** www/plus21.html 2019/05/27 22:55:22 1.65 --- www/plus21.html 2019/06/01 23:12:49 1.66 *************** *** 136,142 ****
  • Use 10 X characters in many remaining mktemp() calls which are hard to excise.
  • getnetent() and friends now work a lot more like gethostent().
  • More buffer overflows, but none in sensitive programs. !
  • Fixed some more mktemp races (sigh, will this ever end!)
  • Add support for YP v1 to ypserv.
  • Add md5 & blowfish passwd support to adduser(8).
  • Numerous more pax/tar fixes. --- 136,142 ----
  • Use 10 X characters in many remaining mktemp() calls which are hard to excise.
  • getnetent() and friends now work a lot more like gethostent().
  • More buffer overflows, but none in sensitive programs. !
  • Fixed some more mktemp races (sigh, will this ever end!)
  • Add support for YP v1 to ypserv.
  • Add md5 & blowfish passwd support to adduser(8).
  • Numerous more pax/tar fixes. *************** *** 178,184 ****
  • Fix weak symbol support in ld.
  • cvs 1.9.2
  • IPSEC package from John Ioannidis and Angelos D. Keromytis. !
  • Working kadmind for kerberosIV.
  • 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.
  • 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.
  • fix some more memory and file descriptor leaks in libc/rpc --- 178,184 ----
  • Fix weak symbol support in ld.
  • cvs 1.9.2
  • IPSEC package from John Ioannidis and Angelos D. Keromytis. !
  • Working kadmind for kerberosIV.
  • 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.
  • 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.
  • fix some more memory and file descriptor leaks in libc/rpc *************** *** 188,197 ****
  • add RPC service name generation to netstat -a
  • Make dd(1) work fine with our 64-bit off_t types, now you can copy very large disks using it.
  • Improved NFS filehandle creation. !
  • Use lots more XXXX characters in calls to the few remaining mktemp() calls in the source tree. This cuts out a whole class of races.
  • IPF 3.1.7 which includes fully working NAT support (ie. IP masquerading).
  • The hp300 joins many other ports in supporting 16 disk partitions. !
  • Have libc/rpc save you from yourself if you do enable source routing.
  • Change mktemp(3) and family to generate more random filenames, yet still as collision free as possible.
  • Merge new ftp(1) changes from NetBSD.
  • Add cdev and partition support to the ramdisk driver. --- 188,197 ----
  • add RPC service name generation to netstat -a
  • Make dd(1) work fine with our 64-bit off_t types, now you can copy very large disks using it.
  • Improved NFS filehandle creation. !
  • Use lots more XXXX characters in calls to the few remaining mktemp() calls in the source tree. This cuts out a whole class of races.
  • IPF 3.1.7 which includes fully working NAT support (ie. IP masquerading).
  • The hp300 joins many other ports in supporting 16 disk partitions. !
  • Have libc/rpc save you from yourself if you do enable source routing.
  • Change mktemp(3) and family to generate more random filenames, yet still as collision free as possible.
  • Merge new ftp(1) changes from NetBSD.
  • Add cdev and partition support to the ramdisk driver. *************** *** 257,263 ****
  • Numerous small security fixes again...
  • com driver is now bus-independent.
  • lpt driver is now bus-independent. !
  • The Arc port family has a new member: The rPC44 works!
  • New bsd.*.mk feature: DEBUG=-g. Try it, you'll like it.
  • pdksh version is now 5.2.11
  • Make login get more consistently upset about failed logins, and tell user about these failures at the next successful login. --- 257,263 ----
  • Numerous small security fixes again...
  • com driver is now bus-independent.
  • lpt driver is now bus-independent. !
  • The Arc port family has a new member: The rPC44 works!
  • New bsd.*.mk feature: DEBUG=-g. Try it, you'll like it.
  • pdksh version is now 5.2.11
  • Make login get more consistently upset about failed logins, and tell user about these failures at the next successful login.