s3-registry: remove 2 byte winreg type limitation.
authorGünther Deschner <gd@samba.org>
Thu, 1 Jul 2010 09:22:20 +0000 (11:22 +0200)
committerGünther Deschner <gd@samba.org>
Fri, 2 Jul 2010 08:50:22 +0000 (10:50 +0200)
commitd9429a874c5bd463f4b89db55fdae14b1764a494
tree768335458b04e9067d81143204b401b407016875
parentddb8fae40174c72be8b3b6fc1c67cbaad3343153
s3-registry: remove 2 byte winreg type limitation.

We already pull and push 4 byte winreg type in the registry.tdb, we were just
not using full 4 bytes within the reg_object functions.

With this change we finally pass the set extended value torture test.

Guenther
source3/registry/reg_objects.c
source3/registry/reg_objects.h