unwind(8): recommend supersede in dhclient.conf

2020-04-20 Thread Florian Obser
We didn't get around to run unwind per default and integrate it tighter with dhclient this release cycle. But there is also no need anymore to recomend prepend in dhclient.conf, unwind(8) is no longer closing it's service port when it's running so it should always be available. (I checked the inst

Re: smtpd: trailing CR

2020-04-20 Thread Todd C . Miller
On Mon, 20 Apr 2020 15:01:31 +0200, Eric Faurot wrote: > There has been a discussion a while ago about the issue of trailing CR > in smtp lines (https://marc.info/?l=openbsd-tech&m=156890805128121&w=2). > > It is agreed that stripping an optional CR at io level is a problem > because the informati

Re: Support additional SD/MMC controller on Raspberry Pi 4

2020-04-20 Thread Stuart Henderson
On 2020/04/20 23:43, Mark Kettenis wrote: > > bwfm(4) is working for me, but when in device tree mode (wherever the > > uSD is routed) bse(4) is flaky - ethernet link doesn't come up at boot, > > if I leave it for a little while with a ping running to the bse from > > another machine I get the occa

Re: Support additional SD/MMC controller on Raspberry Pi 4

2020-04-20 Thread Mark Kettenis
> Date: Mon, 20 Apr 2020 22:18:06 +0100 > From: Stuart Henderson > > On 2020/04/19 21:44, Mark Kettenis wrote: > > The Raspberry Pi 4 has an additional SD/MMC controller. This > > controller is almost completely standard and just needs one tiny > > quirk. So the diff is really simple. > > > >

Re: distrib/notes/arm64/prep update

2020-04-20 Thread Stuart Henderson
On 2020/04/20 22:23, Olivier wrote: > Hi stuart, > > Thanks. > > I let you handle it. I would like just share and maybe help. > > My point; is possible that i am doing someting bad ^^, is that on rockpro64, > when you perform the install : > > _ emmc with u-boot > _ pen with miniroot67.fs > >

Re: Support additional SD/MMC controller on Raspberry Pi 4

2020-04-20 Thread Stuart Henderson
On 2020/04/19 21:44, Mark Kettenis wrote: > The Raspberry Pi 4 has an additional SD/MMC controller. This > controller is almost completely standard and just needs one tiny > quirk. So the diff is really simple. > > By default, if you use the EDK2-base UEFI firmware this controller > isn't actual

Re: distrib/notes/arm64/prep update

2020-04-20 Thread Olivier
Hi stuart, Thanks. I let you handle it. I would like just share and maybe help. My point; is possible that i am doing someting bad ^^, is that on rockpro64, when you perform the install : _ emmc with u-boot _ pen with miniroot67.fs If i did not install the dtb on the pen... i can not write on

smtpd: fix smtpctl discover

2020-04-20 Thread Eric Faurot
Hi again, We had a report of a crash when running "smtpctl discover" on an envelope that has a invalid dispatcher (action name changed in the config). The issue is that the dispatcher is not checked after the envelope is loaded as a result of the discover command. But adding the check afterwards

acme-client(1) and Buypass Go SSL

2020-04-20 Thread Bartosz Kuzma
Hello, I've tried to get a certificate from Buypass Go SSL provider using acme-client(1) but it ends with the following error: acme-client: https://api.buypass.com/acme-v02/new-acct: bad HTTP: 400 acme-client: transfer buffer: [{"type":"urn:ietf:params:acme:error:malformed","d etail":"Email is

Struct for kqueue scan state

2020-04-20 Thread Visa Hankala
This diff introduces a struct for kqueue scan state. It eases making scans piecewise by keeping track of the scan's end point. The end point prevents the scan from recollecting events that are already being reported to the userspace. Below is an overview of the goal. It is achieved by combining th

Re: AEAD Suites in IKEX (iked) and Phase 1 (isakmpd)

2020-04-20 Thread Stephan Mending
Hi Tobias, *, thanks for the heads up. I'd see a security benefit by using those chiphers. (-> compared with CBC Ciphers) Thanks for your time. g, Stephan On Mon, Apr 20, 2020 at 01:36:47PM +0200, Tobias Heider wrote: > Date: Mon, 20 Apr 2020 13:36:47 +0200 > From: Tobias Heider > Subject: R

smtpd: trailing CR

2020-04-20 Thread Eric Faurot
Hi, There has been a discussion a while ago about the issue of trailing CR in smtp lines (https://marc.info/?l=openbsd-tech&m=156890805128121&w=2). It is agreed that stripping an optional CR at io level is a problem because the information is lost and there is no way to take a specific action at

Re: distrib/notes/arm64/prep update

2020-04-20 Thread Stuart Henderson
On 2020/04/20 11:06, Olivier wrote: > Hi Mark, > > as often i forgot those steps, may i suggest to include the followings below ? > > without it, seems (for me) impossible to write to the installed emmc from the > installer. I don't have one of those systems, but I believe this is already cove

Re: AEAD Suites in IKEX (iked) and Phase 1 (isakmpd)

2020-04-20 Thread Tobias Heider
On Mon, Apr 20, 2020 at 12:52:24PM +0200, Stephan Mending wrote: > Hi, > I was wondering if there was a reason why there are no AEAD Suites > implemented for initial IKEX in iked or phase 1 in isamkmpd ? Even though > iked's childSAs > support it and Phase 2 in isakmpd does as well ? Is it just l

AEAD Suites in IKEX (iked) and Phase 1 (isakmpd)

2020-04-20 Thread Stephan Mending
Hi, I was wondering if there was a reason why there are no AEAD Suites implemented for initial IKEX in iked or phase 1 in isamkmpd ? Even though iked's childSAs support it and Phase 2 in isakmpd does as well ? Is it just lack of time ? Because for example strongswan does exactly support that. Usi

Re: distrib/notes/arm64/prep update

2020-04-20 Thread Olivier
Hi Mark, as often i forgot those steps, may i suggest to include the followings below ? without it, seems (for me) impossible to write to the installed emmc from the installer. Thank you. On Mon, 20 Apr 2020 01:33:05 +0200 (CEST) Mark Kettenis wrote: > > Date: Thu, 16 Apr 2020 21:31:51 +010

Re: patch: Unable to use USB scanner more than once: XHCI problem

2020-04-20 Thread Martin Pieuchot
On 19/04/20(Sun) 09:53, Natasha Kerensikova wrote: > on Thursday 13 February 2020 at 14:44, Natasha Kerensikova wrote: > > More detials below, but TL;DR: the problem only happens on XHCI USB, > > everything is fine with the same code going through EHCI; and the > > problem is the loss of a short bu