CVS: cvs.openbsd.org: src

2022-11-30 Thread Florian Obser
CVSROOT:/cvs Module name:src Changes by: flor...@cvs.openbsd.org 2022/12/01 00:34:06 Modified files: sbin/ping : ping.c Log message: Oops, the tweak was not correct, go with my original version. Pointed out by tb.

CVS: cvs.openbsd.org: src

2022-11-30 Thread Florian Obser
CVSROOT:/cvs Module name:src Changes by: flor...@cvs.openbsd.org 2022/12/01 00:11:17 Modified files: sbin/ping : ping.c Log message: Make sure the length of an unknown IP option is sensible. For example, an unknown option with length 0 would result in an infinite lo

CVS: cvs.openbsd.org: src

2022-11-30 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2022/11/30 22:33:55 Modified files: lib/libcrypto/man: X509_VERIFY_PARAM_set_flags.3 Log message: Mark the X509_V_FLAG_CB_ISSUER_CHECK flag as deprecated

CVS: cvs.openbsd.org: src

2022-11-30 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2022/11/30 22:27:04 Modified files: lib/libcrypto/x509: x509_vfy.h Log message: Annotate X509_V_FLAG_CB_ISSUER_CHECK as deprecated and unused

CVS: cvs.openbsd.org: src

2022-11-30 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2022/11/30 22:20:30 Modified files: lib/libcrypto/x509: x509_vfy.c Log message: Retire X509_V_FLAG_CB_ISSUER_CHECK This flag has been deprecated in OpenSSL 1.1 and has not had an effect since. This way we c

CVS: cvs.openbsd.org: src

2022-11-30 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2022/11/30 22:16:08 Modified files: lib/libcrypto/x509: x509_vfy.c x509_vfy.h lib/libcrypto/hidden/openssl: x509_vfy.h Log message: Getters and setters for the check_issued() callback Open62541 use

CVS: cvs.openbsd.org: src

2022-11-30 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2022/11/30 19:58:31 Modified files: lib/libcrypto/bn: bn_gcd.c lib/libcrypto/gost: gostr341001.c Log message: BN_one() can fail, check its return value. ok tb@

CVS: cvs.openbsd.org: src

2022-11-30 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2022/11/30 19:58:40 Modified files: regress/lib/libcrypto/exp: exptest.c Log message: BN_one() can fail, check its return value.

CVS: cvs.openbsd.org: src

2022-11-30 Thread Darren Tucker
CVSROOT:/cvs Module name:src Changes by: dtuc...@cvs.openbsd.org 2022/11/30 19:22:13 Modified files: regress/usr.bin/ssh: Makefile Log message: Clean up ssh-add and ssh-agent logs.

CVS: cvs.openbsd.org: src

2022-11-30 Thread Darren Tucker
CVSROOT:/cvs Module name:src Changes by: dtuc...@cvs.openbsd.org 2022/11/30 19:19:29 Modified files: regress/usr.bin/ssh: agent-getpeereid.sh Log message: Log output of ssh-agent and ssh-add to make debugging easier.

CVS: cvs.openbsd.org: src

2022-11-30 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2022/11/30 17:26:15 Modified files: sys/arch/amd64/amd64: acpi_wakecode.S copy.S locore.S locore0.S mptramp.S spl.S vector.S vmm_support.S sys/arch/amd64/include

CVS: cvs.openbsd.org: src

2022-11-30 Thread Todd C . Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2022/11/30 10:59:47 Modified files: share/zoneinfo/datfiles: africa asia backward europe iso3166.tab northamerica southamerica zone.tab zone1

CVS: cvs.openbsd.org: src

2022-11-30 Thread Scott Soule Cheloha
CVSROOT:/cvs Module name:src Changes by: chel...@cvs.openbsd.org 2022/11/30 07:56:45 Modified files: usr.bin/midicat: midicat.c Log message: midicat.c: add missing CVS tag; ok millert@

CVS: cvs.openbsd.org: src

2022-11-30 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2022/11/30 07:01:02 Modified files: sys/netinet6 : in6.c Log message: Unlock nd6_ioctl(), push kernel lock into in6_ioctl_{get,change_ifaddr}() Neighbour Discovery information is protected by the net lock

CVS: cvs.openbsd.org: src

2022-11-30 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2022/11/30 06:58:39 Modified files: sys/kern : uipc_syscalls.c Log message: Use shared socket/net lock for IP sockets so{,un}lock_shared() take the shared net lock for PF_INET and PF_INET6 while stick

CVS: cvs.openbsd.org: src

2022-11-30 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2022/11/30 05:42:24 Modified files: sbin/iked : crypto.c Log message: Switch idiom of d2i_ECDSA_SIG() invocation Instead of the discouraged obj = NULL; d2i_ECDSA_SIG(&obj, ...); use the recommended obj

CVS: cvs.openbsd.org: src

2022-11-30 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2022/11/30 03:47:31 Modified files: regress/lib: Makefile Log message: Link libkeynote to regress.

CVS: cvs.openbsd.org: src

2022-11-30 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2022/11/30 03:47:05 Added files: regress/lib/libkeynote: Makefile Log message: Resurrect the libkeynote testsuite This was part of the lib/libkeynote/Makefile.in r1.12 removed in 2004 by msf. It would have

CVS: cvs.openbsd.org: src

2022-11-30 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2022/11/30 03:43:23 src/regress/lib/libkeynote Update of /cvs/src/regress/lib/libkeynote In directory cvs.openbsd.org:/tmp/cvs-serv79019/libkeynote Log Message: Directory /cvs/src/regress/lib/libkeynote added to the

CVS: cvs.openbsd.org: src

2022-11-30 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2022/11/30 03:40:23 Modified files: lib/libkeynote : signature.c Log message: Passing preallocated keys to d2i_RSAPublicKey() does not work anymore with LibreSSL. This caused a crash in isakmpd with libkeyn

CVS: cvs.openbsd.org: src

2022-11-30 Thread Vitaliy Makkoveev
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2022/11/30 03:21:29 Modified files: sys/kern : init_sysent.c syscalls.c sys/sys: syscall.h syscallargs.h Log message: regen

CVS: cvs.openbsd.org: src

2022-11-30 Thread Vitaliy Makkoveev
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2022/11/30 03:20:37 Modified files: sys/kern : syscalls.master Log message: Unlock getsockopt(2) and setsockopt(2). Unlock them both because at protocol layer they follow the same (*pr_ctloutput)() han

CVS: cvs.openbsd.org: src

2022-11-30 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2022/11/30 03:15:01 Modified files: usr.sbin/bgpctl: ometric.c ometric.h output_ometric.c Log message: Pass a FILE pointer to ometric_output_all() and use fprintf() instead of printing to stdout by default.

CVS: cvs.openbsd.org: src

2022-11-30 Thread Patrick Wildt
CVSROOT:/cvs Module name:src Changes by: patr...@cvs.openbsd.org 2022/11/30 02:52:13 Modified files: sys/dev/fdt: qcpwm.c Log message: Provide default address for qcpwm(4), as Linux upstream removed it from the device tree.

CVS: cvs.openbsd.org: src

2022-11-30 Thread Job Snijders
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2022/11/30 02:12:50 Modified files: usr.sbin/rpki-client: gbr.c Log message: Remove unused includes OK claudio@

CVS: cvs.openbsd.org: src

2022-11-30 Thread Job Snijders
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2022/11/30 02:12:34 Modified files: usr.sbin/rpki-client: cert.c Log message: Remove unused includes OK claudio@

CVS: cvs.openbsd.org: src

2022-11-30 Thread Job Snijders
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2022/11/30 02:03:44 Modified files: usr.sbin/rpki-client: crl.c Log message: Remove unused includes OK claudio@

CVS: cvs.openbsd.org: src

2022-11-30 Thread Job Snijders
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2022/11/30 02:02:58 Modified files: usr.sbin/rpki-client: tal.c Log message: Remove unused include OK claudio@

CVS: cvs.openbsd.org: src

2022-11-30 Thread Job Snijders
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2022/11/30 01:17:21 Modified files: usr.sbin/rpki-client: as.c cert.c crl.c validate.c x509.c Log message: Remove unused sys/socket.h include OK claudio@

CVS: cvs.openbsd.org: src

2022-11-30 Thread Job Snijders
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2022/11/30 01:16:10 Modified files: usr.sbin/rpki-client: tal.c main.c mft.c Log message: Remove unused ctype.h include OK tb@