Re: acpi(4): GenericSerialBus OperationRegion support

2018-05-16 Thread Mike Larkin
On Mon, May 14, 2018 at 08:22:47PM +0200, Mark Kettenis wrote: > > Date: Sun, 13 May 2018 22:27:09 -0700 > > From: Mike Larkin > > > > On Sun, May 13, 2018 at 03:57:50PM +0200, Mark Kettenis wrote: > > > The diff below implements functionality that allows AML access to > >

Re: Implement LoadTable() in our AML interpreter

2018-05-16 Thread Mike Larkin
On Wed, May 16, 2018 at 10:32:27PM +0200, Mark Kettenis wrote: > Diff below implements LoadTable(). The implementation is somewhat > incomplete and will error out if the RootPathString or > ParameterPathString arguments are given. It is not entirely clear > what we should do in that case and I

Re: [patch] httpd: add tls client certificate authentication

2018-05-16 Thread Reyk Floeter
It will! The diff is nice and OK. > Am 16.05.2018 um 22:33 schrieb Jan Klemkow : > > Hi Jack, > >> On Wed, May 16, 2018 at 05:32:56PM +0930, Jack Burton wrote: >> I figured that if we can agree on this much, so httpd can be used for >> the authentication-only case (which

Re: [patch] httpd: add tls client certificate authentication

2018-05-16 Thread Jan Klemkow
Hi Jack, On Wed, May 16, 2018 at 05:32:56PM +0930, Jack Burton wrote: > I figured that if we can agree on this much, so httpd can be used for > the authentication-only case (which is all non-fastcgi sites would want) > straight away, that's be a good first step -- then we can come back and >

Implement LoadTable() in our AML interpreter

2018-05-16 Thread Mark Kettenis
Diff below implements LoadTable(). The implementation is somewhat incomplete and will error out if the RootPathString or ParameterPathString arguments are given. It is not entirely clear what we should do in that case and I aven't seen a machine that actually specifies those arguments. I

Re: Allow disks to be specifid by duid in install.sub

2018-05-16 Thread Klemens Nanni
I like the idea but haven't run-tested it yet. Some comments inline. On Fri, Mar 02, 2018 at 05:04:49PM -0700, Aaron Bieber wrote: > +# Return disk devices along with their uids. > +scan_disks() { > + local IFS=, _disks=$(sysctl -n hw.disknames) > + > + bsort $_disks > +} You can inline

Typo in utf8.7

2018-05-16 Thread Ross L Richardson
Two bytes plus a bonus bit :-) Patch below. Ross -- Index: utf8.7 === RCS file: /cvs/src/share/man/man7/utf8.7,v retrieving revision 1.6 diff -u -p -r1.6 utf8.7 --- utf8.7 31 May 2017 17:58:56 - 1.6 +++ utf8.7

[patch] httpd: add tls client certificate authentication

2018-05-16 Thread Jack Burton
My attempts to get this accepted last year stalled. As best I recall, the main stumbling block was agreeing on how much / exactly which client cert data to pass through to fastcgi (my view was that passing the whole client cert chain would be ideal). So, here's a stripped down version that

[patch] regression test for httpd tls client authentication

2018-05-16 Thread Jack Burton
Adds a regression test for the tls client authentication diff from my last post. Index: tests/Client.pm === RCS file: /cvs/src/regress/usr.sbin/httpd/tests/Client.pm,v retrieving revision 1.1 diff -u -p -r1.1 Client.pm ---

Re: ldapd: add bsd.schema?

2018-05-16 Thread Felix Kronlage
Hi Reyk, Reyk Floeter wrote: could we add an LDAP schema file that makes it easier to use sshd's "AuthorizedKeysCommand"? While most howtos out there agree on the attribute name "sshPublicKey", there is no common LDAP schema that implements it. Some people patch nis.schema (which seems a bad