OpenBSD/src vvUTsPS — usr.bin/ssh sftp.c
another ruser_name/ruser_group vs attrib_to_stat() ordering screwup. Coverity CID 910530 via dtucker@
| Version | Delta | File | |
|---|---|---|---|
| 1.257 | +3 | -3 | usr.bin/ssh/sftp.c |
| +3 | -3 | 1 files | |
another ruser_name/ruser_group vs attrib_to_stat() ordering screwup. Coverity CID 910530 via dtucker@
| Version | Delta | File | |
|---|---|---|---|
| 1.257 | +3 | -3 | usr.bin/ssh/sftp.c |
| +3 | -3 | 1 files | |
set FD_CLOEXEC on the fds between sftp and its ssh process, avoids risk of subcommands that write on odd fds breaking the connection. GHPR693 from Manuel Einfalt; feedback deraadt@ ok dtucker@
| Version | Delta | File | |
|---|---|---|---|
| 1.256 | +3 | -1 | usr.bin/ssh/sftp.c |
| +3 | -1 | 1 files | |
check key and IV length received in privsep state transfer exactly match the expected sizes for the selected cipher; partially redundant to similar checks in cipher_init(), but nice to be more exact. GHPR from jmestwa-coder; ok dtucker@
| Version | Delta | File | |
|---|---|---|---|
| 1.339 | +6 | -1 | usr.bin/ssh/packet.c |
| +6 | -1 | 1 files | |
revert bits that weren't ready for commit yet
| Version | Delta | File | |
|---|---|---|---|
| 1.255 | +3 | -5 | usr.bin/ssh/sftp.c |
| +3 | -5 | 1 files | |
Move user/group name lookup to correct place; coverity CID 910530 via dtucker@
| Version | Delta | File | |
|---|---|---|---|
| 1.254 | +6 | -4 | usr.bin/ssh/sftp.c |
| +6 | -4 | 1 files | |
hook up xclicker
| Version | Delta | File | |
|---|---|---|---|
| 1.804 | +1 | -0 | x11/Makefile |
| +1 | -0 | 1 files | |
Initial revision
| Version | Delta | File | |
|---|---|---|---|
| 1.1 | +35 | -0 | x11/xclicker/Makefile |
| 1.1 | +5 | -0 | x11/xclicker/pkg/PLIST |
| 1.1 | +2 | -0 | x11/xclicker/pkg/DESCR |
| 1.1 | +2 | -0 | x11/xclicker/distinfo |
| 1.1.1.1 | +0 | -0 | x11/xclicker/distinfo |
| 1.1.1.1 | +0 | -0 | x11/xclicker/pkg/DESCR |
| +44 | -0 | 2 files not shown | |
| +44 | -0 | 8 files | |
create_priority_list: fix the priority_len bounds check OK job@
| Version | Delta | File | |
|---|---|---|---|
| 1.38 | +9 | -9 | usr.sbin/dhcpd/options.c |
| 1.74 | +8 | -6 | usr.sbin/dhcpd/dhcpd.h |
| +17 | -15 | 2 files | |
Use pre-allocated extent region descriptors to prevent bus_dmamap_load(9) failures on a dmamap that was created with the BUS_DMA_ALLOCNOW flag. ok chris@, hshoexer@
| Version | Delta | File | |
|---|---|---|---|
| 1.16 | +33 | -37 | sys/dev/acpi/acpidmar.c |
| +33 | -37 | 1 files | |
Cache scrollbar options in window to avoid a slow lookup when working out visible ranges.
| Version | Delta | File | |
|---|---|---|---|
| 1.353 | +20 | -33 | usr.bin/tmux/window.c |
| 1.482 | +22 | -28 | usr.bin/tmux/server-client.c |
| 1.83 | +8 | -12 | usr.bin/tmux/layout.c |
| 1.147 | +5 | -10 | usr.bin/tmux/screen-redraw.c |
| 1.65 | +6 | -8 | usr.bin/tmux/cmd-resize-pane.c |
| 1.1382 | +8 | -5 | usr.bin/tmux/tmux.h |
| +69 | -96 | 2 files not shown | |
| +81 | -103 | 8 files | |
Allow :. in names again, forbidding them is overly pernickety. Only forbid invalid UTF-8 and #(.
| Version | Delta | File | |
|---|---|---|---|
| 1.221 | +4 | -18 | usr.bin/tmux/tmux.c |
| 1.263 | +7 | -9 | usr.bin/tmux/input.c |
| 1.1381 | +4 | -10 | usr.bin/tmux/tmux.h |
| 1.151 | +7 | -7 | usr.bin/tmux/cmd-new-session.c |
| 1.105 | +3 | -9 | usr.bin/tmux/screen.c |
| 1.70 | +4 | -4 | usr.bin/tmux/cmd-break-pane.c |
| +29 | -57 | 6 files not shown | |
| +47 | -75 | 12 files | |
icecast tweaks: fix daemon in rc script, zap outdated link from README Move -b to daemon instead of daemon_flags, so that icecast doesn't block the boot sequence if the admin forgets to specify -b in icecast_flags.
| Version | Delta | File | |
|---|---|---|---|
| 1.8 | +0 | -4 | net/icecast/pkg/README |
| 1.7 | +2 | -2 | net/icecast/pkg/icecast.rc |
| 1.75 | +1 | -1 | net/icecast/Makefile |
| +3 | -7 | 3 files | |
Add link=/nolink to styles to specific a hyperlink. GitHub issue 4280 from Moritz Angermann.
| Version | Delta | File | |
|---|---|---|---|
| 1.47 | +44 | -6 | usr.bin/tmux/style.c |
| 1.1113 | +24 | -2 | usr.bin/tmux/tmux.1 |
| 1.33 | +14 | -2 | usr.bin/tmux/format-draw.c |
| 1.1380 | +4 | -1 | usr.bin/tmux/tmux.h |
| 1.38 | +2 | -1 | usr.bin/tmux/tty-features.c |
| +88 | -12 | 5 files | |
Limit hyperlink URIs to 1024 bytes which seems enough and allows us not to have to worry about gigantic URIs in styles, part of a change from Moritz Angermann.
| Version | Delta | File | |
|---|---|---|---|
| 1.5 | +8 | -3 | usr.bin/tmux/hyperlinks.c |
| +8 | -3 | 1 files | |
vorbisgain: switch HOMEPAGE and SITES to HTTPS.
| Version | Delta | File | |
|---|---|---|---|
| 1.22 | +3 | -3 | audio/vorbisgain/Makefile |
| +3 | -3 | 1 files | |
Update xmj to 1.17.2.
| Version | Delta | File | |
|---|---|---|---|
| 1.29 | +2 | -2 | games/xmj/Makefile |
| 1.6 | +2 | -2 | games/xmj/distinfo |
| +4 | -4 | 2 files | |
Allow empty window and session names.
| Version | Delta | File | |
|---|---|---|---|
| 1.220 | +3 | -3 | usr.bin/tmux/tmux.c |
| +3 | -3 | 1 files | |
lang/gcc/16: update plist and bootstrap for mips64
| Version | Delta | File | |
|---|---|---|---|
| 1.8 | +3 | -3 | lang/gcc/16/Makefile |
| 1.5 | +2 | -2 | lang/gcc/16/distinfo |
| 1.3 | +3 | -1 | lang/gcc/16/pkg/PFRAG.mips64-main |
| +8 | -6 | 3 files | |
Update ruff to 0.15.20. From maintainer Laurent Cheylus, thanks!
| Version | Delta | File | |
|---|---|---|---|
| 1.15 | +80 | -80 | devel/ruff/distinfo |
| 1.15 | +39 | -39 | devel/ruff/crates.inc |
| 1.8 | +1 | -1 | devel/ruff/patches/patch-crates_ruff_db_Cargo_toml |
| 1.16 | +1 | -1 | devel/ruff/Makefile |
| +121 | -121 | 4 files | |
Update unifont to 17.0.05.
| Version | Delta | File | |
|---|---|---|---|
| 1.21 | +8 | -8 | fonts/unifont/distinfo |
| 1.24 | +1 | -1 | fonts/unifont/Makefile |
| +9 | -9 | 2 files | |
Add empty DEBUG_PACKAGES By espie, spotted by tb
| Version | Delta | File | |
|---|---|---|---|
| 1.13 | +1 | -0 | x11/qt5/qttranslations/Makefile |
| +1 | -0 | 1 files | |
Update p5-ack to 3.10.0.
| Version | Delta | File | |
|---|---|---|---|
| 1.24 | +2 | -2 | textproc/p5-ack/distinfo |
| 1.40 | +1 | -1 | textproc/p5-ack/Makefile |
| +3 | -3 | 2 files | |
update to icinga2-2.15.4 https://icinga.com/blog/icinga2-security-release-v2-16-2/
| Version | Delta | File | |
|---|---|---|---|
| 1.63.2.2 | +2 | -2 | net/icinga/core2/distinfo |
| 1.154.2.2 | +1 | -1 | net/icinga/core2/Makefile |
| +3 | -3 | 2 files | |
update to icinga2-2.16.2, from Alvar Penning https://icinga.com/blog/icinga2-security-release-v2-16-2/
| Version | Delta | File | |
|---|---|---|---|
| 1.66 | +2 | -2 | net/icinga/core2/distinfo |
| 1.158 | +1 | -1 | net/icinga/core2/Makefile |
| +3 | -3 | 2 files | |
update license marker, this isn't the usual GNU GPL, but a (similar but different) "NETHACK GENERAL PUBLIC LICENSE"
| Version | Delta | File | |
|---|---|---|---|
| 1.15 | +1 | -1 | games/nethack/3.6/Makefile |
| +1 | -1 | 1 files | |
update to nethack-3.6.7, from espie (maintainer)
| Version | Delta | File | |
|---|---|---|---|
| 1.5 | +16 | -5 | games/nethack/3.6/patches/patch-src_files_c |
| 1.14 | +2 | -3 | games/nethack/3.6/Makefile |
| 1.4 | +2 | -2 | games/nethack/3.6/distinfo |
| 1.6 | +1 | -1 | games/nethack/3.6/pkg/PLIST |
| +21 | -11 | 4 files | |
update to ices-2.0.3, from Andrew Kloet
| Version | Delta | File | |
|---|---|---|---|
| 1.37 | +4 | -20 | net/ices2/Makefile |
| 1.4 | +10 | -9 | net/ices2/patches/patch-configure_in |
| 1.4 | +8 | -7 | net/ices2/patches/patch-src_Makefile_am |
| 1.2 | +2 | -2 | net/ices2/files/im_sndio.h |
| 1.5 | +2 | -2 | net/ices2/distinfo |
| 1.7 | +1 | -1 | net/ices2/pkg/PLIST |
| +27 | -41 | 1 files not shown | |
| +27 | -41 | 7 files | |
fix test PLISTs to unbreak packaging on big-endian. from Brad, + I bumped REVISION-tests.
| Version | Delta | File | |
|---|---|---|---|
| 1.5 | +6 | -0 | databases/mariadb/pkg/PFRAG.le-tests |
| 1.75 | +0 | -6 | databases/mariadb/pkg/PLIST-tests |
| 1.167 | +1 | -0 | databases/mariadb/Makefile |
| +7 | -6 | 3 files | |
update to py3-lxml-6.1.1
| Version | Delta | File | |
|---|---|---|---|
| 1.25 | +2 | -2 | textproc/py-lxml/distinfo |
| 1.64 | +1 | -1 | textproc/py-lxml/Makefile |
| +3 | -3 | 2 files | |
update to gpgme-2.1.1
| Version | Delta | File | |
|---|---|---|---|
| 1.34 | +2 | -2 | security/gpgme/distinfo |
| 1.84 | +1 | -1 | security/gpgme/Makefile |
| +3 | -3 | 2 files | |