CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2023/03/29 21:05:01
Modified files:
usr.bin/ssh: sshsig.c
Log message:
return SSH_ERR_KEY_NOT_FOUND if the allowed_signers file is empty,
not SSH_ERR_INTERNAL_ERROR. Also remove some dead code spotted by
CVSROOT:/cvs
Module name:src
Changes by: dtuc...@cvs.openbsd.org 2023/03/29 18:49:37
Modified files:
usr.bin/ssh: monitor_wrap.c
Log message:
Remove dead code from inside if block. The only way the if statement can
be true is if both dup()s fail, and in that case the
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2023/03/29 13:34:49
Modified files:
sbin/fdisk : part.h part.c cmd.c
Log message:
Change 'type' to 'menuid' in various struct's, functions and
variables related to gpt partitions. Makes it clear that the
CVSROOT:/cvs
Module name:src
Changes by: o...@cvs.openbsd.org2023/03/29 13:09:04
Modified files:
usr.bin/mg : tags.c
Log message:
plug leak of tagpos in poptag() if loadbuffer() fails
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2023/03/29 11:40:24
Modified files:
distrib/miniroot: install.sub
Log message:
Quote possible 'none' answer as part of help text after question
'Default IPv4 route?' takes an IP or this word, not no IP at a
CVSROOT:/cvs
Module name:src
Changes by: clau...@cvs.openbsd.org 2023/03/29 11:03:29
Modified files:
usr.sbin/rpki-client: repo.c
Log message:
Instead of storing the short TAL name as repouri use the first TAL URI
for that. This is more in line with the other uses of repo
CVSROOT:/cvs
Module name:www
Changes by: bl...@cvs.openbsd.org 2023/03/29 10:55:36
Modified files:
. : errata71.html errata72.html
Log message:
Release xserver errata.
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2023/03/29 10:20:17
Modified files:
distrib/arm64/ramdisk: install.md
Log message:
Add missing semicolon to properly end switch case
There since introduction, lucked out since it is the last case.
No functi
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2023/03/29 09:55:34
Modified files:
sbin/fdisk : part.c
Log message:
No need to assume a nil GUID can be found at gpt_types[0]. Just
use uuid_create_nil().
No functional change.
CVSROOT:/cvs
Module name:src
Changes by: clau...@cvs.openbsd.org 2023/03/29 08:35:38
Modified files:
usr.sbin/bgpd : bgpd.h
Log message:
Mark the struct aid name as const char * since it points to static memory.
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2023/03/29 08:20:51
Modified files:
sbin/fdisk : cmd.c part.c
Log message:
Simplify code by having PRT_uuid_to_type() return -1 when
no type can be found. 0 is a valid type!
No functional change.
CVSROOT:/cvs
Module name:xenocara
Changes by: bl...@cvs.openbsd.org 2023/03/29 06:19:30
Modified files:
xserver/composite: Tag: OPENBSD_7_1 compwindow.c
Log message:
composite: Fix use-after-free of the COW
CVE-2023-1393, ZDI-CAN-19866
from matthieu@
this is errata/7.1
CVSROOT:/cvs
Module name:xenocara
Changes by: bl...@cvs.openbsd.org 2023/03/29 06:18:07
Modified files:
xserver/composite: Tag: OPENBSD_7_2 compwindow.c
Log message:
composite: Fix use-after-free of the COW
CVE-2023-1393, ZDI-CAN-19866
from matthieu@
this is errata/7.2
CVSROOT:/cvs
Module name:xenocara
Changes by: matth...@cvs.openbsd.org2023/03/29 06:12:13
Modified files:
xserver/composite: compwindow.c
Log message:
composite: Fix use-after-free of the COW
CVE-2023-1393, ZDI-CAN-19866
CVSROOT:/cvs
Module name:www
Changes by: na...@cvs.openbsd.org 2023/03/29 04:58:53
Modified files:
. : 73.html
Log message:
7.3 release: 9325 sparc64 packages
CVSROOT:/cvs
Module name:src
Changes by: clau...@cvs.openbsd.org 2023/03/29 04:46:11
Modified files:
usr.sbin/bgpd : rde.h rde_rib.c rde_update.c
Log message:
Switch prefix_adjout_get and new prefix_adjout_first to use a pt_entry
as argument instead of the bgpd_addr + pr
CVSROOT:/cvs
Module name:src
Changes by: o...@cvs.openbsd.org2023/03/29 04:42:34
Modified files:
usr.bin/mg : tags.c
Log message:
drop needless global tagsfn path
mg kept the path to the last loaded tag file in tagsfn which was used
for both the lazy loading (now
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2023/03/29 04:36:14
Modified files:
regress/lib/libcrypto/bn: bn_mod_exp.c
Log message:
Rework test failure printing
Make sure it's always printed to stderr. Use a wrapper for printing a
BIGNUM rather than
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2023/03/29 01:46:40
Modified files:
regress/lib/libcrypto/bn: bn_mod_exp.c
Log message:
Dedup print functions on test failure
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2023/03/29 01:38:16
Modified files:
regress/lib/libcrypto/bn: bn_mod_exp.c
Log message:
Fix printfs that escaped defensive grepping
CVSROOT:/cvs
Module name:src
Changes by: o...@cvs.openbsd.org2023/03/29 01:29:17
Modified files:
usr.bin/mg : mg.1 tags.c
Log message:
change tagvisit (aka visit-tag-table) to immediately load the tag file
before it used to only record the path to the tag file wh
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2023/03/29 01:29:11
Modified files:
regress/lib/libcrypto/bn: bn_mod_exp.c
Log message:
Dedup generate_test_triple() and generate_test_quintuple()
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2023/03/29 00:53:49
Modified files:
regress/lib/libcrypto/bn: bn_mod_exp.c
Log message:
Use more consistent names for the main test functions
23 matches
Mail list logo