summaryrefslogtreecommitdiffstats
path: root/lib/util/data_blob.h
Commit message (Collapse)AuthorAgeFilesLines
* data_blob.h: Add space between literal and string constant.Jelmer Vernooij2014-11-101-3/+3
| | | | | | | | | | C++11 compilers warn if there is a missing space: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] Change-Id: Ib7e11c72c09de588ec558cfbf9dded8c625bf49b Signed-Off-By: Jelmer Vernooij <jelmer@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
* lib/util: Clean up includes for data_blob.[ch]Martin Schwenke2014-10-041-0/+1
| | | | | | | Allows standalone compile without external includes.h. Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Jeremy Allison <jra@samba.org>
* s3:utils change data_blob_dup_talloc() to take a DATA_BLOB by valueGregor Beck2011-10-121-1/+1
| | | | Signed-off-by: Michael Adam <obnox@samba.org>
* lib/util/data_blob.h: fix licence/copyrightGünther Deschner2011-06-101-1/+4
| | | | Guenther
* lib/util: remove data_blob_talloc_reference()Stefan Metzmacher2010-01-291-6/+0
| | | | | | We want to avoid the usage of talloc_reference() in Samba. metze
* lib/util Split data_blob_hex_string() into upper and lowerAndrew Bartlett2009-11-121-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
* Add data_blob_string_const_null() function that includes the terminatingJelmer Vernooij2008-10-131-0/+8
| | | | | | null byte and use it in Samba 3. This matches the behaviour prior to my data_blob changes.
* Share data_blob implementation.Jelmer Vernooij2008-10-121-0/+2
|
* Move lib/util from source4 to top-level libutil.Jelmer Vernooij2008-10-111-0/+123
Conflicts: source4/Makefile