summaryrefslogtreecommitdiff
path: root/lib/util
AgeCommit message (Expand)AuthorFilesLines
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-01common-lib: Use wrapper for string to integer conversionSwen Schillig3-12/+22
2019-03-01util: Add two wrapper for string to int conversionSwen Schillig2-0/+57
2019-02-20lib util: Add function to generate random uint64_tGary Lockyer2-0/+16
2019-02-14waf: Do not install internal headerAndreas Schneider1-1/+17
2019-02-14lib:util: Move discard_const(_p) to own header for libndr.hAndreas Schneider4-28/+53
2019-02-14lib:util: Add GPL header to tftw.cAndreas Schneider1-0/+13
2019-02-14lib:util: Add missing "replace.h" header in tftwAndreas Schneider1-0/+1
2019-02-11s3:util: Move static file_pload() function to lib/utilAliaksei Karaliou2-0/+53
2019-02-11s3:util: Move popen wrappers to lib/utilAliaksei Karaliou3-2/+282
2019-02-08lib/util: inline lib/util/util_runcmd.h againStefan Metzmacher2-38/+15
2019-02-07lib/util: add samba_runcmd_export_stdin() helper functionStefan Metzmacher2-0/+12
2019-02-07lib/debug: retain full string in state.prog_name globalDavid Disseldorp1-4/+8
2019-01-28util: Add file tree walk interfaceAndreas Schneider3-1/+160
2019-01-28lib:util: Use C99 initializer in tfork testAndreas Schneider1-2/+12
2019-01-28lib:util: Use C99 initializer for weird_table in charsetAndreas Schneider1-3/+13
2019-01-28lib:util: Use C99 initializer for builtin_functions in iconvAndreas Schneider1-14/+69
2019-01-18lib: Use gpfs.h from third_party on LinuxChristof Schmitt2-5/+20
2019-01-12lib: remove unused function nttime_from_string()Swen Schillig1-5/+0
2018-12-20lib:util: Use memset_s() in data_blob_clear()Andreas Schneider1-1/+1
2018-12-20lib:util: Sync memory.h with replace.hAndreas Schneider1-4/+8
2018-12-20lib:util: Cleanup comments in memory.hAndreas Schneider1-18/+20
2018-12-20debug: enable per debug-class logfilesRalph Boehme1-2/+13
2018-12-20debug: remove fd and debugf from state, use dbgc_config[DBGC_ALL]Ralph Boehme1-25/+34
2018-12-20debug: update logsize checking for per debug-class logfilesRalph Boehme1-0/+14
2018-12-20debug: update need_to_check_log_size() for per debug-class logfilesRalph Boehme1-2/+15
2018-12-20debug: add support for per debug-class logfilesRalph Boehme1-1/+14
2018-12-20debug: add resource cleanup for per debug-class logfilesRalph Boehme1-0/+1
2018-12-20debug: add logfile and fd to struct debug_classRalph Boehme1-1/+17
2018-12-20debug: factor out logfile size checkRalph Boehme1-19/+54
2018-12-20debug: add a call to debug_parse_levels() to reopen_logs()Ralph Boehme1-0/+1
2018-12-20debug: add an empty lineRalph Boehme1-0/+1
2018-12-20debug: factor out a function that opens and closes the new and old logfileRalph Boehme1-16/+24
2018-12-20debug: track current debug message classRalph Boehme1-0/+4
2018-12-20debug: convert dbgc_config to an array of struct debug_classRalph Boehme1-16/+29
2018-12-20debug: README.Coding fixesRalph Boehme1-12/+19
2018-12-20debug: rename DEBUGLEVEL_CLASS variable to dbgc_configRalph Boehme1-19/+19
2018-12-20debug: move some definitions aroundRalph Boehme1-51/+52
2018-12-19lib/util: Count a trailing line that doesn't end in a newlineMartin Schwenke2-3/+155
2018-12-17Send status to systemd on daemon startMarcos Mello1-10/+8
2018-12-16lib:util: Fix checking for config.h #define in fault.cAndreas Schneider1-1/+1
2018-11-30util: Fix include file orderMartin Schwenke1-1/+2
2018-11-28lib:util: Avoid name confusion with config.hAndreas Schneider1-5/+5
2018-11-28lib:util: Use #ifdef instead of #if for config.h definitionsAndreas Schneider2-3/+3
2018-11-28tfork: add a README how to run test torture test under valgrindRalph Boehme1-0/+22
2018-11-28tfork: add a suppresssions file for drdRalph Boehme1-0/+14
2018-11-28tfork: add a suppresssions file for helgrindRalph Boehme1-0/+32
2018-11-28tfork: TFORK_ANNOTATE_BENIGN_RACERalph Boehme1-0/+41
2018-11-28tfork/test: ensure all threads start with SIGCHLD unblockedRalph Boehme1-0/+17