summaryrefslogtreecommitdiff
path: root/lib/util
Commit message (Expand)AuthorAgeFilesLines
* 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 parameter aliasing in tfork testAndreas Schneider2018-06-271-5/+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: Allow parsing a strv from a non-talloc const bufVolker Lendecke2018-05-242-9/+19
* lib: Only call strlen if necessary in strvVolker Lendecke2018-05-241-2/+4
* lib: Pass in "strv_len" to strv_valid_entryVolker Lendecke2018-05-241-14/+12
* 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-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: 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
* lib/util/run_cmd: use a cleanup function instead of a destructorRalph Boehme2017-10-021-3/+6
* lib/util/run_cmd: remove a printfRalph Boehme2017-10-021-1/+0
* lib/util/run_cmd: ensure fd_stdin gets set to -1 in the destructorRalph Boehme2017-10-021-0/+1
* lib/util/run_cmd: prevent zombies in samba_runcmd_send on timeoutRalph Boehme2017-10-021-4/+4
* util_runcmd: Free the fde in event handler.Gary Lockyer2017-09-171-0/+1
* lib/util: only close the event_fd in tfork if the caller didn't call tfork_ev...Ralph Boehme2017-09-172-4/+17
* util/tfork: Write to the status pipeGary Lockyer2017-09-171-1/+12
* tests util/tfork: Tests for status and event fdGary Lockyer2017-09-171-0/+251
* charset: fix str[n]casecmp_m() by comparing lower case valuesStefan Metzmacher2017-09-161-4/+28
* charset/tests: also tests the system str[n]casecmp()Stefan Metzmacher2017-09-161-0/+35
* charset/tests: add more str[n]casecmp_m() tests to demonstrate the bugStefan Metzmacher2017-09-161-1/+7
* charset/tests: assert the exact values of str[n]casecmp_m()Stefan Metzmacher2017-09-161-17/+17
* debug: Add new debug class "drs_repl" for DRS replication processingAndrew Bartlett2017-09-142-0/+2
* lib/util: add more tfork testsRalph Boehme2017-07-031-0/+438
* lib/util: adjust loglevel in tfork test with samba_runcmd_send()Ralph Boehme2017-07-031-1/+1
* lib/util: make use of tfork in samba_runcmd_send()Ralph Boehme2017-07-032-50/+59
* lib/util: enhanced tfork()Ralph Boehme2017-07-033-260/+855
* s3: VFS: Change SMB_VFS_GETWD to return struct smb_filename * instead of char *.Jeremy Allison2017-07-011-0/+1
* debug: new debug class for kerberosAndrew Bartlett2017-06-302-0/+3
* lib: Give util_paths.c its own headerVolker Lendecke2017-06-244-25/+56
* libbreplace: compatibility fix for AIXGuillaume Xavier Taillon2017-06-131-1/+1
* lib:util: Make loading of modules more secureAndreas Schneider2017-06-061-59/+42
* lib:util: Make probing of modules more secureAndreas Schneider2017-06-062-1/+66
* lib:util: Rename smb_load_modules()Andreas Schneider2017-06-062-2/+2
* lib:util: Add new function to load modules from absolute pathAndreas Schneider2017-06-061-2/+40
* lib: Fix illegal use of 0-length arraysVolker Lendecke2017-06-061-2/+8
* lib: FreeBSD needs sys/wait.h for WIFEXITEDVolker Lendecke2017-05-021-0/+1
* systemd: fix detection of libsystemdAlexander Bokovoy2017-05-021-7/+8
* Revert "lib/util: make use of tfork in samba_runcmd_send()"Ralph Boehme2017-04-302-58/+48
* lib/util: fix a Coverity finding in tforkRalph Boehme2017-04-251-5/+18
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-222-6/+6
* lib/util: add a test for samba_runcmd_send()Ralph Boehme2017-04-201-0/+36
* lib/util: make use of tfork in samba_runcmd_send()Ralph Boehme2017-04-202-48/+58
* lib/util: add a test for tfork()Ralph Boehme2017-04-201-0/+102