OpenBSD/src fovRhD0sbin/iked vroute.c

   iked: Wrong data structure zeroized

   The parameter int mask was confused with the local variable struct
   sockaddr_in mask4.  bzero(3) was applied to mask instead of mask4.

   ok markus@
VersionDeltaFile
1.22+2-2sbin/iked/vroute.c
+2-21 files

OpenBSD/src 07jJDJqusr.bin/tmux monitor.c

   NOJOBS is a flag, use correct argument.
VersionDeltaFile
1.4+2-2usr.bin/tmux/monitor.c
+2-21 files

OpenBSD/src Bf7GxsBusr.bin/tmux mode-tree.c

   Check for width/height 0, based on change from Uzair Aftab.
VersionDeltaFile
1.99+6-4usr.bin/tmux/mode-tree.c
+6-41 files

OpenBSD/src cycVeniusr.bin/tmux layout.c

   Do not create zero size panes, from Uzair Aftab.
VersionDeltaFile
1.89+3-2usr.bin/tmux/layout.c
+3-21 files

OpenBSD/src v0JKT8Xusr.bin/tmux monitor.c

   Do not allow jobs in monitor formats.
VersionDeltaFile
1.3+18-6usr.bin/tmux/monitor.c
+18-61 files

OpenBSD/src TAgqaIZusr.bin/tmux layout.c

   Unzoom before creating a floating pane (for now).
VersionDeltaFile
1.88+2-1usr.bin/tmux/layout.c
+2-11 files

OpenBSD/src 1i8YUxOusr.bin/tmux layout.c

   Do not spin forever if panes cannot be adjusted, GitHub issue 5332 from
   Uzair Aftab.
VersionDeltaFile
1.87+7-1usr.bin/tmux/layout.c
+7-11 files

OpenBSD/src vQYlsAMusr.bin/ssh version.h

   openssh-10.4
VersionDeltaFile
1.109+2-2usr.bin/ssh/version.h
+2-21 files

OpenBSD/src 9P1znNNusr.bin/ssh auth2-gss.c

   Fix multiple RFC 4462 (GSSAPIAuthentication) compliance problems

   1) Remove an early failure return for GSSAPI authentication attempts
   made for invalid accounts that yielded different behaviour for
   valid vs invalid accounts.

   2) Fix a situation where some GSSAPI requestes were not correctly
   subjected to MaxAuthTries.

   3) Fix a moderate pre-authentication resource DoS related to #2.

   Add missing logging for error cases.

   Report and fixes from Manfred Kaiser, milCERT AT
VersionDeltaFile
1.41+25-30usr.bin/ssh/auth2-gss.c
+25-301 files

OpenBSD/src Gddht1Kusr.bin/ssh sshconnect.c ssh.c

   fix ownership and lifetime of several bits of client state that
   need to persist for the life of the connection, especially the
   cached hostkey that was being incorrectly freed early on some
   paths, possibly allowing its use after free.

   Reported by Zhenpeng (Leo) Lin from depthfirst.com
VersionDeltaFile
1.384+46-3usr.bin/ssh/sshconnect.c
1.634+3-23usr.bin/ssh/ssh.c
1.388+12-10usr.bin/ssh/sshconnect2.c
1.51+6-3usr.bin/ssh/sshconnect.h
+67-394 files

OpenBSD/src QXC2LRKusr.bin/ssh auth2.c auth2-gss.c

   Fix cases in GSSAPI and keyboard-interactive authentication where
   the minimum per-attempt delay was not being enforced.

   Reported by Orange Cyberdefense Vulnerability Team
VersionDeltaFile
1.174+9-3usr.bin/ssh/auth2.c
1.40+8-1usr.bin/ssh/auth2-gss.c
1.61+6-1usr.bin/ssh/auth2-chall.c
1.110+2-1usr.bin/ssh/auth.h
+25-64 files

OpenBSD/src RIQJEBEdistrib/sets/lists/base mi, gnu/usr.bin/cc/cpp Makefile

   retire the cpp.sh script and install the cpp binary directly in /usr/bin

   The cpp.sh wrapper script no longer serves any purpose:
   * We no longer force the preprocessor into -traditional mode.
   * Our compilers already define __GNUC__ for the preprocessor.
   * The location of cpp is well known.
   * Our compilers only use the standard include paths by default.

   gcc4 testing by miod@
VersionDeltaFile
1.3+1-3gnu/usr.bin/cc/cpp/Makefile
1.22+2-2gnu/usr.bin/clang/clang/Makefile
1.171+2-2usr.bin/Makefile
1.7+2-2usr.bin/calendar/pathnames.h
1.1187+1-1distrib/sets/lists/base/mi
1.14+1-1usr.bin/cpp/Makefile
+9-112 files not shown
+10-138 files

OpenBSD/src wUL53w2usr.bin/tmux window.c tmux.h

   Add a window pane reference count.
VersionDeltaFile
1.356+43-8usr.bin/tmux/window.c
1.1390+5-1usr.bin/tmux/tmux.h
+48-92 files

OpenBSD/src dTemIh2usr.bin/tmux tmux.h options-table.c

   Add a define for whether mouse is enabled by default (still off).
VersionDeltaFile
1.1389+4-1usr.bin/tmux/tmux.h
1.231+2-2usr.bin/tmux/options-table.c
+6-32 files

OpenBSD/src WcLQGf2usr.bin/tmux mode-tree.c

   Apply tree mode selection style to the entire line.
VersionDeltaFile
1.98+5-6usr.bin/tmux/mode-tree.c
+5-61 files

OpenBSD/src 7TnCdzNusr.bin/tmux monitor.c notify.c

   Add set-hook -B install a subscription like in control mode.
   Subscriptions are formats which are checked once a second and if changed
   invoke a hook. show-hooks -B lists.
VersionDeltaFile
1.2+183-63usr.bin/tmux/monitor.c
1.46+204-16usr.bin/tmux/notify.c
1.142+99-4usr.bin/tmux/cmd-set-option.c
1.71+44-5usr.bin/tmux/cmd-show-options.c
1.1123+41-2usr.bin/tmux/tmux.1
1.54+11-30usr.bin/tmux/cmd-refresh-client.c
+582-1203 files not shown
+617-1279 files

OpenBSD/src ZGAgI2Jusr.bin/ssh ssh-agent.c

   void functions should not return anything.  Patch from Tim Rice.
VersionDeltaFile
1.330+2-2usr.bin/ssh/ssh-agent.c
+2-21 files

OpenBSD/src RjraUc9usr.bin/ssh sshbuf-io.c

   fix inverted test that broke ssh-add with keys on stdin.
   From Laurence Tratt
VersionDeltaFile
1.4+2-2usr.bin/ssh/sshbuf-io.c
+2-21 files

OpenBSD/src binFM5Wusr.bin/tmux window-tree.c window-client.c

   Do not use stale pointers in modes.
VersionDeltaFile
1.93+9-3usr.bin/tmux/window-tree.c
1.46+5-2usr.bin/tmux/window-client.c
+14-52 files

OpenBSD/src RDCToMSusr.bin/tmux tty-keys.c server-client.c

   Infer the terminal theme from the background colour correctly, if theme
   reporting is not supported.
VersionDeltaFile
1.208+6-2usr.bin/tmux/tty-keys.c
1.485+3-1usr.bin/tmux/server-client.c
+9-32 files

OpenBSD/src 7ij0roZusr.bin/tmux window-tree.c

   Do not ignore filter when >1 pane. GitHub issue 5326.
VersionDeltaFile
1.92+14-20usr.bin/tmux/window-tree.c
+14-201 files

OpenBSD/src gzxsabNusr.bin/tmux layout.c

   Add some missing checks which make new pane positions off, from Dane
   Jensen.
VersionDeltaFile
1.86+3-3usr.bin/tmux/layout.c
+3-31 files

OpenBSD/src q5KY0OTsys/dev/i2c ihidev.c

   sys/ihidev: replace HONOR MagicBook Touchpad quirk

   Old quirk was unstable, it brings, some boots, touchpad with multitouch,
   but still failed on on reading the report.

   It was observed that sending anything to the touchpad wakes it up but it
   ignores the command that was sent. If it was GET_REPORT, when read reads
   series of 0xff.

   Here a clean and trivial quirk where I send the second GET_REPORT and
   ignore the first one.

   OK: mglocker@
VersionDeltaFile
1.46+20-22sys/dev/i2c/ihidev.c
+20-221 files

OpenBSD/src A0BL5yRusr.bin/tmux screen-write.c

   Dirty ED 2 correctly, GiHub issue 5322 from git at twilligon dot com.
VersionDeltaFile
1.281+2-2usr.bin/tmux/screen-write.c
+2-21 files

OpenBSD/src gtLUauQusr.bin/tmux monitor.c control.c

   Move monitor stuff out of control.c into its own file for reuse.
VersionDeltaFile
1.1+526-0usr.bin/tmux/monitor.c
1.58+32-422usr.bin/tmux/control.c
1.1387+27-10usr.bin/tmux/tmux.h
1.53+7-7usr.bin/tmux/cmd-refresh-client.c
1.119+2-1usr.bin/tmux/Makefile
+594-4405 files

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

   Add O and V loops in formats for options and environment.
VersionDeltaFile
1.399+313-16usr.bin/tmux/format.c
1.1122+32-5usr.bin/tmux/tmux.1
+345-212 files

OpenBSD/src Q0UPVW0usr.bin/tmux key-bindings.c options-table.c

   Add floating panes key bindings and menu options, from Dane Jensen.
VersionDeltaFile
1.182+6-2usr.bin/tmux/key-bindings.c
1.230+4-1usr.bin/tmux/options-table.c
+10-32 files

OpenBSD/src LQUZMiiusr.bin/tmux format.c

   Fix some spelling and indentation.
VersionDeltaFile
1.398+25-24usr.bin/tmux/format.c
+25-241 files

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

   Add a quoted pane_start_command_list which does not lose argument
   information.
VersionDeltaFile
1.397+36-1usr.bin/tmux/format.c
1.1121+2-1usr.bin/tmux/tmux.1
+38-22 files

OpenBSD/src U0UR9NTusr.bin/tmux tmux.1 cmd-new-window.c

   Add -E to new-window and respawn-pane and respawn-window to create empty
   panes.
VersionDeltaFile
1.1120+13-4usr.bin/tmux/tmux.1
1.102+13-4usr.bin/tmux/cmd-new-window.c
1.44+11-4usr.bin/tmux/spawn.c
1.51+5-3usr.bin/tmux/cmd-respawn-window.c
1.40+5-3usr.bin/tmux/cmd-respawn-pane.c
1.396+2-2usr.bin/tmux/format.c
+49-206 files