summaryrefslogtreecommitdiff
path: root/lib/util
Commit message (Expand)AuthorAgeFilesLines
...
* debug: Fix whitespace and a typo in debug.hPavel Filipenský2022-07-151-2/+2
* util/debug: share classname table with testsDouglas Bagnall2022-06-174-104/+75
* debug: add DBG_DEV()Douglas Bagnall2022-06-172-0/+79
* debug: drop an '#if _SAMBA_BUILD_ == 3'Douglas Bagnall2022-06-171-15/+7
* tests: rename logging test sourceDouglas Bagnall2022-06-172-2/+2
* tests: adapt logging test for s3.Douglas Bagnall2022-06-172-3/+17
* tests: test source4 cmdline/smb.conf log levelDouglas Bagnall2022-06-172-0/+205
* util: Add new debug setting debug_no_stderr_redirectMartin Schwenke2022-06-162-1/+3
* lib/util: Delegate constant time memcmp to gnutls_memcmp()Joseph Sutton2022-06-092-8/+5
* lib/util: Add test of mem_equal_const_time()Joseph Sutton2022-06-091-0/+22
* lib/util: Add test of data_blob_equal_const_time()Joseph Sutton2022-06-091-0/+47
* lib/util: Reduce sum variable to uint8_tJoseph Sutton2022-06-091-1/+2
* lib/util: Change function to mem_equal_const_time()Joseph Sutton2022-06-093-7/+7
* lib/util: Change function to data_blob_equal_const_time()Joseph Sutton2022-06-092-10/+10
* auth: Use constant-time memcmp when comparing sensitive buffersJoseph Sutton2022-06-092-0/+30
* lib/util: Move memcmp_const_time() to util.cJoseph Sutton2022-06-092-12/+12
* lib/util: Prefer backtrace_symbols() for internal backtracesAndrew Bartlett2022-06-093-12/+37
* build: Possibly link against libexecinfo for backtrace_symbols()Andrew Bartlett2022-06-091-0/+1
* build: Make build with --disable-fault-hanlding work under --enable-developerAndrew Bartlett2022-06-091-1/+2
* Revert "lib:util: Remove NIS support from string_match()"Samuel Cabrero2022-06-091-0/+56
* lib/util/gpfswrap: remove unused gpfswrap_get_winattrs_path()Ralph Boehme2022-06-032-16/+0
* lib/util/gpfswrap: remove unused gpfswrap_getacl()Ralph Boehme2022-06-032-13/+0
* lib/util/gpfswrap: add gpfswrap_fgetacl()Ralph Boehme2022-06-032-0/+13
* debug: update comments about setup_logging()Douglas Bagnall2022-05-302-14/+23
* lib:util: Do not error for array-bounds warningAndreas Schneider2022-05-181-0/+1
* util/base64: decode_data_blob_talloc catches talloc errorDouglas Bagnall2022-05-121-1/+10
* debug: add debug_traceid_set/get() interfacePavel Filipenský2022-05-102-2/+33
* debug: fix trailing whitespacePavel Filipenský2022-05-101-1/+1
* lib/util: data_blob_append() should not fail if both parts have length=0Stefan Metzmacher2022-05-021-0/+5
* lib/util: add tests for data_blob_append() with the resulting blob length=0Stefan Metzmacher2022-05-021-0/+26
* smbd: Add filename_convert_dirfsp()Volker Lendecke2022-04-281-0/+1
* lib: Remove an unneeded includes.hVolker Lendecke2022-04-261-1/+5
* lib: Remove an unneeded includes.hVolker Lendecke2022-04-261-1/+7
* lib: Remove an unneeded includes.hVolker Lendecke2022-04-261-1/+3
* lib: Remove an unneeded includes.hVolker Lendecke2022-04-261-2/+3
* lib: Remove an unused includes.hVolker Lendecke2022-04-261-1/+3
* lib: Stay ASCII-compatible for toupper_m/tolower_mVolker Lendecke2022-04-041-6/+0
* lib: GENCACHE_RAM isn't used anymoreVolker Lendecke2022-03-291-1/+0
* util: CID 1499409: Memory - corruptions (OVERLAPPING_COPY)Martin Schwenke2022-02-221-1/+2
* util: Drop unused variable num_charsMartin Schwenke2022-02-171-2/+0
* lib: Simplify pm_process()Volker Lendecke2022-02-071-13/+2
* lib/util: add dump_data_diff*() helpersStefan Metzmacher2022-01-242-0/+112
* lib/util: split out a dump_data_block16() helperStefan Metzmacher2022-01-241-60/+59
* lib: util: Make nt_time_to_full_timespec() call nt_time_to_unix_timespec_raw(...Jeremy Allison2022-01-111-18/+2
* lib: util: Make nt_time_to_unix_timespec() call nt_time_to_unix_timespec_raw(...Jeremy Allison2022-01-111-20/+3
* lib: util: Add a function nt_time_to_unix_timespec_raw().Jeremy Allison2022-01-082-0/+32
* lib: Fix a typoVolker Lendecke2022-01-051-1/+1
* lib:util: Initialize pidAndreas Schneider2021-12-151-1/+1
* lib:util: Check return value of tdb_parse_record()Andreas Schneider2021-12-151-2/+5
* kdc: Pad UPN_DNS_INFO PAC bufferJoseph Sutton2021-12-152-0/+28