Re: Nixspam List Mirroring Broken

2021-10-11 Thread Jan Johansson
Bryce Chidester wrote: > I've noticed the OpenBSD.org mirror of the Nixspam list ( > https://www.openbsd.org/spamd/nixspam.gz) seems to have broken, > apparently sometime earlier this month. The retrieved file > contains a header from the mirror process indicating when it > last run, but there is

Re: smtpd: move authentication to table backends

2021-10-11 Thread gilles
October 11, 2021 4:44 PM, gil...@poolp.org wrote: > October 8, 2021 11:34 PM, "aisha" wrote: > >> Hi all, >> I am still working on the table-procexec for opensmtpd >> and while there, I was thinking of how to do authentication >> using LDAP, which the current table-ldap from ports does not >> su

Re: smtpd: move authentication to table backends

2021-10-11 Thread gilles
October 8, 2021 11:34 PM, "aisha" wrote: > Hi all, > I am still working on the table-procexec for opensmtpd > and while there, I was thinking of how to do authentication > using LDAP, which the current table-ldap from ports does not > support. > The primary reason for that, I believe, is that LDA

Re: head(1): increase line count maximum to LLONG_MAX

2021-10-11 Thread Scott Cheloha
> On Oct 11, 2021, at 10:08 AM, Todd C. Miller wrote: > > On Sun, 10 Oct 2021 19:13:55 -0500, Scott Cheloha wrote: > >> This unifies the input maximums on 32-bit and 64-bit platforms. > > This really feels like a solution in search of a problem. However unlikely large files are, there is a his

Re: syslogd: allow setting TLS protocols

2021-10-11 Thread Alexander Bluhm
On Mon, Oct 11, 2021 at 03:44:54PM +0100, Stuart Henderson wrote: > I can change the implementation > to use that method, but I wonder which options would be needed. I don't call for a complete feature monster to set all SSL options. But we should have consistency with netcat and the possibillity

Re: head(1): increase line count maximum to LLONG_MAX

2021-10-11 Thread Todd C . Miller
On Sun, 10 Oct 2021 19:13:55 -0500, Scott Cheloha wrote: > This unifies the input maximums on 32-bit and 64-bit platforms. This really feels like a solution in search of a problem. - todd

Re: syslogd: allow setting TLS protocols

2021-10-11 Thread Stuart Henderson
On 2021/10/11 15:50, Alexander Bluhm wrote: > On Sat, Oct 09, 2021 at 09:36:01PM +0100, Stuart Henderson wrote: > > This allows setting which TLS versions are usable by syslogd. Some > > environments require that TLSv1.0 is disabled. Manual wording stolen from > > ftp(1). any comments? ok? > > net

Re: head(1): fully support the legacy -count syntax

2021-10-11 Thread Scott Cheloha
On Sun, Oct 10, 2021 at 08:26:04PM -0400, gwes wrote: > On 10/10/21 5:03 PM, Scott Cheloha wrote: > > [...] > > > > If we want to have the unportable legacy syntax then it should work > > like other option arguments. Option arguments can be respecified > > multiple times in most other utilities.

Re: syslogd: allow setting TLS protocols

2021-10-11 Thread Alexander Bluhm
On Sat, Oct 09, 2021 at 09:36:01PM +0100, Stuart Henderson wrote: > This allows setting which TLS versions are usable by syslogd. Some > environments require that TLSv1.0 is disabled. Manual wording stolen from > ftp(1). any comments? ok? netcat and ftp allow to give TLS options as key=value. May

Re: etc/syslog.conf: adjust comment for log host sample config

2021-10-11 Thread Alexander Bluhm
On Sat, Oct 09, 2021 at 01:01:14PM +0100, Stuart Henderson wrote: > The comments in etc/syslog.conf describe partially log-client setup > and partially log-host setup and use UDP. I think it would be better > to focus on "loghost-client" setup in the default config, the server > options needed seem

Re: iwx: remove support for old firmware versions

2021-10-11 Thread Stefan Sperling
On Fri, Oct 08, 2021 at 12:05:23PM +0200, Stefan Sperling wrote: > This patch removes code which is only required for running with older > firmware versions (older than -63). This will make it easier to add > new features, such as 40MHz support. Some code removed here would > otherwise need to be u

Re: hostctl does not work on Xen

2021-10-11 Thread Masato Asou
From: Masato Asou Date: Sat, 09 Oct 2021 15:29:23 +0900 (JST) > From: Brian Brombacher > Date: Fri, 8 Oct 2021 11:22:23 -0400 > >> I can see from the Ubuntu dmesg that it’s Xen 4.11.4. What mode are you >> running the OpenBSD vm in (PVH or HVM)? Provide your config file for the vm >> to hel