summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2022-06-08talloc: version 2.3.4talloc-2.3.4Stefan Metzmacher3-1/+82
2022-06-08lib/smbconf: expose smbconf error codes to python wrapperJohn Mulligan1-5/+34
2022-06-06docs-xml: add new parameter volume serial numberChristian Ambach1-0/+1
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-30cmdline_s4: re-initialise logging once loadparm is readyDouglas Bagnall1-5/+17
2022-05-18lib:util: Do not error for array-bounds warningAndreas Schneider1-0/+1
2022-05-17lzxpress: compress shortcut if we've reached maximum lengthDouglas Bagnall1-0/+4
2022-05-17lzxpress/test: time performance of long boring sequencesDouglas Bagnall1-0/+69
2022-05-12fuzz: add lzxpress compress/decompress round-tripDouglas Bagnall2-0/+58
2022-05-12fuzz: add fuzz_lzxpress_compressDouglas Bagnall2-0/+40
2022-05-12compression:tests: align test names with functionsDouglas Bagnall1-5/+5
2022-05-12compression: add a few comments, including MS-XCA pointers.Douglas Bagnall1-0/+19
2022-05-12compression: remove always false constant comparisonDouglas Bagnall1-3/+0
2022-05-12compression: lzxpress decompress empty string as empty stringDouglas Bagnall1-0/+4
2022-05-12compression: fix lzxpress decompress with trailing flagsDouglas Bagnall1-0/+7
2022-05-12compression:tests: test lzxpress in some edge casesDouglas Bagnall1-1/+61
2022-05-12compression: Move maximum length calculation out of inner loopJoseph Sutton1-6/+3
2022-05-12compression: Use correct values for max len and offsetJoseph Sutton1-2/+2
2022-05-12compression: Replace divisions with shiftsJoseph Sutton1-4/+5
2022-05-12compression: Remove unneeded loop variableJoseph Sutton1-2/+1
2022-05-12compression: Reduce scope of variablesJoseph Sutton1-14/+13
2022-05-12compression: Use PUSH_LE_U32 for first output buffer writeJoseph Sutton1-1/+1
2022-05-12compression: Add bounds check for first output buffer writeJoseph Sutton1-1/+3
2022-05-12compression: Remove helper variables str1 and str2Joseph Sutton1-6/+4
2022-05-12compression: Fix writing output flagsJoseph Sutton1-2/+4
2022-05-12compression: Remove byte_left variableJoseph Sutton1-5/+2
2022-05-12compression: Remove redundant bounds checkJoseph Sutton1-1/+0
2022-05-12compression: Add range check for indic_posJoseph Sutton1-0/+1
2022-05-12compression: Remove redundant nibble_index checkJoseph Sutton1-1/+0
2022-05-12compression: Make use of PUSH_LE_Uxx macrosJoseph Sutton1-8/+3
2022-05-12compression: Simplify code by making indic_pos an indexJoseph Sutton1-7/+7
2022-05-12compression: Make use of CHECK_{IN,OUT}PUT_BYTES macrosJoseph Sutton1-9/+16
2022-05-12compression: Simplify code by removing metadata_size variableJoseph Sutton1-29/+24
2022-05-12compression: Use correct value for indic_posJoseph Sutton1-2/+2
2022-05-12compression: Use correct value for nibble_indexJoseph Sutton1-2/+2
2022-05-12compression: Simplify redundant branchesJoseph Sutton1-42/+19
2022-05-12compression: Consistently use PUSH_LE_Uxx macrosJoseph Sutton1-29/+9
2022-05-12compression: Use explicit data sizesJoseph Sutton1-9/+9
2022-05-12compression tests: Add additional compression testsJoseph Sutton1-0/+152
2022-05-12compression: fix lzxpress-compressMatt Suiche1-87/+105
2022-05-12compression: lzxpress_compress: fix no-op shift of 0Matt Suiche1-1/+1
2022-05-12compression: fix lzxpress_decompressMatt Suiche1-12/+19
2022-05-12compression tests: add test for legacy compressed dataMatt Suiche1-1/+23
2022-05-12compression tests: add LZXpress tests based on [MS-XCA]Matt Suiche1-14/+119
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