summaryrefslogtreecommitdiff
path: root/lib/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* util: Fix the logic in ms_fnmatch_protocol()Andreas Schneider2018-03-021-2/+7
* lib:util: Add FALL_THROUGH statements in util_file.cAndreas Schneider2018-03-011-1/+2
* lib:util: Add FALL_THROUGH statements in charset/charset_macosxfs.cAndreas Schneider2018-03-011-6/+8
* lib:util: Add FALL_THROUGH statements in substitute.cAndreas Schneider2018-03-011-0/+2
* util/rfc1738: update preambleDouglas Bagnall2018-02-221-11/+6
* util/rfc1738: simplify and fix rfc1738_escape_part()Douglas Bagnall2018-02-221-98/+90
* util/rfc1738: remove unused versions of rfc1738_escapeDouglas Bagnall2018-02-222-36/+0
* util/rfc1738: simplify and fix rfc1738_unescape()Douglas Bagnall2018-02-221-28/+33
* util/tests: add rfc1738 cmocka testsDouglas Bagnall2018-02-222-0/+417
* util/rfc1738_unescape(): return end pointer or NULL on errorDouglas Bagnall2018-02-222-3/+4
* shift read_hex_bytes() and parse_guid_string() into lib/utilDouglas Bagnall2018-02-223-1/+116
* Samba-VirusFilter: memcache changes.Trever L. Adams2018-01-242-1/+3
* build: deal with recent glibc sunrpc header removalGünther Deschner2018-01-221-1/+1
* include: Create system/nis.h in libreplaceAndreas Schneider2018-01-221-3/+7
* Add substitutions %t, %j, and %J as path-safe variants of %T, %i, and %I.Dr. Thomas Orgis2018-01-082-0/+66
* lib: Allow parsing a strv from a non-talloc const bufVolker Lendecke2017-11-292-9/+19
* lib: Only call strlen if necessary in strvVolker Lendecke2017-11-291-2/+4
* lib: Pass in "strv_len" to strv_valid_entryVolker Lendecke2017-11-291-14/+12
* gpo: move mkdir_p to lib/utilDavid Mulder2017-11-203-1/+92
* lib: Save a few bytes of .textVolker Lendecke2017-11-181-2/+1
* lib: Fix a false/NULL hickupVolker Lendecke2017-11-181-1/+1