summaryrefslogtreecommitdiff
path: root/lib/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* debug: rename DEBUGLEVEL_CLASS variable to dbgc_configRalph Boehme2018-12-201-19/+19
* debug: move some definitions aroundRalph Boehme2018-12-201-51/+52
* lib/util: Count a trailing line that doesn't end in a newlineMartin Schwenke2018-12-192-3/+155
* Send status to systemd on daemon startMarcos Mello2018-12-171-10/+8
* lib:util: Fix checking for config.h #define in fault.cAndreas Schneider2018-12-161-1/+1
* util: Fix include file orderMartin Schwenke2018-11-301-1/+2
* lib:util: Avoid name confusion with config.hAndreas Schneider2018-11-281-5/+5
* lib:util: Use #ifdef instead of #if for config.h definitionsAndreas Schneider2018-11-282-3/+3
* tfork: add a README how to run test torture test under valgrindRalph Boehme2018-11-281-0/+22
* tfork: add a suppresssions file for drdRalph Boehme2018-11-281-0/+14
* tfork: add a suppresssions file for helgrindRalph Boehme2018-11-281-0/+32
* tfork: TFORK_ANNOTATE_BENIGN_RACERalph Boehme2018-11-281-0/+41
* tfork/test: ensure all threads start with SIGCHLD unblockedRalph Boehme2018-11-281-0/+17
* lib:util: Fix undefined behavior in bitmap.cAndreas Schneider2018-11-221-3/+3
* lib:util: Fix undefined behavior in idtreeAndreas Schneider2018-11-221-3/+3
* lib:util: Fix undefined behavior in asn1 parserAndreas Schneider2018-11-221-4/+7
* lib:util: Always include unistd.h for setgroupsAndreas Schneider2018-11-221-3/+3
* lib:util Always initialize start and spaceAndreas Schneider2018-11-141-5/+2
* debug: Use debuglevel_(get|set) functionAndreas Schneider2018-11-082-16/+26
* lib:util: Fix DEBUGCLASS pointer initializiationAndreas Schneider2018-11-081-2/+2
* lib: Avoid the use of open_memstream in tevent_req_profile_stringVolker Lendecke2018-10-082-55/+38
* torture: Remove unnecesssary #include <fcntl.h>Christof Schmitt2018-09-151-1/+0
* lib/util/wscript_configure: update to handle waf 2.0.4Alexander Bokovoy2018-09-051-1/+1
* lib/util/wscript: update to handle waf 2.0.4Alexander Bokovoy2018-09-051-1/+1
* lib: Fix the build on FreeBSDVolker Lendecke2018-08-311-0/+1
* torture: Add test for directory_create_or_existChristof Schmitt2018-08-301-0/+60
* lib: Fix lstat check in directory_create_or_existChristof Schmitt2018-08-301-17/+11
* s3: util: Do not take over stderr when there is no log filePaulo Alcantara2018-08-181-2/+5
* lib/util: rename USE_LINUX_THREAD_CREDENTIALS to HAVE_LINUX_THREAD_CREDENTIALSRalph Boehme2018-07-241-12/+12
* lib: Add tevent_req_profile helpersVolker Lendecke2018-07-113-0/+570
* lib: Multi-line a long line in wscript_buildVolker Lendecke2018-07-111-1/+5
* lib:charset: Fix error messages from charset conversionChristof Schmitt via samba-technical2018-07-072-3/+1
* lib: smb_threads: fix access before init bugRalph Boehme2018-07-041-0/+3