Re: const qualifiers for EVP_*

2018-05-12 Thread Bob Beck
ok On Sat, May 12, 2018 at 13:14 Theo Buehler wrote: > Here's another straightforward batch. As usual, it's been tested in a > bulk by sthen and there was no fallout. > > Index: lib/libcrypto/asn1/ameth_lib.c > === > RCS file: /var/

pfctl check if rdomain exists

2018-05-12 Thread Sebastian Benoit
when you add a pf rule with a "on rdomain n" with nonexisting rdomain n, the load will fail with the error pfctl: DIOCADDRULE: Device busy with no information which rule caused the problem and no indication that the problem is the rdomain . So lets check if the rdomain really exists when parsi

pmap_growkernel(9) for arm64

2018-05-12 Thread Mark Kettenis
The diff below implements pmap_growkernel(9) for arm64. The implementation is somewhat tricky since we (deliberately) do not implement a direct map on arm64. To be able to map the kernel page tables we need to reserve virtual address space because by the time pmap_growkernel() gets called we are

const qualifiers for EVP_*

2018-05-12 Thread Theo Buehler
Here's another straightforward batch. As usual, it's been tested in a bulk by sthen and there was no fallout. Index: lib/libcrypto/asn1/ameth_lib.c === RCS file: /var/cvs/src/lib/libcrypto/asn1/ameth_lib.c,v retrieving revision 1.16 d

Re: rssi comparison threshold

2018-05-12 Thread Paul Irofti
Yes, sorry about the delay.

const qualifiers for BIO_new_{accept,connect,mem_buf}()

2018-05-12 Thread Theo Buehler
Another short and simple diff. The addition of const to BIO_new_mem_buf() is a bit ugly, following OpenSSL commit 8ab31975bac, casting away const and relying on the BIO_FLAGS_MEM_RDONLY flag. Index: lib/libcrypto/bio/bio.h === RCS fil

add const qualifiers to BIO_s_mem() and BIO_s_datagram().

2018-05-12 Thread Theo Buehler
sthen has kindly put a huge diff with const changes through a bulk which I will send out in small bits. Here's a first trivial piece of it that finishes the BIO_s_* story. This diff breaks the build of the www/phantomjs port which I'll fix at the same time as committing this. Index: lib/libcrypto

Re: [PATCH] [src] usr.sbin/smtpd/smtp.1 - normalise protocol definitions

2018-05-12 Thread Jason McIntyre
On Fri, May 11, 2018 at 12:05:34PM +0100, Raf Czlonka wrote: > Hi all, > > This patch normalises the protocol definitions. > > Regards, > > Raf > now committed. jmc > Index: usr.sbin/smtpd/smtp.1 > === > RCS file: /cvs/src/usr.sb

Re: rssi comparison threshold

2018-05-12 Thread Stefan Sperling
On Mon, Apr 30, 2018 at 03:52:09PM +0300, Paul Irofti wrote: > On Sun, Apr 29, 2018 at 11:51:26AM +0200, Stefan Sperling wrote: > > This diff tries to avoid situations where background scans play > > ping-pong between different APs with nearly equal RSSI, as > > observed by phessler. > > > > Not a

Re: ldapd: filter rules on attributes

2018-05-12 Thread Jonathan Matthew
On Fri, May 11, 2018 at 10:42:32PM +0200, Reyk Floeter wrote: > Hi! > > (resent to tech@) > the following ldapd patch allows filter rules to match on attributes. > > This can be used to allow users to change their password (and a few > other things) but not their entire dn. > > For example, in l