OpenBSD/src 09CyNYIusr.sbin/radiusd radiusd.c

   Fixed a null dereference when authentication-filter and configured and
   pap is used.   diff from iij.
VersionDeltaFile
1.63+2-2usr.sbin/radiusd/radiusd.c
+2-21 files

OpenBSD/src CPpxbg0usr.bin/ssh ssh-keyscan.1

   mention that ssh-keyscan output is only as trustworthy as the
   network between it and the SSH server; ok markus@
VersionDeltaFile
1.54+11-2usr.bin/ssh/ssh-keyscan.1
+11-21 files

OpenBSD/src ufjGkQMlib/libc/asr getaddrinfo_async.c

   Return statically built addresses when hostname == NULL  It always
   returns IPv4 and IPv6 addresses when hostname == NULL; previously, it
   returned only the address of the selected address family defined by
   "family" in resolv.conf.

   ok florian
VersionDeltaFile
1.69+38-44lib/libc/asr/getaddrinfo_async.c
+38-441 files

OpenBSD/src 2tAcTS4regress/lib/libcrypto/x509 Makefile

   With x509_vfy.c 1.153, the x509_crl regress passes
VersionDeltaFile
1.29+1-3regress/lib/libcrypto/x509/Makefile
+1-31 files

OpenBSD/src qvUatWrlib/libcrypto/x509 x509_vfy.c

   x509_vfy: sync get_crl_sk() with BoringSSL and OpenSSL

   Among CRLs with the same score prefer the one with the most recent
   lastUpdate (RFC 5280 thisUpdate). This pulls in OpenSSL commits
   626aa248, e032117d, 8b7c51a0 from 2016, so before the license change.
   This uses the annoying ASN1_TIME_diff() API, but there is no better
   way, really. Every other ASN1_TIME API will be just as awkward.

   This fixes the currently failing x509_crl test cases.

   ok kenjiro
VersionDeltaFile
1.153+18-6lib/libcrypto/x509/x509_vfy.c
+18-61 files

OpenBSD/src SaIW5tsregress/lib/libcrypto/x509 Makefile x509_crl.c

   x509_crl regress: enable the failing test and mark as XFAIL
VersionDeltaFile
1.28+3-1regress/lib/libcrypto/x509/Makefile
1.2+1-3regress/lib/libcrypto/x509/x509_crl.c
+4-42 files

OpenBSD/src 1Aug5JBsbin/iked radius.c

   Prevent authenticated RADIUS CP attribute mapping overflowing rr_cfg.
   Reported by / the original diff from Andrew Griffiths

   ok markus
VersionDeltaFile
1.15+28-13sbin/iked/radius.c
+28-131 files

OpenBSD/src Qh039bBlib/libc/asr getaddrinfo_async.c

   Make getaddrinfo(3) check hnok_lenient() earlier.

   r1.60 added special handling for localhost names; this was done before the
   hnok_lenient() check, ensure this validation applies to localhost names too.

   ok florian
VersionDeltaFile
1.68+12-9lib/libc/asr/getaddrinfo_async.c
+12-91 files

OpenBSD/src GxvPzHEusr.sbin/vmd loadfile_elf.c

   vmd(8): prevent OOB reads in 32 and 64-bit ELF loaders.

   Malformed ELF files could cause reading past section-headers.

   For ELF64 files, malformed section metadata could cause out of bound
   reads of heap allocated buffers.

   Reported by Frank Denis.

   Discussed with and "go for it" from mlarkin@
VersionDeltaFile
1.55+17-3usr.sbin/vmd/loadfile_elf.c
+17-31 files

OpenBSD/src poHzJc5usr.bin/tmux options-table.c

   Make the default colours more conservative, its really the greys that
   matter.
VersionDeltaFile
1.222+11-11usr.bin/tmux/options-table.c
+11-111 files

OpenBSD/src AaYjnpiusr.bin/tmux options-table.c colour.c

   Add nicer dark and light colour sets (themes) used on terminals with 256
   or more colours. Currently based these on emacs but they could change.
   Terminals with fewer colours use the ANSI colours. A new "theme" option
   overrides the detected theme (set to "terminal" to go back to ANSI
   colours).
VersionDeltaFile
1.221+198-24usr.bin/tmux/options-table.c
1.33+94-2usr.bin/tmux/colour.c
1.480+65-1usr.bin/tmux/server-client.c
1.1104+52-1usr.bin/tmux/tmux.1
1.475+30-1usr.bin/tmux/tty.c
1.1372+22-1usr.bin/tmux/tmux.h
+461-302 files not shown
+486-378 files

OpenBSD/src R9DSAWqdistrib/i386/iso Makefile, etc/etc.i386 disktab

   grow i386 install media
VersionDeltaFile
1.37+4-4etc/etc.i386/disktab
1.39+2-2distrib/i386/iso/Makefile
+6-62 files

OpenBSD/src 3TzFaqalib/libc/asr asr_utils.c

   Do not silently truncate result of dname_expand.

   This can only happen if the caller provides a buffer that's too
   small. All current callers provide a buffer of size MAXDNAME, which is
   large enough in all cases, otherwise dname_check_label would error out.

   Found by me and independently by Andrew Griffiths.

   OK deraadt, tb
VersionDeltaFile
1.23+12-8lib/libc/asr/asr_utils.c
+12-81 files

OpenBSD/src Vp2C8l0usr.sbin/vmd vioscsi.c

   vmd(8): prevent virtio scsi DoS from bad descriptor length.

   A guest can construct a looping, zero-length descriptor chain that
   spins forever when processing a READ_10 command. Check for zero
   length scenario and abort the read with a warning.

   Reported by Frank Denis.

   Discussed with and "go for it" from mlarkin@
VersionDeltaFile
1.31+6-1usr.sbin/vmd/vioscsi.c
+6-11 files

OpenBSD/src xt3d1Jpusr.bin/tmux style.c

   Fix scrollbar with a format colour.
VersionDeltaFile
1.45+11-4usr.bin/tmux/style.c
+11-41 files

OpenBSD/src 9z14CRnusr.sbin/vmd mc146818.c

   vmd(8): reject invalid PIT periods causing UB.

   A guest can write values to Register A that results in a negative
   shift exponent when computing the resulting timer rate. Detect and
   ignore values to prevent UB from negative shift.

   Reported by Frank Denis.

   Discussed with and "go for it" from mlarkin@
VersionDeltaFile
1.32+6-2usr.sbin/vmd/mc146818.c
+6-21 files

OpenBSD/src CqUKuU8usr.bin/tmux options.c options-table.c

   Expand colours as formats like styles.
VersionDeltaFile
1.82+26-10usr.bin/tmux/options.c
1.220+16-11usr.bin/tmux/options-table.c
1.44+24-1usr.bin/tmux/style.c
1.56+11-12usr.bin/tmux/cmd-display-panes.c
1.34+8-3usr.bin/tmux/window-clock.c
1.27+10-1usr.bin/tmux/window-customize.c
+95-383 files not shown
+110-479 files

OpenBSD/src VVqvVA9lib/libcrypto/objects obj_mac.num objects.txt

   Add OIDs for CCR, ErikIndex, ErikPartition, CommunityDefinition

   References:
        https://datatracker.ietf.org/doc/html/draft-ietf-sidrops-rpki-ccr
        https://datatracker.ietf.org/doc/html/draft-ietf-sidrops-rpki-erik-protocol
        https://datatracker.ietf.org/doc/html/draft-ietf-grow-yang-bgp-communities

   OK tb@
VersionDeltaFile
1.40+5-0lib/libcrypto/objects/obj_mac.num
1.46+5-0lib/libcrypto/objects/objects.txt
+10-02 files

OpenBSD/src JjME480usr.sbin/vmd fw_cfg.c

   vmd(8): fix fw_cfg leak of file directory buffer.

   FW_CFG_FILE_DIR selector requests leak file directory buffers.
   Repeated requests from guests can exhaust vmd process memory.

   Reported by Frank Denis.

   Discussed with and "go for it" from mlarkin@
VersionDeltaFile
1.15+2-1usr.sbin/vmd/fw_cfg.c
+2-11 files

OpenBSD/src AnuyPf7usr.bin/tmux format.c tmux.1

   Format variable for client colours.
VersionDeltaFile
1.388+31-1usr.bin/tmux/format.c
1.1103+3-2usr.bin/tmux/tmux.1
+34-32 files

OpenBSD/src 3eT2S1Eusr.sbin/ospfctl ospfctl.c, usr.sbin/ospfd ospfd.c area.c

   ospfd(8) must be more paranoid about what it sends
   to its peers using IPC messages (see imsg_add(3)).
   The data passed between processes must not leak
   information on memory address layout from process.
   The process must be sending to its peers either data which
   are needed or, if taking a shortcut, zeroize fields
   which carry pointer (memory addresses) from process.

   The issue has been reported by students
   from British Columbia University earlier this year.

   The fix includes generous feedback from claudio@

   OK claudio@
VersionDeltaFile
1.125+98-6usr.sbin/ospfd/ospfd.c
1.11+23-1usr.sbin/ospfd/area.c
1.119+6-6usr.sbin/ospfd/rde.c
1.74+5-7usr.sbin/ospfctl/ospfctl.c
1.122+8-3usr.sbin/ospfd/ospfe.c
1.24+5-4usr.sbin/ospfd/auth.c
+145-271 files not shown
+149-287 files

OpenBSD/src cs4I0zosys/netinet6 ip6_output.c

   Put back IPV6_RTHDR to ip6_getpcbopt() as no operation.

   Reported-by: syzbot+7788d13ea3345629ceae at syzkaller.appspotmail.com
VersionDeltaFile
1.306+3-1sys/netinet6/ip6_output.c
+3-11 files

OpenBSD/src G1qbnVPlib/libc/asr res_search_async.c

   Reset ar_datalen and ar_data after free(3) like everywhere else.

   From Andrew Griffiths
VersionDeltaFile
1.22+3-1lib/libc/asr/res_search_async.c
+3-11 files

OpenBSD/src 4Pi210uusr.bin/tmux status.c prompt.c

   Major rework of prompts. The basic prompt mechanics (draw, editing, etc)
   are now wrapped up in prompt*.c and do not depend on a client. These
   functions are used to provide the original client prompt but also to
   allow panes to have their own prompts, which works much much better for
   floating panes. The mode prompts for both the tree modes and copy mode
   are switched over to be per pane.

   There are some visible changes (some of these may be changed if they
   don't seem to be working well):

   - Prompts in modes now appear in the bottom line, covering whatever
     content was there.

   - command-prompt has a -P flag to open a pane prompt.

   - Because they cover the content, the default style for prompts in modes
     now does not fill the entire line; the main command prompt stays the
     same.


    [5 lines not shown]
VersionDeltaFile
1.271+139-1,512usr.bin/tmux/status.c
1.1+1,595-0usr.bin/tmux/prompt.c
1.1+264-0usr.bin/tmux/prompt-history.c
1.92+231-32usr.bin/tmux/mode-tree.c
1.348+171-1usr.bin/tmux/window.c
1.1370+115-44usr.bin/tmux/tmux.h
+2,515-1,58913 files not shown
+2,832-1,75419 files

OpenBSD/src VEpqtExsbin/mount mount.c

   mount: preserve DUID when updating file system

   "Oops" deraadt@
VersionDeltaFile
1.80+2-2sbin/mount/mount.c
+2-21 files

OpenBSD/src vS18JJisbin/mount mount.c

   mount: support DUIDs with -u

   "Looks good" deraadt@
VersionDeltaFile
1.79+3-2sbin/mount/mount.c
+3-21 files

OpenBSD/src 12PxT3Ysys/uvm uvm_map.c

   Initialize uvm_maxkaddr to VM_MIN_KERNEL_ADDRESS.  This fixes a problem
   where uvm_map() with the UVM_FLAG_FIXED flag would miscalculate the amount
   to grow the kernel pmap if uvm_maxkaddr was still zero, which happens on
   amd64 (and possibly other architectures that use PMAP_STEAL_MEMORY).  This
   would result in the kernel pmap growing to its maximum which would consume
   all memory on small memory machines now that we've given amd64 512G of KVA.

   ok deraadt@
VersionDeltaFile
1.356+2-3sys/uvm/uvm_map.c
+2-31 files

OpenBSD/src 9LJ7WDxsys/kern kern_exit.c

   Always untrace traced children even when they're exiting.  But do skip
   sending them a SIGKILL.  This prevents triggering a KASSERT in a convuluted
   scenario reported by Yuxiang Yang.

   "looks right" deraadt@
   ok claudio@
VersionDeltaFile
1.253+15-13sys/kern/kern_exit.c
+15-131 files

OpenBSD/src Lkty2pmusr.sbin/rpki-client mft.c aspa.c

   rpki-client: add some signed object boilerplate

   This adds new/free/obj functions and introduces struct signed_obj
   containing the handlers. Pass signtime and der_len into the new()
   function for now and rewrite *_parse() using that.

   discussed with claudio
   ok job
VersionDeltaFile
1.141+36-6usr.sbin/rpki-client/mft.c
1.44+35-5usr.sbin/rpki-client/aspa.c
1.18+35-5usr.sbin/rpki-client/spl.c
1.31+35-5usr.sbin/rpki-client/tak.c
1.90+35-5usr.sbin/rpki-client/roa.c
1.46+35-5usr.sbin/rpki-client/rsc.c
+211-311 files not shown
+229-327 files

OpenBSD/src sQbcPiBshare/man/man5 port-modules.5

   No more flang
VersionDeltaFile
1.286+3-3share/man/man5/port-modules.5
+3-31 files