summaryrefslogtreecommitdiff
path: root/lib/util/util.c
Commit message (Expand)AuthorAgeFilesLines
* lib/util: make use of tevent_cached_getpid() in performance critical codeStefan Metzmacher2022-07-251-1/+2
* lib/util: Delegate constant time memcmp to gnutls_memcmp()Joseph Sutton2022-06-091-8/+4
* lib/util: Reduce sum variable to uint8_tJoseph Sutton2022-06-091-1/+2
* lib/util: Change function to mem_equal_const_time()Joseph Sutton2022-06-091-2/+2
* lib/util: Move memcmp_const_time() to util.cJoseph Sutton2022-06-091-0/+12
* lib/util: add dump_data_diff*() helpersStefan Metzmacher2022-01-241-0/+84
* lib/util: split out a dump_data_block16() helperStefan Metzmacher2022-01-241-60/+59
* util: Ensure debugger is not started until it is allowed to attachJoseph Sutton2021-04-201-10/+39
* util: Ensure debugger can be attached to processJoseph Sutton2021-04-201-12/+18
* util: don't mark impure functions as pureDouglas Bagnall2021-03-111-2/+2
* lib: Use hex_byte() in strhex_to_str()Volker Lendecke2021-01-221-27/+6
* lib:util: Add directory_create_or_exists_recursive()Andreas Schneider2021-01-061-0/+40
* util: Allow symlinks in directory_create_or_existChristof Schmitt2020-08-161-2/+16
* lib: relicense smb_strtoul(l) under LGPLv3Ralph Boehme2020-08-031-152/+0
* lib/util: Allow gdb to be started by samba_start_debugger() under the default...Andrew Bartlett2020-05-271-0/+10
* lib:util: Log mkdir error on correct debug levelsAndreas Schneider2020-01-271-2/+5
* lib: Add capability to enable standard glibc behaviour for string to int conv...Swen Schillig2019-06-301-10/+16
* lib: Add check for full string consumption when converting string to intSwen Schillig2019-06-301-0/+22
* lib: Prepare for strtoul_err(), strtoull_err() API changeSwen Schillig2019-06-301-10/+24
* lib: modify string conversion wrapper to handle invalid stringsSwen Schillig2019-04-111-1/+18
* lib:util: Move debug message for mkdir failing to log level 1Andreas Schneider2019-03-081-3/+3
* lib: modify string conversion wrapper to handle signed inputSwen Schillig2019-03-011-6/+50
* util: Add two wrapper for string to int conversionSwen Schillig2019-03-011-0/+50
* lib: Fix lstat check in directory_create_or_existChristof Schmitt2018-08-301-17/+11
* lib: Use all_zero where appropriateVolker Lendecke2017-10-271-3/+2
* lib: Simplify smb_nanosleepVolker Lendecke2017-03-201-42/+2
* lib/util: Fix initializerAmitay Isaacs2017-03-161-1/+1
* ndrdump: Add the option --hex-input for hexdump parsingCody Harrington2017-02-141-2/+42
* lib:util: Don't print lstat warning on ERROR debug levelAndreas Schneider2016-11-161-2/+2
* lib/util: Optimise trim_string() to use a single memmove(3)Martin Schwenke2016-06-201-7/+12
* lib/util/util.c: move null-check before useAurelien Aptel2016-03-011-5/+1
* lib: Fix memalign_array overflow protectionVolker Lendecke2015-11-191-1/+1
* lib: util: Make non-critical message a warning.Jeremy Allison2015-10-281-2/+2
* util.c: fix order of inclusion to correctly consume config.hUri Simchoni2015-07-091-1/+1
* lib/util: fix output format in dump_data*()Stefan Metzmacher2015-07-031-1/+1
* lib: Remove unused hex_encode()Volker Lendecke2015-05-131-13/+1
* lib: Fix signed/unsigned comparisonsVolker Lendecke2014-12-051-1/+1
* lib/util: Clean up includes for util.cMartin Schwenke2014-10-041-1/+6
* lib/util: Drop unnecessary use of talloc_tos()Volker Lendecke2014-09-201-6/+4
* lib/util: Return some functions to util_str.cMartin Schwenke2014-09-191-55/+0
* lib/util: Move next_token* functions to util_str.cMartin Schwenke2014-09-191-146/+0
* Fix now erroneous comment for directory_create_or_exist()Jeremy Allison2014-07-291-1/+1
* lib: directory_create_or_exist() does not use "uid" parameterVolker Lendecke2014-07-281-2/+1
* lib: Simplify directory_create_or_exist with an early returnVolker Lendecke2014-07-281-23/+24
* lib: Change uid_wrapper to preloadable version.Andreas Schneider2014-04-171-2/+2
* lib-util: rename memdup to smb_memdup and fix all callersBjörn Baumbach2014-04-161-1/+1
* lib:util: fix a comment typoMichael Adam2013-12-111-1/+1
* CVE-2013-4476: lib-util: add file_check_permissions()Björn Baumbach2013-11-111-0/+44
* libcli: Remove uneeded debug messageKai Blin2013-06-011-1/+0
* debug: Add ability to dump_data per debug classKai Blin2013-05-181-0/+30