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>
Wed, 11 Nov 2009 21:11:15 +0000 (08:11 +1100)
commit9cc9a2a8a4a22aceff0d530d4ae17d5e8d36a9a7
tree5d3280a0d1d88d1db3706180e05bda4ce0042ab8
parent8995d3d813978a00b50f33943c60784ddfe308bf
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