summaryrefslogtreecommitdiff
path: root/lib/util
Commit message (Expand)AuthorAgeFilesLines
* lib:util: prefer size_t for random data generation functionsDmitry Antipov2023-05-162-7/+7
* lib:util: Fix undefined bitshiftJoseph Sutton2023-05-051-1/+1
* debug: Only initialize gpfs wrapper when gpfs logging is enabledChristof Schmitt2023-04-141-1/+3
* lib:util: Fix code spellingAndreas Schneider2023-04-1423-230/+230
* lib:util: Remove trailing white spaces in byteorder.hAndreas Schneider2023-04-141-6/+6
* lib/util: Add "debug syslog format = always", which logs to stdout in syslog ...Andrew Bartlett2023-04-062-9/+38
* lib:util: prefer mallinfo2() over mallinfo() if availableDmitry Antipov2023-03-092-4/+41
* lib: Add dump_data_addbuf()Volker Lendecke2023-03-092-0/+15
* lib: Move the dump_data_pw() prototype to the other dump_data_* onesVolker Lendecke2023-03-092-8/+8
* lib: Fix whitespaceVolker Lendecke2023-03-091-7/+7
* lib: add NTTIME_[U|m]SEC macrosAmir Goldstein2023-03-011-0/+3
* lib:util: File descriptor being closed repeatedly.baixiangcpp2023-02-161-1/+8
* s3:lib: Change file_modtime() to return an error code and a struct timespec.Jeremy Allison2023-01-272-12/+25
* spelling fixes for 4.18 (errror implemenation proces Controler)Michael Tokarev2023-01-261-1/+1
* debug: Call depth: Indent the debug textPavel Filipenský2023-01-261-0/+13
* debug: Call depth: Print ", depth=..." in the debug headerPavel Filipenský2023-01-261-0/+10
* debug: Call depth: InterfacePavel Filipenský2023-01-262-0/+13
* debug: Fix whitespaces in debug.cPavel Filipenský2023-01-261-4/+4
* lib:util: Print data in ISO 8601 formatAndreas Schneider2023-01-261-2/+2
* lib:util: Remove trailing whitespaces from time.cAndreas Schneider2023-01-261-19/+19
* lib/util: install a tevent_abort callback using smb_panic()Stefan Metzmacher2023-01-181-0/+18
* lib/tfork: Don't overwrite 'ret' in cleanup phaseJoseph Sutton2023-01-101-5/+6
* lib: Remove idtree from samba_util.hVolker Lendecke2023-01-102-3/+1
* lib: Add "starting_id" to idr_get_new_random()Volker Lendecke2023-01-102-5/+16
* lib: Use talloc_asprintf_addbuf() in print_socket_options()Volker Lendecke2022-12-141-13/+6
* lib: Use talloc_asprintf_addbuf() in str_list_join_shell()Volker Lendecke2022-12-141-4/+5
* lib: Use talloc_asprintf_addbuf() in str_list_join()Volker Lendecke2022-12-141-1/+1
* lib: Use talloc_asprintf_addbuf() in debug.cVolker Lendecke2022-12-141-9/+6
* lib: Move talloc_asprintf_addbuf() to tallocVolker Lendecke2022-12-142-37/+0
* lib: Fix whitespaceVolker Lendecke2022-12-141-24/+24
* lib/util: use process_set_title() in tfork()Ralph Boehme2022-12-141-4/+3
* lib/util: add process_set_title()Ralph Boehme2022-12-142-3/+42
* util: add stable sort functionsDouglas Bagnall2022-12-014-0/+626
* lib: Whitespace fixesVolker Lendecke2022-11-221-11/+11
* lib: Make lib/util/iov_buf.h self-containedVolker Lendecke2022-11-221-0/+1
* lib:util: Check memset_s() error code in talloc_keep_secret_destructor()Joseph Sutton2022-09-121-1/+14
* lib: Fix a typoVolker Lendecke2022-08-261-4/+5
* lib:util: Zero memory in generate_random_machine_password()Pavel Filipenský2022-08-261-0/+8
* lib:util: Add BURN_FREE() and BURN_FREE_STR()Pavel Filipenský2022-08-261-0/+27
* lib/util: add unlikely() to SMB_ASSERT()Stefan Metzmacher2022-08-191-1/+1
* lib/util/access: source3/auth/user_util: Check for INNETGRlistout2022-08-081-1/+1
* lib:util: Add generate_random_u64_range()Andreas Schneider2022-07-282-0/+16
* lib:util: Remove trailing whitespaces in samba_util.hAndreas Schneider2022-07-281-17/+17
* util/genrand: don't ignore errors in random number generationDouglas Bagnall2022-07-282-4/+27
* lib/util: make use of tevent_cached_getpid() in performance critical codeStefan Metzmacher2022-07-252-2/+4
* lib: Remove a few #include "includes.h"Volker Lendecke2022-07-259-9/+19
* lib: On FreeBSD util_paths.c does not find struct statVolker Lendecke2022-07-241-0/+1
* lib: Fix the FreeBSD buildVolker Lendecke2022-07-231-0/+1
* waf: Check for -Wno-error=array-bounds flagsAndreas Schneider2022-07-191-3/+19
* debug: Add DEBUGLF macro with explicit location and function parameters.Pavel Filipenský2022-07-151-0/+19