summaryrefslogtreecommitdiff
path: root/lib/util
AgeCommit message (Expand)AuthorFilesLines
2026-03-25auth: Remove talloc_set_name_const() if talloc_keep_secret() changes the tall...Pavel Filipenský1-1/+0
2026-03-25util/tests: Test that talloc_keep_secret() does not overwrite the namePavel Filipenský1-0/+20
2026-03-25lib/util: Overwrite talloc name in talloc_keep_secret() only if it would reve...Pavel Filipenský1-1/+7
2026-03-25util/tests: Extend the 'test_talloc_keep_secret' testPavel Filipenský1-0/+7
2026-03-25Revert "lib/util: Avoid overwriting talloc chunk name in talloc_keep_secret()"Pavel Filipenský2-0/+5
2026-03-23lib:util: Remove is_aligned prototype from alignment.hGary Lockyer1-10/+0
2026-03-20lib:util add alignment utilitiesGary Lockyer1-0/+62
2026-03-01lib: Remove the "getwd cache"Volker Lendecke2-2/+0
2026-03-01torture: Use SINGLETON_CACHE_TALLOC in testsVolker Lendecke1-12/+12
2026-02-20build: Move jansson detection and related options to lib/utilMartin Schwenke2-0/+33
2026-02-15lib: Remove unused str_list_showVolker Lendecke2-21/+0
2026-02-15lib: Remove sys_fsusage()Volker Lendecke3-179/+0
2026-02-15lib: Add statvfs2fsusageVolker Lendecke2-0/+32
2026-02-15lib: Move statvfs.[ch] to lib/utilVolker Lendecke3-0/+316
2026-02-15lib: Move conv_str_bool() to its only userVolker Lendecke2-34/+0
2026-02-15lib: Avoid an "else", we return in the if-branchVolker Lendecke1-4/+5
2026-02-15lib: Remove very little used wrapper conv_str_u64()Volker Lendecke2-34/+0
2026-02-15lib: Clean up includes in util_strlist_v3.cVolker Lendecke1-3/+3
2026-02-09util: Avoid signed/unsigned integer comparisonsMartin Schwenke1-3/+3
2026-01-28lib:util:debug tests for JSON logging macrosGary Lockyer2-0/+291
2026-01-28lib:util:debug Logging macros for JSON outputGary Lockyer2-0/+59
2026-01-20lib: Delay get_iconv_handle() in strchr_m()Volker Lendecke1-1/+3
2026-01-20lib: Remove extern const data_blob_nullVolker Lendecke2-3/+1
2026-01-07lib: Remove unnecessary assignmentsVolker Lendecke1-2/+0
2026-01-07lib: Reduce indentationVolker Lendecke1-7/+12
2026-01-07lib: Add timespec_equal()Volker Lendecke2-0/+7
2026-01-07lib: Fix some whitespaceVolker Lendecke1-18/+18
2025-12-08lib/util: Add tests for the new secure data_blob_..._s() functionsPavel Filipenský1-1/+56
2025-12-08lib/util: Fix trailing white spaces in tests/data_blob.cPavel Filipenský1-6/+6
2025-12-08lib/util: Avoid overwriting talloc chunk name in talloc_keep_secret()Pavel Filipenský2-5/+0
2025-12-08lib/util: Add data_blob_..._s() functions that call talloc_keep_secret()Pavel Filipenský1-0/+71
2025-12-08lib/util: Move talloc_keep_secret.c from samba-util to samba-util-corePavel Filipenský1-1/+2
2025-12-08lib/util: Set "PREDEFINED = DOXYGEN" in DoxyfilePavel Filipenský1-0/+1
2025-12-08lib/util: Change comments to Doxygen in data_blob.hPavel Filipenský1-9/+64
2025-12-08lib/util: Refactor data_blob.{h,c}Pavel Filipenský2-23/+15
2025-11-12lib:util: Add APIs for fetch/store int64/uint64 values to/from tdbVinit Agnihotri2-0/+121
2025-11-11Replace memset_s() with memset_explicit()Andreas Schneider2-18/+17
2025-11-10lib: Fix whitespaceVolker Lendecke1-6/+6
2025-11-10lib: Add some const to bitmap functionsVolker Lendecke2-4/+4
2025-11-10lib: Fix bitmap_talloc()'s parameter to unsignedVolker Lendecke2-2/+6
2025-11-10lib: "boolean == true" looks strange :-)Volker Lendecke1-4/+2
2025-10-17Add missing include needed for cmocka.hAndreas Schneider1-0/+1
2025-09-28lib/util: Fix CID 1414760 - Resource leakShweta Sodani1-1/+5
2025-09-10lib: Fix the build on FreeBSDVolker Lendecke1-0/+2
2025-09-02lib: Remove unused interpret_string_addr_prefer_ipv4()Volker Lendecke2-24/+0
2025-09-02lib: Fix whitespaceVolker Lendecke1-2/+2
2025-09-02lib: tevent_req_set_endtime() can failVolker Lendecke1-1/+4
2025-09-01lib: Re-add dlclose(handle) when module initialization failedVolker Lendecke1-1/+3
2025-08-15lib: Make file_ploadv() staticVolker Lendecke2-6/+1
2025-08-15lib: Move file_lines_ploadv() to lib/util/Volker Lendecke2-0/+27