CVS: cvs.openbsd.org: src

2021-04-02 Thread Damien Miller
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2021/04/02 23:54:14

Modified files:
usr.bin/ssh: chacha.h channels.h log.h servconf.h 

Log message:
whitespace (tab after space)



CVS: cvs.openbsd.org: src

2021-04-02 Thread Damien Miller
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2021/04/02 23:46:41

Modified files:
usr.bin/ssh: sshd.8 

Log message:
fix incorrect plural; from Ville Skyttä via GHPR#181



CVS: cvs.openbsd.org: src

2021-04-02 Thread Damien Miller
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2021/04/02 23:40:40

Modified files:
usr.bin/ssh: ssh.c 

Log message:
ensure that pkcs11_del_provider() is called before exit - some PKCS#11
providers get upset if C_Initialize is not matched with C_Finalize.

>From Adithya Baglody via GHPR#234; ok markus



CVS: cvs.openbsd.org: src

2021-04-02 Thread Damien Miller
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2021/04/02 23:28:43

Modified files:
usr.bin/ssh: sftp-server.c 

Log message:
unused variable



CVS: cvs.openbsd.org: src

2021-04-02 Thread Damien Miller
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2021/04/02 23:21:46

Modified files:
usr.bin/ssh: misc.c 

Log message:
Fix two problems in string->argv conversion: 1) multiple backslashes
were not being dequoted correctly and 2) quoted space in the middle
of a string was being incorrectly split.

A unit test for these cases has already been committed

prompted by and based on GHPR#223 by Eero Häkkinen; ok markus@



CVS: cvs.openbsd.org: src

2021-04-02 Thread Dave Voutila
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2021/04/02 13:07:18

Modified files:
usr.sbin/vmctl : main.c 

Log message:
Remove superflouus mmcpy()

Reported by Preben Guldberg. ok mlarkin@



CVS: cvs.openbsd.org: xenocara

2021-04-02 Thread Matthieu Herrb
CVSROOT:/cvs
Module name:xenocara
Changes by: matth...@cvs.openbsd.org2021/04/02 12:46:01

Modified files:
.  : MODULES 3RDPARTY 

Log message:
update



CVS: cvs.openbsd.org: xenocara

2021-04-02 Thread Matthieu Herrb
CVSROOT:/cvs
Module name:xenocara
Changes by: matth...@cvs.openbsd.org2021/04/02 12:44:20

Modified files:
app/xterm  : MANIFEST NEWS THANKS Tekproc.c charproc.c 
 configure.in ctlseqs.ms ctlseqs.txt data.h 
 fontutils.c fontutils.h graphics.c 
 graphics_regis.c html.c linedata.c main.c 
 menu.c menu.h misc.c print.c ptyx.h resize.c 
 screen.c svg.c terminfo trace.c util.c 
 version.h xterm.appdata.xml xterm.h 
 xterm.log.html xterm.man xtermcfg.hin 
app/xterm/package: xterm.spec 
app/xterm/package/debian: changelog 
app/xterm/package/freebsd: Makefile 
app/xterm/package/pkgsrc: Makefile 
app/xterm/vttests: 16colors.sh 8colors.sh acolors.sh 
   doublechars.sh dynamic.sh dynamic2.sh 
   fonts.sh other-sgr.sh resize.sh title.sh 

Log message:
Update to xterm 367. Tested by abieber@, dv@ and Trondd. Thanks.



CVS: cvs.openbsd.org: src

2021-04-02 Thread Claudio Jeker
CVSROOT:/cvs
Module name:src
Changes by: clau...@cvs.openbsd.org 2021/04/02 11:10:12

Modified files:
usr.sbin/rpki-client: http.c 

Log message:
In http_connect() if the connect was actually successful break out of the
for loop. Also in http_finish_connect() if the connect was successful
cleanup the addrinfo struct. It is no longer needed.
Found with deraadt@



CVS: cvs.openbsd.org: src

2021-04-02 Thread Theo de Raadt
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2021/04/02 10:41:36

Modified files:
usr.sbin/rpki-client: http.c 

Log message:
info gotten via getnameinfo in http_connect() is not used anymore, it is
old debugging gunk
ok claudio



CVS: cvs.openbsd.org: src

2021-04-02 Thread Otto Moerbeek
CVSROOT:/cvs
Module name:src
Changes by: o...@cvs.openbsd.org2021/04/02 08:20:57

Modified files:
regress/lib/libc/regex: tests 

Log message:
Two cases of BRE involving counts and backrefs that go wrong and
similar that have no isssues. Reported by Michael Paoli.  Failing
cases commented out for now.



CVS: cvs.openbsd.org: src

2021-04-02 Thread Claudio Jeker
CVSROOT:/cvs
Module name:src
Changes by: clau...@cvs.openbsd.org 2021/04/02 05:35:05

Modified files:
usr.sbin/rpki-client: http.c 

Log message:
Include the default cert.pem file path in tls_load_file error message.
Should help for -portable where sometimes the cert.pem is missing.



CVS: cvs.openbsd.org: src

2021-04-02 Thread Inoguchi Kinichiro
CVSROOT:/cvs
Module name:src
Changes by: inogu...@cvs.openbsd.org2021/04/02 04:19:20

Modified files:
usr.bin/openssl: s_cb.c 

Log message:
Show DTLS1.2 message with openssl(1) s_server and s_client

ok jsing@ tb@



CVS: cvs.openbsd.org: src

2021-04-02 Thread Theo Buehler
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2021/04/02 02:07:47

Modified files:
usr.sbin/rpki-client: rrdp_notification.c 

Log message:
Don't leak the uri of a delta with duplicate serial.

ok claudio deraadt



CVS: cvs.openbsd.org: src

2021-04-02 Thread Eric Faurot
CVSROOT:/cvs
Module name:src
Changes by: e...@cvs.openbsd.org2021/04/02 01:00:30

Modified files:
lib/libc/asr   : asr_debug.c 

Log message:
swap rname and mname in debug output, and handle the USE_CD flag

from Boudewijn Dijkstra



CVS: cvs.openbsd.org: src

2021-04-02 Thread Florian Obser
CVSROOT:/cvs
Module name:src
Changes by: flor...@cvs.openbsd.org 2021/04/02 00:44:24

Removed files:
usr.sbin/nsd   : configyyrename.h 

Log message:
configyyrename.h is no longer needed with the switch to flex -P c_.
This was also removed upstream.
OK sthen



CVS: cvs.openbsd.org: src

2021-04-02 Thread Florian Obser
CVSROOT:/cvs
Module name:src
Changes by: flor...@cvs.openbsd.org 2021/04/02 00:37:40

Modified files:
usr.bin/dig/lib/dns: rdata.c 
usr.bin/dig/lib/dns/include/dns: types.h 
Added files:
usr.bin/dig/lib/dns/rdata/generic: zonemd_63.c 

Log message:
Implement ZONEMD (RFC8976), based on DS (ds_43.c)
OK sthen



CVS: cvs.openbsd.org: src

2021-04-02 Thread Eric Faurot
CVSROOT:/cvs
Module name:src
Changes by: e...@cvs.openbsd.org2021/04/02 00:30:55

Modified files:
usr.sbin/smtpd : mta.c 

Log message:
if cipher list is not specified for a relay action, use the global
cipher list if defined. otherwise fallback to libtls default.

ok millert@



CVS: cvs.openbsd.org: src

2021-04-02 Thread Jason McIntyre
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2021/04/02 00:11:01

Modified files:
usr.sbin/rpki-client: rpki-client.8 

Log message:
fix sentence structure;



CVS: cvs.openbsd.org: src

2021-04-02 Thread Jason McIntyre
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2021/04/02 00:09:44

Modified files:
share/man/man4/man4.amd64: vmm.4 

Log message:
tweak previous;