summaryrefslogtreecommitdiff
path: root/lib/util/data_blob.c
AgeCommit message (Expand)AuthorFilesLines
2026-01-20lib: Remove extern const data_blob_nullVolker Lendecke1-2/+0
2025-12-08lib/util: Refactor data_blob.{h,c}Pavel Filipenský1-21/+0
2025-01-02replace direct calls to memset_s() with commonly used macrosMichael Tokarev1-1/+1
2024-12-20util:datablob: data_blob_pad checks its alignment assumptionDouglas Bagnall1-1/+1
2024-08-28lib/util: Speed up slow data-blob-to-hex functionsJo Sutton1-4/+8
2024-04-30lib: Fix whitespaceVolker Lendecke1-7/+7
2024-04-10util:datablob: avoid non-transitive comparison in data_blob_cmp()Douglas Bagnall1-2/+3
2023-09-26conditional_aces: Avoid manual parsing for ace_condition_bytes, use DATA_BLOBAndrew Bartlett1-0/+1
2022-06-09lib/util: Change function to mem_equal_const_time()Joseph Sutton1-3/+3
2022-06-09lib/util: Change function to data_blob_equal_const_time()Joseph Sutton1-9/+9
2022-06-09auth: Use constant-time memcmp when comparing sensitive buffersJoseph Sutton1-0/+24
2022-05-02lib/util: data_blob_append() should not fail if both parts have length=0Stefan Metzmacher1-0/+5
2021-12-15kdc: Pad UPN_DNS_INFO PAC bufferJoseph Sutton1-0/+21
2021-08-06lib: Use TALLOC_FREE() in data_blob_free()Volker Lendecke1-2/+1
2021-08-06lib: Fix a potential error path memleakVolker Lendecke1-2/+4
2018-12-20lib:util: Use memset_s() in data_blob_clear()Andreas Schneider1-1/+1
2014-12-05lib: Fix signed/unsigned comparisonsVolker Lendecke1-2/+2
2014-10-04lib/util: Clean up includes for data_blob.[ch]Martin Schwenke1-1/+3
2010-05-18Change data_blob() to be based on top of data_blob_talloc(), instead of the r...Jeremy Allison1-15/+10
2010-01-29lib/util: remove data_blob_talloc_reference()Stefan Metzmacher1-17/+0
2009-11-12lib/util Split data_blob_hex_string() into upper and lowerAndrew Bartlett1-1/+18
2009-09-22s4-util: windows only accepts lowercase hex encodings for extended DNsAndrew Tridgell1-1/+4
2008-10-13Add data_blob_string_const_null() function that includes the terminatingJelmer Vernooij1-0/+12
2008-10-12Share data_blob implementation.Jelmer Vernooij1-0/+2
2008-10-11Move lib/util from source4 to top-level libutil.Jelmer Vernooij1-0/+232