summaryrefslogtreecommitdiff
path: root/lib/util
Commit message (Expand)AuthorAgeFilesLines
* CVE-2020-10704 libcli ldap: Check search request lengths.Gary Lockyer2020-04-212-0/+8
* CVE-2020-10704: lib util asn1: Check parse tree depthGary Lockyer2020-04-211-0/+13
* CVE-2020-10704: lib util asn1: Add ASN.1 max tree depthGary Lockyer2020-04-213-3/+25
* lib:util: Log mkdir error on correct debug levelsAndreas Schneider2020-02-031-2/+5
* CVE-2019-14907 lib/util: Do not print the failed to convert string into the logsAndrew Bartlett2020-01-091-15/+18
* CVE-2019-14907 lib/util/charset: clang: Fix Value stored to 'reason' is never...Noel Power2020-01-091-4/+4
* fault.c: improve fault_report message text pointing to our wikiBjörn Jacke2019-09-261-1/+5
* lib/util: set current_msg_{level,class} also during a DEBUGADD[C]() callStefan Metzmacher2019-08-082-7/+17
* 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-161-0/+19
* s3:debug: adjust indentionRalph Wuerthner2019-05-161-2/+4
* s3:debug: use struct initializerRalph Wuerthner2019-05-161-10/+9
* lib util debug: Increase format buffer to 4KiBGary Lockyer2019-05-161-1/+1
* memcache: Properly track the size of talloc objectsChristof Schmitt2019-04-111-0/+19
* memcache: Introduce struct for storing talloc pointerChristof Schmitt2019-04-111-15/+20
* lib: Make fd_load work for non-regular filesVolker Lendecke2019-04-021-15/+48
* lib:util: Move debug message for mkdir failing to log level 1Andreas Schneider2019-03-131-3/+3
* waf: Do not install internal headerAndreas Schneider2019-02-211-1/+17
* lib:util: Move discard_const(_p) to own header for libndr.hAndreas Schneider2019-02-214-28/+53
* 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
* 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