CVS: cvs.openbsd.org: src

2023-05-03 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/05/03 23:59:38 Modified files: lib/libcrypto/ec: ec_asn1.c Log message: Fix line wrapping

CVS: cvs.openbsd.org: src

2023-05-03 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/05/03 23:57:18 Modified files: lib/libcrypto/ec: ec_asn1.c Log message: Fix function name in doc comment

CVS: cvs.openbsd.org: src

2023-05-03 Thread Kevin Lo
CVSROOT:/cvs Module name:src Changes by: ke...@cvs.openbsd.org 2023/05/03 23:38:50 Modified files: sys/dev/pci: pcidevs.h pcidevs_data.h Log message: regen

CVS: cvs.openbsd.org: src

2023-05-03 Thread Kevin Lo
CVSROOT:/cvs Module name:src Changes by: ke...@cvs.openbsd.org 2023/05/03 23:38:17 Modified files: sys/dev/pci: pcidevs Log message: Add another Lenovo NVMe device id found in my ThinkPad X1 Extreme Gen 1. ok miod@

CVS: cvs.openbsd.org: src

2023-05-03 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2023/05/03 16:03:18 Modified files: share/man/man4/man4.amd64: intro.4 share/man/man4/man4.arm64: intro.4 share/man/man4/man4.armv7: intro.4 share/man/man4/man4.i386: intro.4

CVS: cvs.openbsd.org: src

2023-05-03 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2023/05/03 15:56:13 Modified files: share/man/man4/man4.arm64: intro.4 share/man/man4/man4.armv7: intro.4 Log message: add onewire(4); ok miod

CVS: cvs.openbsd.org: src

2023-05-03 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2023/05/03 09:25:25 Modified files: sys/dev/fdt: dwpcie.c Log message: avoid use after free ok miod@ millert@

CVS: cvs.openbsd.org: src

2023-05-03 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2023/05/03 08:29:57 Modified files: usr.bin/doas : doas.conf.5 Log message: Improve setenv markup - braces are not commands, use 'Brq' - markup variable and value each, leave = (like mdoc(7) 'Ns'

CVS: cvs.openbsd.org: src

2023-05-03 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2023/05/03 05:43:31 Modified files: sys/netinet6 : nd6.c Log message: Some checks in nd6_resolve() do not require kernel lock. The analog code for ARP has been unlocked a while ago. OK kn@

CVS: cvs.openbsd.org: src

2023-05-03 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2023/05/03 04:32:48 Modified files: sys/net: pf.c pf_ioctl.c Log message: Remove net lock from DIOCGETRULESET and DIOCGETRULESETS Both walk the list of rulesets aka. anchors, to yield a total count

CVS: cvs.openbsd.org: src

2023-05-03 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/05/03 04:22:30 Modified files: usr.sbin/rpki-client: filemode.c Log message: Fix a use-after-free in filemode In case the TAL of a self-signed is unavailable, cert would be freed but we'd still hold a

CVS: cvs.openbsd.org: src

2023-05-03 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2023/05/03 03:54:25 Modified files: usr.sbin/rpki-client: output-json.c Log message: Convert json_do_printf() with "%s" a fmt string to json_do_string(). OK tb@

CVS: cvs.openbsd.org: src

2023-05-03 Thread Bob Beck
CVSROOT:/cvs Module name:src Changes by: b...@cvs.openbsd.org2023/05/03 02:10:23 Modified files: lib/libcrypto/man: X509_NAME_get_index_by_NID.3 lib/libcrypto/x509: x509name.c regress/lib/libcrypto/x509: x509_asn1.c Log message: Revert utf-8 fix for

CVS: cvs.openbsd.org: src

2023-05-03 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2023/05/03 01:56:06 Modified files: usr.sbin/rpki-client: json.c json.h Log message: Introduce json_do_string() a function that JSON escapes a string. Implement json_do_printf() using json_do_string() and

CVS: cvs.openbsd.org: src

2023-05-03 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2023/05/03 01:51:08 Modified files: usr.sbin/rpki-client: rrdp.c Log message: On read failure just abort the rrdp request. Before a read error would not be removed from the poll fds and trigger constantly.

CVS: cvs.openbsd.org: src

2023-05-03 Thread Bob Beck
CVSROOT:/cvs Module name:src Changes by: b...@cvs.openbsd.org2023/05/03 01:13:18 Modified files: lib/libcrypto/x509: x509name.c Log message: Bring back length check tb ok'ed and I managed to remove while changing tests. ok tb@

CVS: cvs.openbsd.org: src

2023-05-03 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/05/03 00:30:12 Modified files: lib/libcrypto/ec: ec_asn1.c Log message: Fix a few KNF/whitespace issues