summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* debug: Add DEBUGLF macro with explicit location and function parameters.Pavel Filipenský2022-07-151-0/+19
* debug: Fix whitespace and a typo in debug.hPavel Filipenský2022-07-151-2/+2
* lib:krb5_wrap: Add debug to ads_krb5_cli_get_ticket()Samuel Cabrero2022-07-121-0/+4
* s3:winbind: Improve debug message to print service in smb_krb5_renew_ticket()Samuel Cabrero2022-07-121-1/+2
* dsdb: Allow password history and password changes without an NT hashAndrew Bartlett2022-06-263-0/+15
* lib:cmdline: Fix error handling of --client-protection=sign|encrypt|offAndreas Schneider2022-06-221-56/+63
* lib:cmdline: Fix error handling of --use-krb5-ccache=CCACHEAndreas Schneider2022-06-221-26/+32
* lib:cmdline: Fix error handling of --use-kerberos=desired|required|offAndreas Schneider2022-06-221-16/+26
* torture: add torture_assertf()Douglas Bagnall2022-06-171-0/+14
* 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
* replace: Check for -Wuse-after-freeSamuel Cabrero2022-06-141-0/+3
* lib:krb5_wrap: Add const to parameters for smb_krb5_create_key_from_string()Joseph Sutton2022-06-142-4/+4
* 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
* tdb: version 1.4.7tdb-1.4.7Stefan Metzmacher2022-06-082-1/+74
* tevent: version 0.12.1tevent-0.12.1Stefan Metzmacher2022-06-082-1/+152
* talloc: version 2.3.4talloc-2.3.4Stefan Metzmacher2022-06-083-1/+82
* lib/smbconf: expose smbconf error codes to python wrapperJohn Mulligan2022-06-081-5/+34
* docs-xml: add new parameter volume serial numberChristian Ambach2022-06-061-0/+1
* 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
* cmdline_s4: re-initialise logging once loadparm is readyDouglas Bagnall2022-05-301-5/+17
* lib:util: Do not error for array-bounds warningAndreas Schneider2022-05-181-0/+1
* lzxpress: compress shortcut if we've reached maximum lengthDouglas Bagnall2022-05-171-0/+4
* lzxpress/test: time performance of long boring sequencesDouglas Bagnall2022-05-171-0/+69
* fuzz: add lzxpress compress/decompress round-tripDouglas Bagnall2022-05-122-0/+58
* fuzz: add fuzz_lzxpress_compressDouglas Bagnall2022-05-122-0/+40
* compression:tests: align test names with functionsDouglas Bagnall2022-05-121-5/+5
* compression: add a few comments, including MS-XCA pointers.Douglas Bagnall2022-05-121-0/+19
* compression: remove always false constant comparisonDouglas Bagnall2022-05-121-3/+0
* compression: lzxpress decompress empty string as empty stringDouglas Bagnall2022-05-121-0/+4
* compression: fix lzxpress decompress with trailing flagsDouglas Bagnall2022-05-121-0/+7