CVS: cvs.openbsd.org: src

2021-12-03 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2021/12/04 00:58:10 Modified files: regress/lib/libcrypto/sha256: sha256test.c Log message: Explicitly free EVP_MD_CTX to appease asan. Reported by Ilya Shipitsin.

CVS: cvs.openbsd.org: src

2021-12-03 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2021/12/04 00:31:38 Modified files: usr.sbin/adduser: adduser.8 Log message: list backup files created by adduser; from leon fischer adjust list width to make it all fit

CVS: cvs.openbsd.org: src

2021-12-03 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2021/12/04 00:27:38 Modified files: share/man/man4 : iwx.4 Log message: update the firmware file list, helped by stsp;

CVS: cvs.openbsd.org: src

2021-12-03 Thread Anton Lindqvist
CVSROOT:/cvs Module name:src Changes by: an...@cvs.openbsd.org 2021/12/04 00:01:59 Modified files: sys/dev/usb: usb_subr.c Log message: Consolidate error paths in usbd_new_device, shaving of 14 lines. ok bluhm@

CVS: cvs.openbsd.org: src

2021-12-03 Thread Florian Obser
CVSROOT:/cvs Module name:src Changes by: flor...@cvs.openbsd.org 2021/12/03 23:52:58 Modified files: usr.sbin/httpd : proc.c Log message: Do not setup pipes between SERVER processes, they don't talk to each other. Since this generates a full mesh, the amount of filedescri

CVS: cvs.openbsd.org: src

2021-12-03 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2021/12/03 22:15:09 Modified files: regress/lib/libcrypto/ec: Makefile Added files: regress/lib/libcrypto/ec: ec_asn1_test.c Log message: Add regress for ECPKParameters ASN.1 encoding/decoding.

CVS: cvs.openbsd.org: src

2021-12-03 Thread Christian Weisgerber
CVSROOT:/cvs Module name:src Changes by: na...@cvs.openbsd.org 2021/12/03 17:05:40 Modified files: usr.bin/ssh: sshd_config.5 Log message: RSA/SHA-1 is not used by default anymore on the server

CVS: cvs.openbsd.org: src

2021-12-03 Thread SASANO Takayoshi
CVSROOT:/cvs Module name:src Changes by: u...@cvs.openbsd.org2021/12/03 12:22:43 Modified files: sys/dev/fdt: ehci_fdt.c sxiccmu.c sxiccmu_clocks.h Log message: add Allwinner H6 support ok kettenis@

CVS: cvs.openbsd.org: src

2021-12-03 Thread SASANO Takayoshi
CVSROOT:/cvs Module name:src Changes by: u...@cvs.openbsd.org2021/12/03 12:17:27 Modified files: sys/dev/fdt: axppmic.c Log message: support AXP805 PMIC ok kettenis@

CVS: cvs.openbsd.org: src

2021-12-03 Thread SASANO Takayoshi
CVSROOT:/cvs Module name:src Changes by: u...@cvs.openbsd.org2021/12/03 12:16:29 Modified files: sys/arch/arm64/conf: GENERIC Log message: - support I2C connected PMIC, add "early 1" to sxitwi. - support axppmic via iic ok kettenis@

CVS: cvs.openbsd.org: src

2021-12-03 Thread Tobias Heider
CVSROOT:/cvs Module name:src Changes by: to...@cvs.openbsd.org 2021/12/03 12:04:49 Modified files: sys/net: pfkeyv2.c sys/netinet: ip_ipsp.c ip_ipsp.h Log message: Add tdb_delete_locked() to replace duplicate tdb deletion code in pfkey_flush(). ok

CVS: cvs.openbsd.org: src

2021-12-03 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2021/12/03 11:23:41 Modified files: sys/dev/fdt: bcm2711_pcie.c Log message: Perform DMA address translation if required. ok patrick@

CVS: cvs.openbsd.org: src

2021-12-03 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2021/12/03 10:27:34 Modified files: lib/libcrypto/asn1: tasn_dec.c Log message: Replace asn1_tlc_clear and asn1_tlc_clear_nc macros with a function. Call the replacement asn1_tlc_invalidate() since it does

CVS: cvs.openbsd.org: src

2021-12-03 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2021/12/03 10:23:16 Modified files: lib/libcrypto/asn1: tasn_dec.c Log message: Group and sort includes.

CVS: cvs.openbsd.org: src

2021-12-03 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2021/12/03 10:22:10 Modified files: lib/libcrypto/asn1: tasn_dec.c Log message: Call asn1_item_ex_d2i() directly from ASN1_item_d2i() ASN1_item_ex_d2i() is just a wrapper around the internal asn1_item_ex_d2

CVS: cvs.openbsd.org: src

2021-12-03 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2021/12/03 10:18:34 Modified files: sys/net: if_bridge.c sys/netinet: ip_output.c ip_spd.c sys/netinet6 : ip6_forward.c ip6_output.c Log message: Add TDB reference counting to

CVS: cvs.openbsd.org: src

2021-12-03 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2021/12/03 10:10:49 Modified files: lib/libcrypto/asn1: tasn_prn.c Log message: Convert ASN1_PCTX_new() to calloc(). Rather than using malloc() and then initialising all struct members to zero values, use c

CVS: cvs.openbsd.org: src

2021-12-03 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2021/12/03 10:07:53 Modified files: lib/libcrypto/asn1: x_crl.c Log message: Use calloc() for X509_CRL_METHOD_new() instead of malloc(). This ensures that if any members are added to this struct, they will

CVS: cvs.openbsd.org: src

2021-12-03 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2021/12/03 10:03:54 Modified files: lib/libcrypto/asn1: asn1_lib.c Log message: Rewrite ASN1_STRING_cmp(). This removes nested ifs and uses more sensible variable names. ok schwarze@ tb@

CVS: cvs.openbsd.org: src

2021-12-03 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2021/12/03 10:01:07 Modified files: lib/libcrypto/asn1: asn1_lib.c Log message: Convert ASN1_STRING_type_new() to calloc(). Rather than using malloc() and then initialising all struct members, use calloc()

CVS: cvs.openbsd.org: src

2021-12-03 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2021/12/03 09:58:11 Modified files: lib/libcrypto/asn1: a_object.c Log message: Convert ASN1_OBJECT_new() to calloc(). Rather than using malloc() and then initialising all struct members, use calloc() and o

CVS: cvs.openbsd.org: src

2021-12-03 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2021/12/03 09:46:50 Modified files: lib/libcrypto/asn1: x_pubkey.c lib/libcrypto/x509: x_all.c Log message: Convert {i2d,d2i}_{,EC_,DSA_,RSA_}PUBKEY{,_bio,_fp}() to templated ASN1 These functions p

CVS: cvs.openbsd.org: src

2021-12-03 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2021/12/03 08:15:22 Modified files: usr.bin/lam: lam.c Log message: Fixed-size NOFILE_MAX (from sys/param.h of course) array is crazy, so rewrite to expand the array as needed. ok tb

CVS: cvs.openbsd.org: src

2021-12-03 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2021/12/03 07:32:08 Modified files: sys/dev/pci: if_iwx.c Log message: Switch iwx(4) to new -67 firmware images. iwx-firmware-20211101 must be installed with fw_update(1) before booting a new kernel. sy

CVS: cvs.openbsd.org: src

2021-12-03 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2021/12/03 07:19:57 Modified files: lib/libcrypto/evp: pmeth_lib.c Log message: Use calloc() in EVP_PKEY_meth_new() instead of malloc() and setting almost all members to 0. Just set the two things that need

CVS: cvs.openbsd.org: src

2021-12-03 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2021/12/03 07:18:06 Modified files: lib/libcrypto/asn1: ameth_lib.c lib/libcrypto/evp: pmeth_lib.c Log message: Fix EVP_PKEY_{asn1,meth}_copy once and for all It is very easy to forget to copy over

CVS: cvs.openbsd.org: src

2021-12-03 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2021/12/03 07:15:07 Modified files: distrib/sets/lists/base: mi Log message: Revert previous Those scripts are not hooked up to the build yet; I assumed they were without checking, my bad. Reminded by dera

CVS: cvs.openbsd.org: src

2021-12-03 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2021/12/03 06:17:32 Modified files: sys/dev/pci: if_iwx.c Log message: Disable probe requests during scans in iwx(4) again. While this is working well for many, some people see device timeouts when usin

CVS: cvs.openbsd.org: src

2021-12-03 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2021/12/03 05:56:19 Modified files: usr.sbin/rpki-client: roa.c Log message: Apply the same MAX_IP_SIZE limit to ROA files as it is done on certificates. OK job@ tb@

CVS: cvs.openbsd.org: src

2021-12-03 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2021/12/03 05:43:17 Modified files: sys/dev/pci: if_iwm.c if_iwmvar.h Log message: Implement a bgscan_done() handler for iwm(4). Required to prevent breakage of roaming with new Intel firmware on 9k dev

CVS: cvs.openbsd.org: src

2021-12-03 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2021/12/03 05:42:39 Modified files: sys/dev/pci: if_iwx.c if_iwxvar.h Log message: Implement a bgscan_done() handler for iwx(4). Fixes roaming-related hangs observed by jmc@. Tested: ax200: jmc, stsp

CVS: cvs.openbsd.org: src

2021-12-03 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2021/12/03 05:41:36 Modified files: sys/net80211 : ieee80211_node.c ieee80211_node.h ieee80211_proto.c ieee80211_var.h Log message: Introduce an optional driver-specific bgscan_do

CVS: cvs.openbsd.org: src

2021-12-03 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2021/12/03 05:40:15 Modified files: sys/net80211 : ieee80211_input.c Log message: Ignore ADDBA requests from our AP while we are roaming away from it. Noticed while testing iwm/iwx roaming patches, where

CVS: cvs.openbsd.org: src

2021-12-03 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2021/12/03 04:47:23 Modified files: distrib/sets/lists/base: mi Log message: Ship mpi's helpers, see share/btrace/Makefile r1.1: --- Provide common btrace(8) scripts . kprofile.bt - to save kernel stackfram

CVS: cvs.openbsd.org: xenocara

2021-12-03 Thread Jonathan Gray
CVSROOT:/cvs Module name:xenocara Changes by: j...@cvs.openbsd.org2021/12/03 02:34:04 Modified files: xserver/glamor : glamor_program.c Log message: don't free uninitialised pointers in glamor Attempting to run fvwm on a x61/965gm with xserver 1.21.1 with the modeset

CVS: cvs.openbsd.org: src

2021-12-03 Thread Job Snijders
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2021/12/03 01:40:07 Modified files: usr.sbin/rpki-client: rpki-client.8 Log message: Clarify manpage OK claudio@