Re: allow 240/4 in various network daemons

2022-05-28 Thread Theo de Raadt
Martin Schröder wrote: > Am Sa., 28. Mai 2022 um 22:46 Uhr schrieb Seth David Schoen > : > > We're also interested in talking about whether there's an appropriate > > path for supporting non-broadcast use of addresses within 127/8, our > > most controversial change. In Linux and FreeBSD, we're

Re: allow 240/4 in various network daemons

2022-05-28 Thread Geoff Steckel
On 5/28/22 5:22 PM, Crystal Kolipe wrote: There certainly are people using this behaviour of the loopback address(es) in creative ways on non-OpenBSD systems: https://timkay.com/solo/ Changing it on those systems will likely break various users' scripts in unexpected ways. The script

Re: allow 240/4 in various network daemons

2022-05-28 Thread Martin Schröder
Am Sa., 28. Mai 2022 um 22:46 Uhr schrieb Seth David Schoen : > We're also interested in talking about whether there's an appropriate > path for supporting non-broadcast use of addresses within 127/8, our > most controversial change. In Linux and FreeBSD, we're experimenting IPv6 is now older

Re: allow 240/4 in various network daemons

2022-05-28 Thread Crystal Kolipe
On Sat, May 28, 2022 at 01:46:18PM -0700, Seth David Schoen wrote: > We're also interested in talking about whether there's an appropriate > path for supporting non-broadcast use of addresses within 127/8, our > most controversial change. In Linux and FreeBSD, we're experimenting > with the ideas

Re: allow 240/4 in various network daemons

2022-05-28 Thread Seth David Schoen
Theo de Raadt writes: > This discussion relates to only one step of a number of potential increments. > > I believe it is a bad idea to conflate all of these potential address > space recovery changes as the same singular discussion. Not all the > decisions being made on intranets are sane.

Re: apmd(8): reconnecting AC, not battery

2022-05-28 Thread Ingo Schwarze
Hi Jason, Jason McIntyre wrote on Sat, May 28, 2022 at 05:10:08PM +0100: > On Sat, May 28, 2022 at 10:34:35AM +0100, Stuart Henderson wrote: >> On 2022/05/28 06:52, Jason McIntyre wrote: >>> On Fri, May 27, 2022 at 07:19:37PM +0200, Jan Stary wrote: apmd says: When the power

Re: apmd(8): reconnecting AC, not battery

2022-05-28 Thread Jason McIntyre
On Sat, May 28, 2022 at 10:34:35AM +0100, Stuart Henderson wrote: > On 2022/05/28 06:52, Jason McIntyre wrote: > > On Fri, May 27, 2022 at 07:19:37PM +0200, Jan Stary wrote: > > > apmd says: > > > > > > When the power status changes (battery is connected or disconnected), > > > apmd fetches

Re: apmd(8): reconnecting AC, not battery

2022-05-28 Thread Jan Stary
On May 28 10:34:35, s...@spacehopper.org wrote: > On 2022/05/28 06:52, Jason McIntyre wrote: > > On Fri, May 27, 2022 at 07:19:37PM +0200, Jan Stary wrote: > > > apmd says: > > > > > > When the power status changes (battery is connected or disconnected), > > > apmd fetches the current status

Re: Possible segfault in iked

2022-05-28 Thread Tobias Heider
On Sat, May 28, 2022 at 03:17:07PM +0200, Gerhard Roth wrote: > Hi, > > since there's a 'sa_free(sa)' followed by a 'continue' a few lines down > from the RB_FOREACH(), we must use RB_FOREACH_SAFE() instead. > > Gerhard ok tobhe@ > > > Index: sbin/iked/ikev2.c >

Possible segfault in iked

2022-05-28 Thread Gerhard Roth
Hi, since there's a 'sa_free(sa)' followed by a 'continue' a few lines down from the RB_FOREACH(), we must use RB_FOREACH_SAFE() instead. Gerhard Index: sbin/iked/ikev2.c === RCS file: /cvs/src/sbin/iked/ikev2.c,v retrieving

Re: apmd(8): reconnecting AC, not battery

2022-05-28 Thread Stuart Henderson
On 2022/05/28 06:52, Jason McIntyre wrote: > On Fri, May 27, 2022 at 07:19:37PM +0200, Jan Stary wrote: > > apmd says: > > > > When the power status changes (battery is connected or disconnected), > > apmd fetches the current status and reports it via syslog(3) > > with logging facility

env -S

2022-05-28 Thread Alfred Morgan
I would like to see the non standard -S option added to env. Over the years I have come across the situation where multiple arguments are needed in the shebang line. I end up having to write a one line script that wraps the required arguments and then call that wrapper in the shebang. I'm ready to