[odc] Daily src changes for 2002-09-04
ODC
auto at squish.net
Thu Sep 5 08:00:20 BST 2002
OpenBSD src changes summary for 2002-09-04
==========================================
bin/ps distrib/notes
etc/group etc/master.passwd
lib/libc lib/libssl
share/man sys/arch/sparc64/sparc64
sys/dev/ic sys/dev/pci
sys/netinet sys/netinet6
sys/scsi usr.bin/calendar
usr.bin/ssh usr.sbin/httpd
== bin =============================================================== 01/08 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/bin
ps
~ ps.1
> toast uprocp format keyword; peterw at ifost.org.aueraadt@)
== distrib =========================================================== 02/08 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/distrib
notes
~ i386/hardware ~ macppc/hardware
~ sparc64/hardware
> Add BCM 5801,5802,5822 (jason@)
== etc =============================================================== 03/08 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/etc
group
~ group
> _x11 user and group for the X server when run by xdm. ok deraadt@
> The actual X code to use them will be added soon. (matthieu@)
master.passwd
~ master.passwd
> _x11 user and group for the X server when run by xdm. ok deraadt@
> The actual X code to use them will be added soon. (matthieu@)
== lib =============================================================== 04/08 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/lib
libc
~ yp/ypclnt.3
> spelling (deraadt@)
libssl
~ src/apps/Makefile.ssl ~ src/crypto/Makefile.ssl
~ src/crypto/asn1/Makefile.ssl ~ src/crypto/bf/Makefile.ssl
~ src/crypto/bio/Makefile.ssl ~ src/crypto/bn/Makefile.ssl
~ src/crypto/buffer/Makefile.ssl ~ src/crypto/cast/Makefile.ssl
~ src/crypto/comp/Makefile.ssl ~ src/crypto/conf/Makefile.ssl
~ src/crypto/des/Makefile.ssl ~ src/crypto/dh/Makefile.ssl
~ src/crypto/dsa/Makefile.ssl ~ src/crypto/dso/Makefile.ssl
~ src/crypto/err/Makefile.ssl ~ src/crypto/evp/Makefile.ssl
~ src/crypto/hmac/Makefile.ssl ~ src/crypto/idea/Makefile.ssl
~ src/crypto/lhash/Makefile.ssl ~ src/crypto/md2/Makefile.ssl
~ src/crypto/md4/Makefile.ssl ~ src/crypto/md5/Makefile.ssl
~ src/crypto/mdc2/Makefile.ssl ~ src/crypto/objects/Makefile.ssl
~ src/crypto/pem/Makefile.ssl ~ src/crypto/pkcs12/Makefile.ssl
~ src/crypto/pkcs7/Makefile.ssl ~ src/crypto/rand/Makefile.ssl
~ src/crypto/rc2/Makefile.ssl ~ src/crypto/rc4/Makefile.ssl
~ src/crypto/rc5/Makefile.ssl ~ src/crypto/ripemd/Makefile.ssl
~ src/crypto/rsa/Makefile.ssl ~ src/crypto/sha/Makefile.ssl
~ src/crypto/stack/Makefile.ssl ~ src/crypto/txt_db/Makefile.ssl
~ src/crypto/x509/Makefile.ssl ~ src/crypto/x509v3/Makefile.ssl
~ src/crypto/krb5/Makefile.ssl ~ src/crypto/ocsp/Makefile.ssl
~ src/crypto/rijndael/Makefile.ssl ~ src/rsaref/Makefile.ssl
~ src/ssl/Makefile.ssl ~ src/test/Makefile.ssl
~ src/tools/Makefile.ssl
> execute bourne shell scripts with 'sh' and not with $SHELL (markus@)
~ src/Configure
> no need to set $SHELL (markus@)
~ src/crypto/engine/eng_fat.c
> sync formatting with 0.9.7 (markus@)
- src/apps/md5.c - src/apps/rmd160.c
- src/certs/rsa-ssca.pem - src/ms/cipher.out
- src/ms/clear.out - src/test/demoCA/serial
- src/test/demoCA/private/cakey.pem
> more cruft. (markus@)
- src/test/tmp.bctest
> more cruft (markus@)
== share ============================================================= 05/08 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/share
man
~ man4/ubsec.4
> Clarify the difference between 5801/5802/5805 now that I know what the
> differences are. (jason@)
== sys =============================================================== 06/08 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/sys
arch/sparc64/sparc64
~ autoconf.c
> Correctly decode the IDE channel/drive number when matching devices
> (booting from master or slave on either channel should work now). (jason@)
dev/ic
~ ncr53c9x.c
> don't dereference ecb on default case, it's uninitialized. (fgsch@)
dev/pci
~ ubsec.c
> 5801 has no pk or rng support (jason@)
~ ubsec.c
> Treat 5822 the same as 5820 (jason@)
netinet
~ in_pcb.h
> pass struct proc * down to in6_pcbsetport (itojun@)
~ ip_input.c
> Ghosts from the past (fixed 1.65, reverted 1.66) rediscovered by
> Henric Jungheim. ok deraadt@ (dhartmei@)
netinet6
~ nd6.c
> handle error from copyout (itojun@)
~ in6_pcb.c ~ udp6_output.c
~ in6_pcb.c ~ udp6_output.c
> pass struct proc * down to in6_pcbsetport (itojun@)
~ nd6.c
> allow deprecated bit to be set from userland by ifconfig. NetBSD PR 18163
> (itojun@)
scsi
~ scsi_all.h ~ scsi_disk.h
~ scsiconf.c ~ sd.c
~ sd_scsi.c
> Add support for RBC (simplified direct) devices.
> ok costa@, krw@ (tdeval@)
~ scsi_base.c ~ scsiconf.c
> Write sentences. (tdeval@)
== usr.bin =========================================================== 07/08 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin
calendar
~ calendars/calendar.openbsd ~ calendars/calendar.history
> typos fixus; from andrey at smagin.comickey@)
ssh
~ servconf.c ~ sshd.8
~ sshd_config.5
> default LoginGraceTime to 2m; 1m may be too short for slow systems.
> ok markus@ (stevesk@)
== usr.sbin ========================================================== 08/08 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.sbin
httpd
~ src/main/http_main.c
> remove some unnecessary casts and adjust format strings
> looked over by dhartmei@ (henning@)
===============================================================================
More information about the odc
mailing list