From f05bc12213477676967b5c1780c8cca61b262317 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 29 Dec 2004 12:28:35 +0000 Subject: r4390: Registry value and key names are case-insensitive Nicer menu layout in gregedit (This used to be commit 2948b9750d756880c3af7fb352f0a684a1fae9c9) --- source4/include/registry.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source4/include/registry.h') diff --git a/source4/include/registry.h b/source4/include/registry.h index d90e9ccfc1..bec68a0dfa 100644 --- a/source4/include/registry.h +++ b/source4/include/registry.h @@ -98,6 +98,9 @@ typedef void (*value_notification_function) (void); * - just one hive (example: nt4, w95) * - several hives (example: rpc). * + * Backends should always do case-insensitive compares + * (everything is case-insensitive but case-preserving, + * just like the FS) */ struct hive_operations { -- cgit