summaryrefslogtreecommitdiff
path: root/lib/util
AgeCommit message (Expand)AuthorFilesLines
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
2025-08-15lib:util: Fix resourse leak CID#1412633Vinit Agnihotri1-3/+1
2025-08-12lib/util: Fix CID 1414760 - Memory leakShweta Sodani1-3/+7
2025-07-30iconv: fixed coverity issue CID1609382Xavi Hernandez1-3/+7
2025-06-18async_sock: move samba_socket_{poll,sock,poll_or_sock}_error() from util_net....Stefan Metzmacher2-113/+0
2025-06-18lib:util: Disable logging to syslog for startup messagesAndreas Schneider2-0/+24
2025-05-19charset/tests: avoid static variables in test_buffer()Stefan Metzmacher1-39/+105
2025-05-19lib/util: activate panic on dangling talloc stackframesStefan Metzmacher1-1/+1
2025-05-19lib/util: add pthread support to talloc_stack.cStefan Metzmacher1-1/+33
2025-05-19lib/util: add atexit handling and complain about dangling frames.Stefan Metzmacher1-0/+37
2025-05-19lib/util: remove unused SMB_THREAD handling from talloc_stack.cStefan Metzmacher1-38/+21
2025-04-29lib/util: let dump_data_diff() pass omit_zero_bytes to dump_data_diff_cb()Stefan Metzmacher1-1/+7
2025-04-18lib/util: fix NONNULL(params) __attribute__((nonnull(params)))Stefan Metzmacher1-2/+2
2025-03-05lib: Remove unused next_token()Volker Lendecke2-47/+8
2025-03-05torture4: Test next_token_talloc() instead of next_token()Volker Lendecke1-22/+64
2025-02-06gpfswrap: Remove unused gpfs_set_winattrs_pathChristof Schmitt2-19/+0
2025-02-06gpfswrap: Remove unused gpfs_fstat_xChristof Schmitt2-16/+0
2025-02-06gpfswrap: Remove unused gpfs_stat_x wrapperChristof Schmitt2-16/+0
2025-01-29lib/util: add dns_cmp() as it's own fileStefan Metzmacher3-0/+252
2025-01-23lib: factor out generate_random_str_list_buf()Volker Lendecke2-10/+30
2025-01-17lib:util: Fix stack-use-after-return in crypt_as_best_we_can()Andreas Schneider1-4/+12
2025-01-07lib: add sys_write_full()Ralph Boehme2-0/+39
2025-01-02include <grp.h> for setgroups in a few placesMichael Tokarev1-0/+3
2025-01-02replace direct calls to memset_s() with commonly used macrosMichael Tokarev2-15/+2
2025-01-02specify some deps on private libs actually used directlyMichael Tokarev1-2/+2
2024-12-20util:datablob: data_blob_pad checks its alignment assumptionDouglas Bagnall1-1/+1
2024-12-20util: add a crypt strerror helperDouglas Bagnall2-0/+26
2024-12-20util: add a crypt wrapper, derived from dsdb:password_hashDouglas Bagnall3-0/+101
2024-12-02lib: Move some R/W "data" segment to R/O "text"Volker Lendecke1-18/+18
2024-11-12lib: Simplify nybble_to_hex_*Volker Lendecke1-44/+2
2024-11-11lib/util: Include grp.h for setgroups during autoconfSamuel Thibault1-0/+3
2024-11-08Describe implication of upstream ICU-22610Earl Chew1-0/+4
2024-11-06util:charset: s/the the\b/the/ in commentsDouglas Bagnall1-1/+1
2024-10-06lib: Use talloc_realloc instead of talloc_realloc_sizeVolker Lendecke1-1/+1
2024-10-02lib: Fix CID 1596761 Resource leakVolker Lendecke1-2/+4
2024-08-28util:charset: Remove unreachable code (CID 1272948)Joseph Sutton1-9/+0
2024-08-28lib/util: Speed up slow data-blob-to-hex functionsJo Sutton2-4/+60
2024-08-21lib/util: let server_id_str_buf_unique() use server_id_bufStefan Metzmacher3-27/+9
2024-08-21lib/util: split out server_id_from_string_ex allow the unique delimiter to be...Stefan Metzmacher2-12/+25
2024-08-21lib/util: add server_id_str_buf_unique_ex() and allow the delimiter to be pas...Stefan Metzmacher2-10/+33
2024-08-21lib/util: let server_id_str_buf() use PRIu32 and PRIu64Stefan Metzmacher1-10/+8
2024-08-21lib/util: add a comment to struct server_id_bufStefan Metzmacher1-1/+17
2024-08-06lib: Fix whitespaceVolker Lendecke1-4/+4
2024-08-04lib:util: Fix code spellingJo Sutton1-1/+1
2024-07-16lib:util: Move open() of /dev/null into the if-clauseAndreas Schneider1-1/+2