summaryrefslogtreecommitdiff
path: root/lib/util
Commit message (Expand)AuthorAgeFilesLines
* lib:util: Sync memory.h with replace.hAndreas Schneider2019-04-301-0/+5
* gpfswrap: Remove unused gpfs_prealloc wrapperChristof Schmitt2019-04-222-13/+0
* s3:debug: enable logging for early startup failuresRalph Wuerthner2019-04-181-0/+19
* s3:debug: adjust indentionRalph Wuerthner2019-04-181-2/+4
* s3:debug: use struct initializerRalph Wuerthner2019-04-181-10/+9
* common-lib: Update error check for new string conversion wrapperSwen Schillig2019-04-112-3/+3
* lib: modify string conversion wrapper to handle invalid stringsSwen Schillig2019-04-111-1/+18
* memcache: Properly track the size of talloc objectsChristof Schmitt2019-04-061-0/+19
* memcache: Introduce struct for storing talloc pointerChristof Schmitt2019-04-061-15/+20
* lib:util: Include talloc_keep_secret.h in samba_util.hAndreas Schneider2019-04-031-0/+1
* lib:util: Add test for talloc_keep_secret()Andreas Schneider2019-04-032-0/+100
* lib:util: Add support to keep talloc chunks secretAndreas Schneider2019-04-033-10/+122
* lib: Make fd_load work for non-regular filesVolker Lendecke2019-03-261-15/+48
* 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
* common-lib: Use wrapper for string to integer conversionSwen Schillig2019-03-013-12/+22
* util: Add two wrapper for string to int conversionSwen Schillig2019-03-012-0/+57
* lib util: Add function to generate random uint64_tGary Lockyer2019-02-202-0/+16
* waf: Do not install internal headerAndreas Schneider2019-02-141-1/+17
* lib:util: Move discard_const(_p) to own header for libndr.hAndreas Schneider2019-02-144-28/+53
* lib:util: Add GPL header to tftw.cAndreas Schneider2019-02-141-0/+13
* lib:util: Add missing "replace.h" header in tftwAndreas Schneider2019-02-141-0/+1
* s3:util: Move static file_pload() function to lib/utilAliaksei Karaliou2019-02-112-0/+53
* s3:util: Move popen wrappers to lib/utilAliaksei Karaliou2019-02-113-2/+282
* lib/util: inline lib/util/util_runcmd.h againStefan Metzmacher2019-02-082-38/+15
* lib/util: add samba_runcmd_export_stdin() helper functionStefan Metzmacher2019-02-072-0/+12
* lib/debug: retain full string in state.prog_name globalDavid Disseldorp2019-02-071-4/+8
* util: Add file tree walk interfaceAndreas Schneider2019-01-283-1/+160
* lib:util: Use C99 initializer in tfork testAndreas Schneider2019-01-281-2/+12
* lib:util: Use C99 initializer for weird_table in charsetAndreas Schneider2019-01-281-3/+13
* lib:util: Use C99 initializer for builtin_functions in iconvAndreas Schneider2019-01-281-14/+69
* lib: Use gpfs.h from third_party on LinuxChristof Schmitt2019-01-182-5/+20
* lib: remove unused function nttime_from_string()Swen Schillig2019-01-121-5/+0
* lib:util: Use memset_s() in data_blob_clear()Andreas Schneider2018-12-201-1/+1
* lib:util: Sync memory.h with replace.hAndreas Schneider2018-12-201-4/+8
* lib:util: Cleanup comments in memory.hAndreas Schneider2018-12-201-18/+20
* debug: enable per debug-class logfilesRalph Boehme2018-12-201-2/+13
* debug: remove fd and debugf from state, use dbgc_config[DBGC_ALL]Ralph Boehme2018-12-201-25/+34
* debug: update logsize checking for per debug-class logfilesRalph Boehme2018-12-201-0/+14
* debug: update need_to_check_log_size() for per debug-class logfilesRalph Boehme2018-12-201-2/+15
* debug: add support for per debug-class logfilesRalph Boehme2018-12-201-1/+14
* debug: add resource cleanup for per debug-class logfilesRalph Boehme2018-12-201-0/+1
* debug: add logfile and fd to struct debug_classRalph Boehme2018-12-201-1/+17
* debug: factor out logfile size checkRalph Boehme2018-12-201-19/+54
* debug: add a call to debug_parse_levels() to reopen_logs()Ralph Boehme2018-12-201-0/+1
* debug: add an empty lineRalph Boehme2018-12-201-0/+1
* debug: factor out a function that opens and closes the new and old logfileRalph Boehme2018-12-201-16/+24
* debug: track current debug message classRalph Boehme2018-12-201-0/+4
* debug: convert dbgc_config to an array of struct debug_classRalph Boehme2018-12-201-16/+29
* debug: README.Coding fixesRalph Boehme2018-12-201-12/+19