summaryrefslogtreecommitdiff
path: root/lib/util
AgeCommit message (Expand)AuthorFilesLines
2022-06-03lib/util/gpfswrap: remove unused gpfswrap_get_winattrs_path()Ralph Boehme2-16/+0
2022-06-03lib/util/gpfswrap: remove unused gpfswrap_getacl()Ralph Boehme2-13/+0
2022-06-03lib/util/gpfswrap: add gpfswrap_fgetacl()Ralph Boehme2-0/+13
2022-05-30debug: update comments about setup_logging()Douglas Bagnall2-14/+23
2022-05-18lib:util: Do not error for array-bounds warningAndreas Schneider1-0/+1
2022-05-12util/base64: decode_data_blob_talloc catches talloc errorDouglas Bagnall1-1/+10
2022-05-10debug: add debug_traceid_set/get() interfacePavel Filipenský2-2/+33
2022-05-10debug: fix trailing whitespacePavel Filipenský1-1/+1
2022-05-02lib/util: data_blob_append() should not fail if both parts have length=0Stefan Metzmacher1-0/+5
2022-05-02lib/util: add tests for data_blob_append() with the resulting blob length=0Stefan Metzmacher1-0/+26
2022-04-28smbd: Add filename_convert_dirfsp()Volker Lendecke1-0/+1
2022-04-26lib: Remove an unneeded includes.hVolker Lendecke1-1/+5
2022-04-26lib: Remove an unneeded includes.hVolker Lendecke1-1/+7
2022-04-26lib: Remove an unneeded includes.hVolker Lendecke1-1/+3
2022-04-26lib: Remove an unneeded includes.hVolker Lendecke1-2/+3
2022-04-26lib: Remove an unused includes.hVolker Lendecke1-1/+3
2022-04-04lib: Stay ASCII-compatible for toupper_m/tolower_mVolker Lendecke1-6/+0
2022-03-29lib: GENCACHE_RAM isn't used anymoreVolker Lendecke1-1/+0
2022-02-22util: CID 1499409: Memory - corruptions (OVERLAPPING_COPY)Martin Schwenke1-1/+2
2022-02-17util: Drop unused variable num_charsMartin Schwenke1-2/+0
2022-02-07lib: Simplify pm_process()Volker Lendecke1-13/+2
2022-01-24lib/util: add dump_data_diff*() helpersStefan Metzmacher2-0/+112
2022-01-24lib/util: split out a dump_data_block16() helperStefan Metzmacher1-60/+59
2022-01-11lib: util: Make nt_time_to_full_timespec() call nt_time_to_unix_timespec_raw(...Jeremy Allison1-18/+2
2022-01-11lib: util: Make nt_time_to_unix_timespec() call nt_time_to_unix_timespec_raw(...Jeremy Allison1-20/+3
2022-01-08lib: util: Add a function nt_time_to_unix_timespec_raw().Jeremy Allison2-0/+32
2022-01-05lib: Fix a typoVolker Lendecke1-1/+1
2021-12-15lib:util: Initialize pidAndreas Schneider1-1/+1
2021-12-15lib:util: Check return value of tdb_parse_record()Andreas Schneider1-2/+5
2021-12-15kdc: Pad UPN_DNS_INFO PAC bufferJoseph Sutton2-0/+28
2021-12-13lib/util: Add signal.h includeBernd Kuhls1-0/+1
2021-11-30nsswitch: reduce dependecies to private libraries and link static/builtin if ...Stefan Metzmacher1-1/+3
2021-11-11lib/debug: in debug_set_logfile() call reopen_logs_internal()Ralph Boehme1-0/+2
2021-11-11lib/debug: fix fd check before dup'ing to stderrRalph Boehme1-2/+1
2021-11-01debug: Add new smb.conf option "debug syslog format"Martin Schwenke1-0/+2
2021-11-01debug: Add debug_syslog_format settingMartin Schwenke2-1/+76
2021-10-28lib: handle NTTIME_THAW in nt_time_to_full_timespec()Ralph Boehme1-3/+3
2021-10-28lib: add a test for null_nttime(NTTIME_THAW)Ralph Boehme1-0/+1
2021-10-28lib: update null_nttime() of -1: -1 is NTTIME_FREEZERalph Boehme2-2/+2
2021-10-28lib: use NTTIME_FREEZE in a null_nttime() testRalph Boehme1-1/+1
2021-10-28lib: fix null_nttime() testsRalph Boehme1-1/+1
2021-10-28lib: add NTTIME_THAWRalph Boehme1-0/+1
2021-10-14debug: Optimise construction of msg_no_nlMartin Schwenke1-5/+15
2021-10-14debug: Move msg_no_nl to stateMartin Schwenke1-38/+14
2021-10-14debug: Optimise early return when header string buffer is fullMartin Schwenke1-6/+3
2021-10-14debug: Optimise to avoid walking the header stringMartin Schwenke1-5/+8
2021-10-14debug: Optimise construction of header_str_no_nlMartin Schwenke1-4/+34
2021-10-14debug: Rename variable for consistencyMartin Schwenke1-6/+6
2021-10-14debug: Push message length argument down to backend log functionsMartin Schwenke1-18/+34
2021-10-14debug: Add length argument to Debug1()Martin Schwenke1-4/+5