Re: Removing unsupported AUTH_DES interfaces in libtirpc.

2020-10-20 Thread Steve Dickson
Hey... Thanks for all the input! On 10/19/20 1:21 PM, Steve Dickson wrote: > Hello, > > About a year ago I stub out the interfaces > and had them return an error if called. > No one has complained... > > This time I would like to remove interfaces > so there will be no support whatsoever to

Re: Removing unsupported AUTH_DES interfaces in libtirpc.

2020-10-20 Thread Daniel P . Berrangé
On Mon, Oct 19, 2020 at 01:21:35PM -0400, Steve Dickson wrote: > Hello, > > About a year ago I stub out the interfaces > and had them return an error if called. > No one has complained... > > This time I would like to remove interfaces > so there will be no support whatsoever to > pass some up

Re: Removing unsupported AUTH_DES interfaces in libtirpc.

2020-10-19 Thread Florian Weimer
* Steve Dickson: > About a year ago I stub out the interfaces > and had them return an error if called. > No one has complained... > > This time I would like to remove interfaces > so there will be no support whatsoever to > pass some upcoming audits... Are you sure this is necessary? If ther

Re: Removing unsupported AUTH_DES interfaces in libtirpc.

2020-10-19 Thread Zbigniew Jędrzejewski-Szmek
On Mon, Oct 19, 2020 at 01:21:35PM -0400, Steve Dickson wrote: > Hello, > > About a year ago I stub out the interfaces > and had them return an error if called. > No one has complained... > > This time I would like to remove interfaces > so there will be no support whatsoever to > pass some up