OpenBSD src changes summary for 2017-09-20 ==========================================
lib/libc lib/libtls sbin/dhclient sys/arch/armv7/imx sys/netinet usr.bin/file usr.bin/ssh usr.sbin/lpr == lib =============================================================== 01/05 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/lib libc ~ sys/write.2 > Properly document the typical write(2) loop, > and delete misleading parts from the CAVEATS; > issue reported by <ScottCheloha at gmail dot com> on bugs@; > OK espie@ millert@ (schwarze@) libtls ~ tls_ocsp.c > Fix indentation. (jsing@) ~ tls_ocsp.c > Provide a useful error if there are no OCSP URLs in the peer certificate. > (jsing@) ~ tls_ocsp.c > Slightly restructure tls_ocsp_verify_cb() to make it more like libtls code. > (jsing@) ~ tls.c ~ tls_internal.h ~ tls_ocsp.c ~ tls_server.c > Keep track of which keypair is in use by a TLS context. > This fixes a bug where by a TLS server with SNI would always only return > the OCSP staple for the default keypair, rather than returning the OCSP > staple associated with the keypair that was selected via SNI. > Issue reported by William Graeber and confirmed by Andreas Bartelt. > Fix tested by William Graeber and Andreas Bartelt - thanks! (jsing@) == sbin ============================================================== 02/05 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sbin dhclient ~ bpf.c ~ dhclient.c > Nuke a few extraneous blanks. (krw@) ~ bpf.c ~ dhclient.c ~ dhcpd.h > Make send_packet() log entries more informative by > providing the name of the packet type that causes > an error. (krw@) ~ dispatch.c > Remove stray %s/ifi->name from fatalx(). (krw@) ~ clparse.c ~ dhclient.c ~ kroute.c ~ options.c > Wrong captilization, long lines. (krw@) ~ kroute.c > Use consistant simple verbiage when SIOC* ioctl's fail. (krw@) ~ bpf.c ~ dhclient.c ~ dispatch.c ~ kroute.c > Make log messages more informative by using the > name of the function that failed and the significant > parameters. Distinguish between poll() errors and > problematic revents values. (krw@) ~ privsep.c ~ kroute.c ~ dhclient.c ~ clparse.c > Tweak, shorten, use more consistant verbiage. (krw@) ~ dhclient.c ~ dispatch.c > Fix some spacing. A couple of log_warx() -> log_warn() to > use standard error messages for malloc errors. (krw@) == sys =============================================================== 03/05 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys arch/armv7/imx ~ imxocotp.c > Raise match priority such that imxocotp(4) wins over syscon(4). > ok patrick@ (kettenis@) netinet ~ ip_output.c > Use m_copym() instead of m_dup_pkt() to fix a kernel assert when > setting IP options. > Issue reported by Kapetanakis Giannis > OK mpi@ (visa@) == usr.bin =========================================================== 04/05 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin file ~ magic.5 > add missing types; from klemens nanni > ok nicm (jmc@) ssh ~ mux.c > Use strsignal in debug message instead of casting for the benefit of > portable where sig_atomic_t might not be int. "much nicer" deraadt@ > (dtucker@) == usr.sbin ========================================================== 05/05 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.sbin lpr ~ lpd/printjob.c > Avoid overflow/truncation during string->integer converion by eliminating > the 'int' temporary variable. > problem reported by Jacob Zimmermann (jacobz (at) senseofsecurity.com.au) > ok deraadt@ (guenther@) =============================================================================== _______________________________________________ odc mailing list [email protected] http://www.squish.net/mailman/listinfo/odc
