summaryrefslogtreecommitdiff
path: root/lib/util/data_blob.c
Commit message (Expand)AuthorAgeFilesLines
* lib/util: Change function to mem_equal_const_time()Joseph Sutton2022-06-091-3/+3
* lib/util: Change function to data_blob_equal_const_time()Joseph Sutton2022-06-091-9/+9
* auth: Use constant-time memcmp when comparing sensitive buffersJoseph Sutton2022-06-091-0/+24
* lib/util: data_blob_append() should not fail if both parts have length=0Stefan Metzmacher2022-05-021-0/+5
* kdc: Pad UPN_DNS_INFO PAC bufferJoseph Sutton2021-12-151-0/+21
* lib: Use TALLOC_FREE() in data_blob_free()Volker Lendecke2021-08-061-2/+1
* lib: Fix a potential error path memleakVolker Lendecke2021-08-061-2/+4
* lib:util: Use memset_s() in data_blob_clear()Andreas Schneider2018-12-201-1/+1
* lib: Fix signed/unsigned comparisonsVolker Lendecke2014-12-051-2/+2
* lib/util: Clean up includes for data_blob.[ch]Martin Schwenke2014-10-041-1/+3
* Change data_blob() to be based on top of data_blob_talloc(), instead of the r...Jeremy Allison2010-05-181-15/+10
* lib/util: remove data_blob_talloc_reference()Stefan Metzmacher2010-01-291-17/+0
* lib/util Split data_blob_hex_string() into upper and lowerAndrew Bartlett2009-11-121-1/+18
* s4-util: windows only accepts lowercase hex encodings for extended DNsAndrew Tridgell2009-09-221-1/+4
* Add data_blob_string_const_null() function that includes the terminatingJelmer Vernooij2008-10-131-0/+12
* Share data_blob implementation.Jelmer Vernooij2008-10-121-0/+2
* Move lib/util from source4 to top-level libutil.Jelmer Vernooij2008-10-111-0/+232