Fix handling of ed addresses consisting only of separators

2022-05-22 Thread Sören Tempel
Hello, The POSIX specification of ed(1) includes a table in the rationale section which (among others) mandates the following address handling rules [1]: Address Addr1 Addr2 ,, $ $ ;; $ $ Unfortunately, OpenBSD does not correctly handle these two

Re: rc.subr: implement rc_execdir

2022-05-22 Thread Aaron Bieber
On Sun, May 22, 2022, at 8:32 AM, aisha wrote: > tested with calibre-web, vaultwarden and redmine, everything is working > fine :) > > thanks a lot! > Navidrome working as well! > On 5/22/2022 4:12 AM, Antoine Jacoutot wrote: >> Here's new diff that implements daemon_execdir. >> >> Index:

Re: rc.subr: implement rc_execdir

2022-05-22 Thread Aaron Bieber
On Sun, May 22, 2022, at 8:50 AM, Aaron Bieber wrote: > On Sun, May 22, 2022, at 8:32 AM, aisha wrote: >> tested with calibre-web, vaultwarden and redmine, everything is working >> fine :) >> >> thanks a lot! >> > > Navidrome working as well! Forgot to add: OK abieber@ :D > >> On 5/22/2022

Re: iked problems with Apple clients in 7.1

2022-05-22 Thread Stuart Henderson
On 2022/05/21 17:04, Tobias Heider wrote: > > Oh, makes sense. I think it may still be related to the IDs, so checking if > ikev2_pld_id matches what you expect for srcid might be a good start. > Maybe the apple client is sending something different than > "" > in their

Re: rc.subr: implement rc_execdir

2022-05-22 Thread Antoine Jacoutot
Here's new diff that implements daemon_execdir. Index: etc/rc.d/rc.subr === RCS file: /cvs/src/etc/rc.d/rc.subr,v retrieving revision 1.153 diff -u -p -r1.153 rc.subr --- etc/rc.d/rc.subr21 May 2022 10:50:09 - 1.153 +++

Re: proposed xterm changes

2022-05-22 Thread Matthieu Herrb
On Wed, May 18, 2022 at 12:51:15PM -0600, Theo de Raadt wrote: > Based upon the discussion of xterm a couple of days ago, I have been > working on a couple changes to reduce the privs of xterm in general, > by reducing the scope of the utmp egid by opening utmp early, improving > the unveil calls