summaryrefslogtreecommitdiff
path: root/lib/util
Commit message (Expand)AuthorAgeFilesLines
* Send status to systemd on daemon startMarcos Mello2019-03-261-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
* s3: util: Do not take over stderr when there is no log filePaulo Alcantara2018-09-051-2/+5
* lib: smb_threads: fix access before init bugRalph Boehme2018-07-121-0/+3
* lib:util: Fix size types in debug.cAndreas Schneider2018-06-201-7/+7
* lib:util: Fix parameter aliasing in tfork testAndreas Schneider2018-06-201-5/+2
* lib:util: Fix string check in mkdir_p()Andreas Schneider2018-06-201-2/+2
* memcache: Add new cache type for dfree informationChristof Schmitt2018-06-071-1/+2
* lib/util: Call log_stack_trace() in smb_panic_default()Andrew Bartlett2018-06-041-2/+1
* lib/util: Move log_stack_trace() to common codeAndrew Bartlett2018-06-043-0/+106
* lib/util: Log PANIC before calling pacic action just like s3Andrew Bartlett2018-06-041-1/+3
* lib/util: remove unused '#include <sys/syscall.h>' from tests/tfork.cStefan Metzmacher2018-04-201-1/+0
* s3: smbd: SMB2: Add DBGC_SMB2_CREDITS class to specifically debug credit issues.Jeremy Allison2018-04-062-0/+2
* lib: debug: Add DBGC_XXX versions of the macros to allow class-specific messa...Jeremy Allison2018-04-061-0/+30
* s3: debug: smb2: Create a new DBGC_SMB2 debug class and mark all smbd/smb2_*....Jeremy Allison2018-04-062-0/+2
* Samba-VirusFilter: memcache changes.Trever L. Adams2018-02-092-1/+3
* build: deal with recent glibc sunrpc header removalGünther Deschner2018-01-251-1/+1
* include: Create system/nis.h in libreplaceAndreas Schneider2018-01-251-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
* lib: Simplify is_ipaddress_v6Volker Lendecke2017-11-181-54/+53
* lib: Avoid a pointless static variableVolker Lendecke2017-11-181-1/+1
* util_tdb: Make a few functions staticVolker Lendecke2017-11-132-28/+7
* lib: Use all_zero where appropriateVolker Lendecke2017-10-271-3/+2
* lib/util/run_cmd: use a cleanup function instead of a destructorRalph Boehme2017-09-301-3/+6
* lib/util/run_cmd: remove a printfRalph Boehme2017-09-301-1/+0
* lib/util/run_cmd: ensure fd_stdin gets set to -1 in the destructorRalph Boehme2017-09-301-0/+1
* lib/util/run_cmd: prevent zombies in samba_runcmd_send on timeoutRalph Boehme2017-09-301-4/+4
* lib: Fix a signed/unsigned hickupVolker Lendecke2017-09-301-1/+1
* lib/util: Fix build for lttng libraries that does not support tracefChristof Schmitt2017-09-271-3/+2
* tfork: set waiter process titleGary Lockyer2017-09-261-0/+1
* binsearch.h: Re-licence under LGPLv3 per agreement of the copyright holdersAndrew Bartlett2017-09-221-9/+13
* util_runcmd: Free the fde in event handler.Gary Lockyer2017-09-161-0/+1
* lib/util: only close the event_fd in tfork if the caller didn't call tfork_ev...Ralph Boehme2017-09-162-4/+17
* util/tfork: Write to the status pipeGary Lockyer2017-09-161-1/+12
* tests util/tfork: Tests for status and event fdGary Lockyer2017-09-161-0/+251
* lib: util_tdb.h needs tdb.hVolker Lendecke2017-09-161-0/+2
* charset: fix str[n]casecmp_m() by comparing lower case valuesStefan Metzmacher2017-09-151-4/+28
* charset/tests: also tests the system str[n]casecmp()Stefan Metzmacher2017-09-141-0/+35
* charset/tests: add more str[n]casecmp_m() tests to demonstrate the bugStefan Metzmacher2017-09-141-1/+7
* charset/tests: assert the exact values of str[n]casecmp_m()Stefan Metzmacher2017-09-141-17/+17
* smbd: add missing newline to debug message in daemon_status()Justin Maggard via samba-technical2017-09-081-1/+1
* debug: Add new debug class "drs_repl" for DRS replication processingAndrew Bartlett2017-09-072-0/+2