CVS: cvs.openbsd.org: src

2022-12-15 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2022/12/16 00:13:22 Modified files: usr.bin/ssh: scp.1 Log message: Mention that scp uses the SFTP protocol and remove reference to legacy flag. Spotted by, feedback and ok jmc@

CVS: cvs.openbsd.org: src

2022-12-15 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2022/12/15 23:56:47 Modified files: usr.bin/ssh: sshd.c Log message: Clear signal mask early in main(); sshd may have been started with one or more signals masked (sigprocmask(2) is not cleared on fork/e

CVS: cvs.openbsd.org: src

2022-12-15 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2022/12/15 23:52:48 Modified files: usr.bin/ssh: scp.c sftp.c Log message: add -X to usage();

CVS: cvs.openbsd.org: src

2022-12-15 Thread Andrew Fresh
CVSROOT:/cvs Module name:src Changes by: afre...@cvs.openbsd.org 2022/12/15 21:04:25 Modified files: etc: netstart distrib/miniroot: install.sub share/man/man5 : hostname.if.5 Log message: Prioritize lladdr over name/unit in hostname.if proce

CVS: cvs.openbsd.org: src

2022-12-15 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2022/12/15 20:40:03 Modified files: usr.bin/ssh: sftp.c sftp.1 sftp-client.c scp.c scp.1 Log message: add a -X option to both scp(1) and sftp(1) to allow control over some SFTP protocol knobs: the copy b

CVS: cvs.openbsd.org: src

2022-12-15 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2022/12/15 20:14:52 Modified files: libexec/ld.so : loader.c Log message: delete // debug comment chunks. If anyone wants to debug ld.so and runs into a mimmutable related concern, you want to undo this re

CVS: cvs.openbsd.org: src

2022-12-15 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2022/12/15 19:05:45 Modified files: sys/net: pf.c pfvar.h pfvar_priv.h Log message: always keep pf_state_keys attached to pf_states. pf_state structures don't contain ip addresses, protocols, ports,

CVS: cvs.openbsd.org: src

2022-12-15 Thread Todd C . Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2022/12/15 12:36:45 Modified files: usr.sbin/vmd : priv.c Log message: priv_validgroup: do not read more than IF_NAMESIZE chars of name Store the length locally instead of computing it multiple times. OK d

CVS: cvs.openbsd.org: src

2022-12-15 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2022/12/15 11:20:39 Modified files: usr.bin/ssh: misc.c Log message: The idiomatic way of coping with signed char vs unsigned char (which did not come from stdio read functions) in the presence of ctype

CVS: cvs.openbsd.org: src

2022-12-15 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2022/12/15 10:36:56 Modified files: usr.sbin/acme-client: revokeproc.c Log message: acme-client: use timegm() instead of mktime() Times in certificates are all expressed in Zulu time, so calling the time zo

CVS: cvs.openbsd.org: src

2022-12-15 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2022/12/15 10:20:48 Modified files: lib/libcrypto/man: X25519.3 Log message: In curve25519.h rev. 1.4 to 1.7, tb@ and jsing@ provided ED25519_keypair(3), ED25519_sign(3), and ED25519_verify(3). Docum

CVS: cvs.openbsd.org: src

2022-12-15 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2022/12/15 09:59:04 Modified files: usr.sbin/acme-client: revokeproc.c Log message: acme-client: use ASN1_TIME_to_tm() There is a hand-rolled, only minimally checked implementation converting an ASN1_TIME i

CVS: cvs.openbsd.org: www

2022-12-15 Thread Alexander Bluhm
CVSROOT:/cvs Module name:www Changes by: bl...@cvs.openbsd.org 2022/12/15 09:26:43 Modified files: . : errata71.html errata72.html Log message: Release acme errata.

CVS: cvs.openbsd.org: src

2022-12-15 Thread Dave Voutila
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2022/12/15 09:01:40 Modified files: usr.sbin/vmd : priv.c vmd.c Log message: Add explicit casts to ctype functions in vmd(8). OK millert@

CVS: cvs.openbsd.org: src

2022-12-15 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2022/12/15 08:55:36 Modified files: usr.sbin/acme-client: Tag: OPENBSD_7_1 revokeproc.c Log message: Continue loop if no match found; avoids an OOB write. ok florian@ tb@ from otto@ this is errata/7.1/017_a

CVS: cvs.openbsd.org: src

2022-12-15 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2022/12/15 08:55:10 Modified files: usr.sbin/acme-client: Tag: OPENBSD_7_2 revokeproc.c Log message: Continue loop if no match found; avoids an OOB write. ok florian@ tb@ from otto@ this is errata/7.2/012_a

CVS: cvs.openbsd.org: src

2022-12-15 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2022/12/15 05:04:59 Modified files: regress/usr.sbin/rpki-client: Makefile.inc Added files: regress/usr.sbin/rpki-client: repo-dummy.c Log message: Add shim functions for repo code introduced by the

CVS: cvs.openbsd.org: src

2022-12-15 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2022/12/15 05:02:29 Modified files: usr.sbin/rpki-client: Makefile aspa.c extern.h main.c output-json.c output.c parser.c repo.c roa.c rpki-client.

CVS: cvs.openbsd.org: src

2022-12-15 Thread Florian Obser
CVSROOT:/cvs Module name:src Changes by: flor...@cvs.openbsd.org 2022/12/15 01:07:03 Modified files: usr.sbin/ocspcheck: http.c Log message: The argument to ctype functions must be EOF or representable as an unsigned char. Casting to int is particularly useless because t

CVS: cvs.openbsd.org: src

2022-12-15 Thread Florian Obser
CVSROOT:/cvs Module name:src Changes by: flor...@cvs.openbsd.org 2022/12/15 01:06:13 Modified files: usr.sbin/acme-client: parse.y Log message: The argument to ctype functions must be EOF or representable as an unsigned char. Casting to int is particularly useless becaus