Re: Fwd: opensmtpd can't handle long lines in aliases table

2020-09-18 Thread Aisha Tammy
On 9/18/20 8:55 AM, Martijn van Duren wrote: > That's what you get if you're doing a quick diff on the job. > Missed a free case which is in Edgar's original diff. > > Noticed by tb@ > Thanks a lot for modifications. Yes, I've tested the new version and am able to send mails with a ~3050 line f

top(1): display uptime in HH:MM:SS format

2020-09-18 Thread Scott Cheloha
Hi, After fussing with top(1)'s uptime display a bit I now think: - An HH:MM:SS format uptime is useful in top(1). It's also more visually consistent with the local timestamp printed on the line above it, so it is easier to read at a glance. - The variable printing of "days" is annoying. I

iked(8): add stronger RNG/INTEGR transforms by default

2020-09-18 Thread Tobias Heider
Hi, I would like to activate the stronger SHA2-364 and SHA2-512 by default for INTEGR and PRF transforms to get a bit better out of the box compatibility. iked to iked connections default to AES-GCM-128 and don't use an explicit INTEGR transform, so performance should not suffer. Any objections

Fwd: opensmtpd can't handle long lines in aliases table

2020-09-18 Thread Aisha Tammy
Hi, Edgar (cc'ed) has kindly provided patches to fix a buffer error in mailaddr.c for opensmtpd. I've minimally tested it and am forwarding the patches. Would like to be able to get them into 6.8 release as this is quite problematic with lots of aliases. Thanks, Aisha Forwarded Me

Re: Fwd: opensmtpd can't handle long lines in aliases table

2020-09-18 Thread Martijn van Duren
That's what you get if you're doing a quick diff on the job. Missed a free case which is in Edgar's original diff. Noticed by tb@ On Fri, 2020-09-18 at 14:46 +0200, Martijn van Duren wrote: > Could you try the diff below? > It should do exactly the same thing with less code. > > martijn@ > > On

Re: RFC: kern.video.record

2020-09-18 Thread Thomas Frohwein
On Sun, Sep 13, 2020 at 09:23:36AM +0100, Laurence Tratt wrote: > Since I recently opened my big fat mouth and suggested that > "kern.video.record" (analogous to kern.audio.record) might be a good idea, I I support this suggestion. I think the idea behind it is based on the same concerns that led

Re: Fwd: opensmtpd can't handle long lines in aliases table

2020-09-18 Thread Martijn van Duren
Could you try the diff below? It should do exactly the same thing with less code. martijn@ On Fri, 2020-09-18 at 08:30 -0400, Aisha Tammy wrote: > Hi, > > Edgar (cc'ed) has kindly provided patches to fix a buffer error in > mailaddr.c > for opensmtpd. > > I've minimally tested it and am forw