CVS: cvs.openbsd.org: src

2020-11-27 Thread Florian Obser
CVSROOT:/cvs Module name:src Changes by: flor...@cvs.openbsd.org 2020/11/28 00:59:26 Modified files: sbin/slaacd: frontend.c Log message: An interface might have disappeared or switched rdomains while we waited for a FD. It's not a fatal condition if it arrives late.

CVS: cvs.openbsd.org: src

2020-11-27 Thread Florian Obser
CVSROOT:/cvs Module name:src Changes by: flor...@cvs.openbsd.org 2020/11/28 00:58:51 Modified files: sbin/slaacd: frontend.c Log message: Reduce code duplication by introducing unref_icmp6ev(). OK tb

CVS: cvs.openbsd.org: src

2020-11-27 Thread Florian Obser
CVSROOT:/cvs Module name:src Changes by: flor...@cvs.openbsd.org 2020/11/28 00:58:19 Modified files: sbin/slaacd: frontend.c Log message: Handle the case of an autoconf interface changing its rdomain. To avoide code duplication have get_icmp6ev_by_rdomain() either

CVS: cvs.openbsd.org: src

2020-11-27 Thread Jonathan Matthew
CVSROOT:/cvs Module name:src Changes by: jmatt...@cvs.openbsd.org2020/11/27 23:33:55 Modified files: usr.bin/dig/lib/isc: sockaddr.c Log message: Use IN_MULTICAST correctly, so it checks the IP address rather than the pointer to it. ok florian@

CVS: cvs.openbsd.org: src

2020-11-27 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2020/11/27 20:28:00 Modified files: usr.bin/ssh: session.c Log message: check result of strchr() against NULL rather than searched-for characters; from zhongju...@huawei.com

CVS: cvs.openbsd.org: src

2020-11-27 Thread Tobias Heider
CVSROOT:/cvs Module name:src Changes by: to...@cvs.openbsd.org 2020/11/27 14:48:38 Modified files: sbin/iked : ikev2.c Log message: Remove redundant state change. ikev2_ikesa_delete() sets the correct state.

CVS: cvs.openbsd.org: src

2020-11-27 Thread Marcus Glocker
CVSROOT:/cvs Module name:src Changes by: mgloc...@cvs.openbsd.org2020/11/27 13:41:21 Modified files: sys/dev/usb: ehci.c Log message: Unleash curlen check from DIAGNOSTIC block, and change the related printf's to DPRINTF's. >From Mikolaj Kucharski

CVS: cvs.openbsd.org: src

2020-11-27 Thread Stuart Henderson
CVSROOT:/cvs Module name:src Changes by: st...@cvs.openbsd.org 2020/11/27 08:08:22 Modified files: share/man/man4 : wg.4 Log message: tweak previous as suggested by jmc

CVS: cvs.openbsd.org: src

2020-11-27 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2020/11/27 07:52:36 Modified files: sbin/dhclient : dhclient.c Log message: Shuffle code relating to initializing the physical interface and the internal structure reflecting the interface into a function

CVS: cvs.openbsd.org: src

2020-11-27 Thread Stuart Henderson
CVSROOT:/cvs Module name:src Changes by: st...@cvs.openbsd.org 2020/11/27 07:49:54 Modified files: share/man/man4 : wg.4 Log message: wg(4): show an actual command to retrieve wgpubkey to go with the text which says "shown in the status output of the interface"; this

CVS: cvs.openbsd.org: src

2020-11-27 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2020/11/27 07:45:03 Modified files: sys/dev/usb: if_run.c if_runvar.h Log message: As in urtwn(4), don't bring link up (getting dhclient(8) excited) until all the keys are negotiated and installed. ok

CVS: cvs.openbsd.org: src

2020-11-27 Thread Stuart Henderson
CVSROOT:/cvs Module name:src Changes by: st...@cvs.openbsd.org 2020/11/27 07:04:49 Modified files: share/man/man4 : wg.4 Log message: wg(4): add comments for the shell script in EXAMPLES, feedback jmc@

CVS: cvs.openbsd.org: src

2020-11-27 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2020/11/27 05:45:00 Modified files: sys/uvm: uvm_page.c Log message: Set the correct IPL for `pageqlock' now that it is grabbed from interrupt. Reported by AIsha Tammy. ok kettenis@

CVS: cvs.openbsd.org: src

2020-11-27 Thread Florian Obser
CVSROOT:/cvs Module name:src Changes by: flor...@cvs.openbsd.org 2020/11/27 03:23:32 Modified files: usr.sbin/rad : frontend.c Log message: Check if the interface has an IPv6 link-local address before using it. Problem noted by & OK tb

CVS: cvs.openbsd.org: src

2020-11-27 Thread Darren Tucker
CVSROOT:/cvs Module name:src Changes by: dtuc...@cvs.openbsd.org 2020/11/27 03:12:30 Modified files: usr.bin/ssh: ssh-keygen.1 ssh-keygen.c Log message: Document ssh-keygen -Z, sanity check its argument earlier and provide a better error message if it's not correct.