summaryrefslogtreecommitdiff
path: root/lib/util
Commit message (Expand)AuthorAgeFilesLines
* CVE-2019-14907 lib/util: Do not print the failed to convert string into the logsAndrew Bartlett2020-01-101-15/+18
* CVE-2019-14907 lib/util/charset: clang: Fix Value stored to 'reason' is never...Noel Power2020-01-101-4/+4
* fault.c: improve fault_report message text pointing to our wikiBjörn Jacke2019-09-261-1/+5
* lib/util: remove unused prototypes in debug.hStefan Metzmacher2019-08-081-2/+0
* lib/util: fix call to dbghdrclass() for DEBUGC()Stefan Metzmacher2019-08-081-1/+1
* lib: util: Finally remove possibilities of using sys_popen() unsafely.Jeremy Allison2019-06-132-96/+0
* lib: util: Remove file_pload()Jeremy Allison2019-06-132-47/+0
* lib: util: Add file_ploadv().Jeremy Allison2019-06-132-0/+47
* lib: popen: Prepare to remove sys_popen().Jeremy Allison2019-06-132-20/+38
* s3:util: Move static file_pload() function to lib/utilAliaksei Karaliou2019-06-132-0/+53
* s3:util: Move popen wrappers to lib/utilAliaksei Karaliou2019-06-133-2/+282
* s3:debug: enable logging for early startup failuresRalph Wuerthner2019-05-171-0/+19
* s3:debug: adjust indentionRalph Wuerthner2019-05-171-2/+4
* s3:debug: use struct initializerRalph Wuerthner2019-05-171-10/+9
* debug: add a call to debug_parse_levels() to reopen_logs()Ralph Boehme2019-05-171-0/+1
* debug: add an empty lineRalph Boehme2019-05-171-0/+1
* lib util debug: Increase format buffer to 4KiBGary Lockyer2019-05-171-1/+1
* memcache: Properly track the size of talloc objectsChristof Schmitt2019-04-121-0/+19
* memcache: Introduce struct for storing talloc pointerChristof Schmitt2019-04-121-15/+20
* Send status to systemd on daemon startMarcos Mello2019-03-221-10/+8
* lib:util: Move debug message for mkdir failing to log level 1Andreas Schneider2019-03-121-3/+3
* lib/util: Count a trailing line that doesn't end in a newlineMartin Schwenke2019-01-092-3/+155
* lib:util: Fix DEBUGCLASS pointer initializiationAndreas Schneider2018-11-121-2/+2
* lib: Avoid the use of open_memstream in tevent_req_profile_stringVolker Lendecke2018-10-102-55/+38
* s3: util: Do not take over stderr when there is no log filePaulo Alcantara2018-09-041-2/+5
* 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
* talloc_stack: Call talloc destructors while frame is still aroundVolker Lendecke2018-06-231-0/+29
* util_str_hex: use array syntax in guid functions to document usageDouglas Bagnall2018-05-312-4/+4
* util/charset/iconv: use read_hex_bytes rather than sscanfDouglas Bagnall2018-05-311-3/+6
* memcache: Add new cache type for dfree informationChristof Schmitt2018-05-251-1/+2
* lib:util: Fix size types in debug.cAndreas Schneider2018-05-171-7/+7
* lib:util: Fix parameter aliasing in tfork testAndreas Schneider2018-05-171-5/+2
* lib:util: Fix string check in mkdir_p()Andreas Schneider2018-05-171-2/+2
* debug: Add group logging classesGary Lockyer2018-05-162-0/+4
* logging: add ldb audit classesGary Lockyer2018-05-162-0/+12
* util: Add tini to samba-util-coreAmitay Isaacs2018-05-121-2/+2
* Fix spelling s/unitialized/uninitialized/Mathieu Parent2018-05-121-1/+1
* lib/util: Call log_stack_trace() in smb_panic_default()Andrew Bartlett2018-04-111-2/+1
* lib/util: Move log_stack_trace() to common codeAndrew Bartlett2018-04-113-0/+106
* lib/util: Log PANIC before calling pacic action just like s3Andrew Bartlett2018-04-111-1/+3
* lib:util: Fix size types in fgets_slash()Andreas Schneider2018-04-032-3/+3
* lib/util: remove unused '#include <sys/syscall.h>' from tests/tfork.cStefan Metzmacher2018-04-031-1/+0
* s3: smbd: SMB2: Add DBGC_SMB2_CREDITS class to specifically debug credit issues.Jeremy Allison2018-03-222-0/+2
* lib: debug: Add DBGC_XXX versions of the macros to allow class-specific messa...Jeremy Allison2018-03-221-0/+30
* s3: debug: smb2: Create a new DBGC_SMB2 debug class and mark all smbd/smb2_*....Jeremy Allison2018-03-222-0/+2
* build: fix standalone ctdb build --with-systemdDavid Disseldorp2018-03-051-1/+2
* tests: Add basic ms_fnmatch unit testDavid Disseldorp2018-03-022-0/+119