Re: mountd: no need for critical sections

2023-03-01 Thread Klemens Nanni
01.03.2023 23:31, Todd C. Miller пишет: > The SIGHUP handler only sets a flag these days, there is no longer > any need to block it while using the exports list. Makes sense. The TERM handler also just sets a flag today, but etc/rc.d/mountd still has `rc_stop=NO' since 2013 Do not allow

Re: Authentication in OpenIKED

2023-03-01 Thread A Tammy
On 3/1/23 11:53, Stuart Henderson wrote: > [from misc] >>> I don't see that in the iked.conf manual. There is some reference to not >>> using psk in /etc/examples/iked.conf but it's not clear whether that's >>> because of the need to share a single psk with all endpoints connecting >>> via the

mountd: no need for critical sections

2023-03-01 Thread Todd C . Miller
The SIGHUP handler only sets a flag these days, there is no longer any need to block it while using the exports list. OK? - todd Index: sbin/mountd/mountd.c === RCS file: /cvs/src/sbin/mountd/mountd.c,v retrieving revision 1.90

Re: Disabling MULTICAST flag on an interface. Force outgoing multicast traffic to a specific interface

2023-03-01 Thread Philip Guenther
On Wed, Mar 1, 2023 at 9:58 AM Luca Di Gregorio wrote: > 1) does anyone know if there is a way to disable MULTICAST on a single > interface? > I don't see any option in ifconfig to do this. > There is not. > 2) Can outgoing multicast traffic be routed to a specific interface? I > don't see

Disabling MULTICAST flag on an interface. Force outgoing multicast traffic to a specific interface

2023-03-01 Thread Luca Di Gregorio
Hi, 1) does anyone know if there is a way to disable MULTICAST on a single interface? I don't see any option in ifconfig to do this. 2) Can outgoing multicast traffic be routed to a specific interface? I don't see any option in route. It seems that the first interface, by id, is chosen. Thanks,

installer: handle WEP failure (bwfm)

2023-03-01 Thread Klemens Nanni
Same diff as nov 2021 "Re: installer: prompt for WEP only if available" https://marc.info/?l=openbsd-tech=163680942623448=2 bwfm(4) still has no WEP support and using it for installs keeps showing Which network interface do you wish to configure? (or 'done') [bse0] bwfm0 ifconfig:

Re: Authentication in OpenIKED

2023-03-01 Thread Tobias Heider
On Wed, Mar 01, 2023 at 04:53:00PM +, Stuart Henderson wrote: > [from misc] > > > I don't see that in the iked.conf manual. There is some reference to not > > > using psk in /etc/examples/iked.conf but it's not clear whether that's > > > because of the need to share a single psk with all

Re: Authentication in OpenIKED

2023-03-01 Thread Stuart Henderson
[from misc] > > I don't see that in the iked.conf manual. There is some reference to not > > using psk in /etc/examples/iked.conf but it's not clear whether that's > > because of the need to share a single psk with all endpoints connecting > > via the same iked.conf configuration line (certainly a

Re: kernel: don't jump ticks, jiffies during boot

2023-03-01 Thread Scott Cheloha
On Mon, Feb 27, 2023 at 08:48:53PM -0600, Scott Cheloha wrote: > On Tue, Feb 28, 2023 at 01:01:32PM +1100, Jonathan Gray wrote: > > On Mon, Feb 27, 2023 at 06:26:00PM -0600, Scott Cheloha wrote: > > > On Tue, Feb 28, 2023 at 10:18:16AM +1100, Jonathan Gray wrote: > > > > On Mon, Feb 27, 2023 at

Re: malloc: change chunk sizes to be multiple of 16 instead of power of 2

2023-03-01 Thread Otto Moerbeek
On Wed, Mar 01, 2023 at 08:49:56AM +0100, Theo Buehler wrote: > On Wed, Mar 01, 2023 at 08:39:08AM +0100, Otto Moerbeek wrote: > > On Wed, Mar 01, 2023 at 08:31:47AM +0100, Theo Buehler wrote: > > > > > On Tue, Feb 28, 2023 at 05:52:28PM +0100, Otto Moerbeek wrote: > > > > Second iteration. > >

ldapd adjust fatal message

2023-03-01 Thread Claudio Jeker
I had an issue with some certs and noticed that fatal() is used where errno has no meaning. This message should use fatalx(). OK? -- :wq Claudio Index: ldape.c === RCS file: /cvs/src/usr.sbin/ldapd/ldape.c,v retrieving revision