s3-registry: Added a db upgrade function to normalize the key delimiter.
authorAndreas Schneider <asn@samba.org>
Thu, 24 Jun 2010 13:26:04 +0000 (15:26 +0200)
committerMichael Adam <obnox@samba.org>
Fri, 25 Jun 2010 15:35:41 +0000 (17:35 +0200)
commitf540833632ffe2c743e90ef9df1627e69b7a0c7b
treead50491446f89e3b79399d480bb86ac3066fcb5f
parent175d9478fea24812046299be6a0224bdc699feb9
s3-registry: Added a db upgrade function to normalize the key delimiter.

This converts the key delimiter from a slash to a blackslash. We need to
support keynames with a backslash.

Signed-off-by: Michael Adam <obnox@samba.org>
source3/include/reg_db.h
source3/registry/reg_backend_db.c