summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* compression:tests: test lzxpress in some edge casesDouglas Bagnall2022-05-121-1/+61
* compression: Move maximum length calculation out of inner loopJoseph Sutton2022-05-121-6/+3
* compression: Use correct values for max len and offsetJoseph Sutton2022-05-121-2/+2
* compression: Replace divisions with shiftsJoseph Sutton2022-05-121-4/+5
* compression: Remove unneeded loop variableJoseph Sutton2022-05-121-2/+1
* compression: Reduce scope of variablesJoseph Sutton2022-05-121-14/+13
* compression: Use PUSH_LE_U32 for first output buffer writeJoseph Sutton2022-05-121-1/+1
* compression: Add bounds check for first output buffer writeJoseph Sutton2022-05-121-1/+3
* compression: Remove helper variables str1 and str2Joseph Sutton2022-05-121-6/+4
* compression: Fix writing output flagsJoseph Sutton2022-05-121-2/+4
* compression: Remove byte_left variableJoseph Sutton2022-05-121-5/+2
* compression: Remove redundant bounds checkJoseph Sutton2022-05-121-1/+0
* compression: Add range check for indic_posJoseph Sutton2022-05-121-0/+1
* compression: Remove redundant nibble_index checkJoseph Sutton2022-05-121-1/+0
* compression: Make use of PUSH_LE_Uxx macrosJoseph Sutton2022-05-121-8/+3
* compression: Simplify code by making indic_pos an indexJoseph Sutton2022-05-121-7/+7
* compression: Make use of CHECK_{IN,OUT}PUT_BYTES macrosJoseph Sutton2022-05-121-9/+16
* compression: Simplify code by removing metadata_size variableJoseph Sutton2022-05-121-29/+24
* compression: Use correct value for indic_posJoseph Sutton2022-05-121-2/+2
* compression: Use correct value for nibble_indexJoseph Sutton2022-05-121-2/+2
* compression: Simplify redundant branchesJoseph Sutton2022-05-121-42/+19
* compression: Consistently use PUSH_LE_Uxx macrosJoseph Sutton2022-05-121-29/+9
* compression: Use explicit data sizesJoseph Sutton2022-05-121-9/+9
* compression tests: Add additional compression testsJoseph Sutton2022-05-121-0/+152
* compression: fix lzxpress-compressMatt Suiche2022-05-121-87/+105
* compression: lzxpress_compress: fix no-op shift of 0Matt Suiche2022-05-121-1/+1
* compression: fix lzxpress_decompressMatt Suiche2022-05-121-12/+19
* compression tests: add test for legacy compressed dataMatt Suiche2022-05-121-1/+23
* compression tests: add LZXpress tests based on [MS-XCA]Matt Suiche2022-05-121-14/+119
* 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/smbconf: add python wrapper functions for transaction managementJohn Mulligan2022-05-061-0/+52
* lib/smbconf: add delete_global_parameter method to SMBConfJohn Mulligan2022-05-061-0/+24
* lib/smbconf: add delete_parameter method to SMBConfJohn Mulligan2022-05-061-0/+24
* lib/smbconf: add create_set_share method to SMBConfJohn Mulligan2022-05-061-0/+124
* lib/smbconf: add delete_share method to SMBConfJohn Mulligan2022-05-061-0/+23
* lib/smbconf: add set_global_parameter method to SMBConfJohn Mulligan2022-05-061-0/+26
* lib/smbconf: add set_parameter method to SMBConfJohn Mulligan2022-05-061-0/+26
* lib/smbconf: add drop method to SMBConfJohn Mulligan2022-05-061-0/+19
* lib/smbconf: add create_share method to SMBConfJohn Mulligan2022-05-061-0/+24
* lib/smbconf: add a python function for raising smbconf exceptionsJohn Mulligan2022-05-061-0/+15
* lib/smbconf: move python smbconf type definition to headerJohn Mulligan2022-05-062-8/+37
* 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