lib/util Split data_blob_hex_string() into upper and lower
authorAndrew Bartlett <abartlet@samba.org>
Wed, 4 Nov 2009 06:42:53 +0000 (17:42 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 12 Nov 2009 05:34:01 +0000 (16:34 +1100)
commitfd5174e88ca1727a91d6dc9bf9bd898ff9087fe8
tree7f1511fcea311f2ef637ca23dee8699ba00adfb6
parenta8769e667514f83a45ee3e825d21a351987d0210
lib/util Split data_blob_hex_string() into upper and lower

Rather than have a repeat of the bugs we found at the plugfest where
hexidecimal strings must be in upper or lower case in particular
places, ensure that each caller chooses which case they want.

This reverts most of the callers back to upper case, as things were
before tridge's patch.  The critical call in the extended DN code is
of course handled in lower case.

Andrew Bartlett
lib/util/data_blob.c
lib/util/data_blob.h
lib/util/tests/data_blob.c
librpc/ndr/ndr_drsuapi.c
librpc/ndr/uuid.c
librpc/rpc/binding.c
source4/dsdb/samdb/ldb_modules/password_hash.c
source4/lib/ldb-samba/ldif_handlers.c
source4/lib/registry/util.c
source4/torture/ldap/schema.c
source4/torture/rpc/samsync.c