Charlotte Koch wrote:
> On Fri, 2 Sep 2022, Thomas Klausner wrote:
>
> >
> > I often forget the "." at the end of my 'grep -r'.
> > GNU grep automatically adds it, i.e.:
> >
> > # grep -r foo
> > #
> >
> > is the same as
> >
> > # grep -r foo .
> > #
> >
> > The grep we have in NetBSD recognizes t
On Fri, 2 Sep 2022, Thomas Klausner wrote:
I often forget the "." at the end of my 'grep -r'.
GNU grep automatically adds it, i.e.:
# grep -r foo
#
is the same as
# grep -r foo .
#
The grep we have in NetBSD recognizes that something is wrong, but is
not that helpful:
# grep -r foo
grep: w
On Fri, 2 Sep 2022, Thomas Klausner wrote:
I'd like the change the behaviour to match what GNU grep does.
Comments?
FreeBSD's and OpenBSD's grep (both non-GNU) do the same thing, so it makes
sense to harmonize NetBSD's (old GNU) grep -r behaviour too.
-RVP
I just sent a big note about the default trust anchor issue to
tech-security. Please follow up there about that, vs this specific ftp
change.
Martin Husemann writes:
> On Fri, Sep 02, 2022 at 06:23:48PM +0300, Christos Zoulas wrote:
>> I think we should be installing the anchors by default. I also think
>> that people think that https gets validated by default.
>
> I agree. The problem is that we need to suply anchors now with new
> i
Christos Zoulas writes:
>> On Sep 2, 2022, at 3:57 PM, Greg Troxel wrote:
>>
>> Did I miss discussion on this? I am getting the impression that we now
>> have defaults:
>> no trust anchors installed
>> require verification
>>
>> which really doesn't make sense. If I am following correctly
On Fri, Sep 02, 2022 at 06:23:48PM +0300, Christos Zoulas wrote:
> I think we should be installing the anchors by default. I also think
> that people think that https gets validated by default.
Yes, this is long overdue. The current situation is vulnerable
by default to MiM attacks, like malware i
On 02/09/2022 18:32, Martin Husemann wrote:
Could be something easy like using the mozilla root certs from last quarters
pkgsrc branch, downloadable from some well known NetBSD.org URL.
Either the original bin pkg and a (special) base system script to unpack
and update (w/o pkg_add and architect
Hi!
I often forget the "." at the end of my 'grep -r'.
GNU grep automatically adds it, i.e.:
# grep -r foo
#
is the same as
# grep -r foo .
#
The grep we have in NetBSD recognizes that something is wrong, but is
not that helpful:
# grep -r foo
grep: warning: recursive search of stdin
(stops h
On Fri, Sep 02, 2022 at 06:23:48PM +0300, Christos Zoulas wrote:
> I think we should be installing the anchors by default. I also think
> that people think that https gets validated by default.
I agree. The problem is that we need to suply anchors now with new
installations and have a way to keep
> On Sep 2, 2022, at 3:57 PM, Greg Troxel wrote:
>
> Did I miss discussion on this? I am getting the impression that we now
> have defaults:
> no trust anchors installed
> require verification
>
> which really doesn't make sense. If I am following correctly this is a
> major behavior chang
Did I miss discussion on this? I am getting the impression that we now
have defaults:
no trust anchors installed
require verification
which really doesn't make sense. If I am following correctly this is a
major behavior change in a controversial area, which isn't ok without
discussion/consen
12 matches
Mail list logo