summaryrefslogtreecommitdiff
path: root/source4/include/registry.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2004-12-29 12:28:35 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:07:42 -0500
commitf05bc12213477676967b5c1780c8cca61b262317 (patch)
treedd5859e3c9943661a7a7896c1a7821bbf41fe1e0 /source4/include/registry.h
parentd39ae5434185b6e54d029b1868ec610f0d638d6f (diff)
downloadsamba-f05bc12213477676967b5c1780c8cca61b262317.tar.gz
samba-f05bc12213477676967b5c1780c8cca61b262317.tar.bz2
samba-f05bc12213477676967b5c1780c8cca61b262317.zip
r4390: Registry value and key names are case-insensitive
Nicer menu layout in gregedit (This used to be commit 2948b9750d756880c3af7fb352f0a684a1fae9c9)
Diffstat (limited to 'source4/include/registry.h')
-rw-r--r--source4/include/registry.h3
1 files changed, 3 insertions, 0 deletions
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 {