summaryrefslogtreecommitdiff
path: root/lib/util/util.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-10lib: "boolean == true" looks strange :-)Volker Lendecke1-4/+2
2025-04-29lib/util: let dump_data_diff() pass omit_zero_bytes to dump_data_diff_cb()Stefan Metzmacher1-1/+7
2024-06-13lib:util: Fix size of tmp arrayAndreas Schneider1-1/+3
2024-06-13lib:util: Remove tailing spaces in util.cAndreas Schneider1-12/+12
2023-10-13util: Remove redundant assertion (CID 1497841)Joseph Sutton1-1/+1
2023-08-24lib/util: strhex_to_data_blob checks tallocDouglas Bagnall1-1/+4
2023-04-14lib:util: Fix code spellingAndreas Schneider1-1/+1
2023-03-09lib: Add dump_data_addbuf()Volker Lendecke1-0/+11
2023-01-27s3:lib: Change file_modtime() to return an error code and a struct timespec.Jeremy Allison1-9/+16
2022-07-25lib/util: make use of tevent_cached_getpid() in performance critical codeStefan Metzmacher1-1/+2
2022-06-09lib/util: Delegate constant time memcmp to gnutls_memcmp()Joseph Sutton1-8/+4
2022-06-09lib/util: Reduce sum variable to uint8_tJoseph Sutton1-1/+2
2022-06-09lib/util: Change function to mem_equal_const_time()Joseph Sutton1-2/+2
2022-06-09lib/util: Move memcmp_const_time() to util.cJoseph Sutton1-0/+12
2022-01-24lib/util: add dump_data_diff*() helpersStefan Metzmacher1-0/+84
2022-01-24lib/util: split out a dump_data_block16() helperStefan Metzmacher1-60/+59
2021-04-20util: Ensure debugger is not started until it is allowed to attachJoseph Sutton1-10/+39
2021-04-20util: Ensure debugger can be attached to processJoseph Sutton1-12/+18
2021-03-11util: don't mark impure functions as pureDouglas Bagnall1-2/+2
2021-01-22lib: Use hex_byte() in strhex_to_str()Volker Lendecke1-27/+6
2021-01-06lib:util: Add directory_create_or_exists_recursive()Andreas Schneider1-0/+40
2020-08-16util: Allow symlinks in directory_create_or_existChristof Schmitt1-2/+16
2020-08-03lib: relicense smb_strtoul(l) under LGPLv3Ralph Boehme1-152/+0
2020-05-27lib/util: Allow gdb to be started by samba_start_debugger() under the default...Andrew Bartlett1-0/+10
2020-01-27lib:util: Log mkdir error on correct debug levelsAndreas Schneider1-2/+5
2019-06-30lib: Add capability to enable standard glibc behaviour for string to int conv...Swen Schillig1-10/+16
2019-06-30lib: Add check for full string consumption when converting string to intSwen Schillig1-0/+22
2019-06-30lib: Prepare for strtoul_err(), strtoull_err() API changeSwen Schillig1-10/+24
2019-04-11lib: modify string conversion wrapper to handle invalid stringsSwen Schillig1-1/+18
2019-03-08lib:util: Move debug message for mkdir failing to log level 1Andreas Schneider1-3/+3
2019-03-01lib: modify string conversion wrapper to handle signed inputSwen Schillig1-6/+50
2019-03-01util: Add two wrapper for string to int conversionSwen Schillig1-0/+50
2018-08-30lib: Fix lstat check in directory_create_or_existChristof Schmitt1-17/+11
2017-10-27lib: Use all_zero where appropriateVolker Lendecke1-3/+2
2017-03-20lib: Simplify smb_nanosleepVolker Lendecke1-42/+2
2017-03-16lib/util: Fix initializerAmitay Isaacs1-1/+1
2017-02-14ndrdump: Add the option --hex-input for hexdump parsingCody Harrington1-2/+42
2016-11-16lib:util: Don't print lstat warning on ERROR debug levelAndreas Schneider1-2/+2
2016-06-20lib/util: Optimise trim_string() to use a single memmove(3)Martin Schwenke1-7/+12
2016-03-01lib/util/util.c: move null-check before useAurelien Aptel1-5/+1
2015-11-19lib: Fix memalign_array overflow protectionVolker Lendecke1-1/+1
2015-10-28lib: util: Make non-critical message a warning.Jeremy Allison1-2/+2
2015-07-09util.c: fix order of inclusion to correctly consume config.hUri Simchoni1-1/+1
2015-07-03lib/util: fix output format in dump_data*()Stefan Metzmacher1-1/+1
2015-05-13lib: Remove unused hex_encode()Volker Lendecke1-13/+1
2014-12-05lib: Fix signed/unsigned comparisonsVolker Lendecke1-1/+1
2014-10-04lib/util: Clean up includes for util.cMartin Schwenke1-1/+6
2014-09-20lib/util: Drop unnecessary use of talloc_tos()Volker Lendecke1-6/+4
2014-09-19lib/util: Return some functions to util_str.cMartin Schwenke1-55/+0
2014-09-19lib/util: Move next_token* functions to util_str.cMartin Schwenke1-146/+0