Add data_blob_string_const_null() function that includes the terminating
authorJelmer Vernooij <jelmer@samba.org>
Mon, 13 Oct 2008 03:20:26 +0000 (05:20 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Mon, 13 Oct 2008 03:20:26 +0000 (05:20 +0200)
commitaa982895e5c13497144740e90ff9646e1d1cf995
treef21159a823cd8fd329dc073a841c576da2450fcc
parentd5a11f9679be9d053838074f1dad5a0ca880750f
Add data_blob_string_const_null() function that includes the terminating
null byte and use it in Samba 3.

This matches the behaviour prior to my data_blob changes.
lib/util/data_blob.c
lib/util/data_blob.h
source3/auth/token_util.c
source3/lib/access.c
source3/lib/util_pw.c
source3/lib/util_sock.c
source3/rpc_server/srv_samr_nt.c
source3/torture/torture.c