Re: [PATCH v6 2/2] cryptodisk: Allows UUIDs to be compared in a dash-insensitive manner

2022-10-06 Thread Daniel Kiper
On Tue, Sep 06, 2022 at 05:28:40PM +0200, Patrick Steinhardt wrote: > On Tue, Aug 30, 2022 at 03:12:36PM -0500, Glenn Washburn wrote: > > On Mon, 29 Aug 2022 07:38:24 +0200 > > Patrick Steinhardt wrote: > > > > > On Fri, Aug 19, 2022 at 06:06:15PM -0500, Glenn Washburn wrote: > > > > A user can

Re: [PATCH v6 2/2] cryptodisk: Allows UUIDs to be compared in a dash-insensitive manner

2022-09-06 Thread Patrick Steinhardt
On Tue, Aug 30, 2022 at 03:12:36PM -0500, Glenn Washburn wrote: > On Mon, 29 Aug 2022 07:38:24 +0200 > Patrick Steinhardt wrote: > > > On Fri, Aug 19, 2022 at 06:06:15PM -0500, Glenn Washburn wrote: > > > A user can now specify UUID strings with dashes, instead of having to > > > remove > > >

Re: [PATCH v6 2/2] cryptodisk: Allows UUIDs to be compared in a dash-insensitive manner

2022-08-30 Thread Glenn Washburn
On Mon, 29 Aug 2022 07:38:24 +0200 Patrick Steinhardt wrote: > On Fri, Aug 19, 2022 at 06:06:15PM -0500, Glenn Washburn wrote: > > A user can now specify UUID strings with dashes, instead of having to remove > > dashes. This is backwards-compatability preserving and also fixes a source > > of

Re: [PATCH v6 2/2] cryptodisk: Allows UUIDs to be compared in a dash-insensitive manner

2022-08-28 Thread Patrick Steinhardt
On Fri, Aug 19, 2022 at 06:06:15PM -0500, Glenn Washburn wrote: > A user can now specify UUID strings with dashes, instead of having to remove > dashes. This is backwards-compatability preserving and also fixes a source > of user confusion over the inconsistency with how UUIDs are specified >

[PATCH v6 2/2] cryptodisk: Allows UUIDs to be compared in a dash-insensitive manner

2022-08-19 Thread Glenn Washburn
A user can now specify UUID strings with dashes, instead of having to remove dashes. This is backwards-compatability preserving and also fixes a source of user confusion over the inconsistency with how UUIDs are specified between file system UUIDs and cryptomount UUIDs. Since cryptsetup, the