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

2022-08-03 Thread Daniel Kiper
On Tue, Aug 02, 2022 at 01:17:25PM -0500, Glenn Washburn wrote: > On Tue, 2 Aug 2022 18:17:44 +0200 > Daniel Kiper wrote: > > > On Fri, Jul 22, 2022 at 02:43:14AM -0500, Glenn Washburn wrote: > > > A user can now specify UUID strings with dashes, instead of having to > > > remove > > > dashes. Th

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

2022-08-02 Thread Glenn Washburn
On Tue, 2 Aug 2022 18:17:44 +0200 Daniel Kiper wrote: > On Fri, Jul 22, 2022 at 02:43:14AM -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 confu

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

2022-08-02 Thread Daniel Kiper
On Fri, Jul 22, 2022 at 02:43:14AM -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 > betwe

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

2022-07-22 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 refere