summaryrefslogtreecommitdiff
path: root/lib/util/data_blob.h
AgeCommit message (Collapse)AuthorFilesLines
2011-10-12s3:utils change data_blob_dup_talloc() to take a DATA_BLOB by valueGregor Beck1-1/+1
Signed-off-by: Michael Adam <obnox@samba.org>
2011-06-10lib/util/data_blob.h: fix licence/copyrightGünther Deschner1-1/+4
Guenther
2010-01-29lib/util: remove data_blob_talloc_reference()Stefan Metzmacher1-6/+0
We want to avoid the usage of talloc_reference() in Samba. metze
2009-11-12lib/util Split data_blob_hex_string() into upper and lowerAndrew Bartlett1-1/+6
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
2008-10-13Add data_blob_string_const_null() function that includes the terminatingJelmer Vernooij1-0/+8
null byte and use it in Samba 3. This matches the behaviour prior to my data_blob changes.
2008-10-12Share data_blob implementation.Jelmer Vernooij1-0/+2
2008-10-11Move lib/util from source4 to top-level libutil.Jelmer Vernooij1-0/+123
Conflicts: source4/Makefile