summaryrefslogtreecommitdiff
path: root/lib/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* lib/util: add tfork()Stefan Metzmacher2017-04-203-2/+380
* lib/util: add and use iov_concatRalph Boehme2017-04-183-3/+25
* lib: debug: Avoid negative array access.Jeremy Allison2017-04-181-1/+1
* lib:charset: Remove use of talloc_autofree_context() for global_iconv_handleJeremy Allison2017-04-181-3/+9
* lib:charset: Make global_iconv_handle privateJeremy Allison2017-04-182-2/+1
* lib:charset: Add utility functions reinit_iconv_handle() and free_iconv_handl...Jeremy Allison2017-04-182-0/+23
* auth_log: Add JSON logging of Authorisation and AuthenticationsGary Lockyer2017-03-292-1/+2
* debug: Add debug class for auth_auditAndrew Bartlett2017-03-292-0/+2
* lib/util: Add functions to escape log lines but not break all non-asciiGary Lockyer2017-03-294-0/+248
* lib: Avoid an includes.hVolker Lendecke2017-03-281-1/+3
* lib: Avoid an includes.hVolker Lendecke2017-03-281-3/+5
* lib: Avoid an includes.hVolker Lendecke2017-03-281-1/+2
* lib: Avoid an includes.hVolker Lendecke2017-03-281-1/+5
* lib: Avoid an includes.hVolker Lendecke2017-03-281-2/+2
* lib: Avoid an includes.hVolker Lendecke2017-03-281-1/+1
* server_id_db: Protect against non-0-terminated data recordsVolker Lendecke2017-03-281-1/+21
* lib: Simplify smb_nanosleepVolker Lendecke2017-03-201-42/+2
* lib: Make sys_poll_intr available to ctdbVolker Lendecke2017-03-201-2/+2
* lib: Avoid an includes.hVolker Lendecke2017-03-201-1/+2
* lib/util: Fix initializerAmitay Isaacs2017-03-161-1/+1
* lib/util: Put bitmap.c into samba-util-core so it is available to CTDBMartin Schwenke2017-02-241-2/+2
* Correct "occured" typos.Chris Lamb2017-02-221-1/+1
* lib/util: add generate_random_machine_password() functionStefan Metzmacher2017-02-212-2/+198
* ndrdump: Add the option --hex-input for hexdump parsingCody Harrington2017-02-142-6/+51
* lib/util: Remove ntstatus.h and string_wrappers.h include from samba_util.hAndrew Bartlett2017-02-111-3/+0
* debug: Do not depend on the whole of samba_util.hAndrew Bartlett2017-02-111-1/+2
* binsearch: make BINARY_ARRAY_SEARCH_GTE compare against a pointerDouglas Bagnall2017-02-092-3/+8
* binsearch: clarify variable name in greater-than-or-equal searchDouglas Bagnall2017-02-091-7/+7
* util:charset: Return EILSEQ in smb_iconv() if newer libc is detectedAndreas Schneider2017-02-012-3/+23