Age | Commit message (Expand) | Author |
2024-11-16 | tdf#163818 package: fix recovery of zip entry local header with ... | Michael Stahl |
2024-11-11 | tdf#162944 package: try to detect Zip64 via version | Michael Stahl |
2024-10-14 | tdf#163341 package: fix reading Zip64 produced by stream-write-ods | Michael Stahl |
2024-10-14 | tdf#163364 package: ask to recover for this invalid ODF package | Michael Stahl |
2024-09-20 | package: tweak password fallback in ZipPackageStream::getDataStream() | Michael Stahl |
2024-09-19 | package: add unit tests with invalid zip packages | Michael Stahl |
2024-09-17 | tdf#162866 package: fix loading AutoCorrect file with case-insensitive | Michael Stahl |
2024-09-17 | tdf#162841 package: fix loading AES-GCM encrypted macros from ODF | Michael Stahl |
2024-09-17 | tdf#162823 package: fix loss of ODF encrypted basic macros | Michael Stahl |
2024-09-13 | ofz: 22 byte .zip is min size | Caolán McNamara |
2024-08-16 | package: ZipPackage: add additional check for entries STORED with | Michael Stahl |
2024-08-07 | package: ZipFile: check Zip64 end of central directory for consistency | Michael Stahl |
2024-07-18 | package: don't check case insensitive duplicates for ZIP package | Michael Stahl |
2024-07-18 | package: add additional consistency checks for local file header | Michael Stahl |
2024-07-10 | package: ZipFile: don't accept duplicate entries (case insensitive) | Michael Stahl |
2024-07-08 | package: avoid throwing RuntimeException in getZipFileContents() | Michael Stahl |
2024-07-05 | package: ZipFile: treat junk at the start of zip as invalid | Michael Stahl |
2024-07-04 | package: ZipFile: check Info-ZIP Unicode Path Extra Field | Michael Stahl |
2024-07-04 | package: ZipFile: don't accept duplicate CEN entries | Michael Stahl |
2024-06-17 | package: remove experimental mode check | Michael Stahl |
2024-06-17 | tdf#160888 package: fix opening password protected scripting library | Michael Stahl |
2024-05-08 | drop requirement for rtl_random_getBytes to have "Pool" arg | Caolán McNamara |
2024-05-03 | WaE: C6011 Dereferencing NULL pointer warnings | Caolán McNamara |
2024-04-30 | loplugin:ostr in package | Noel Grandin |
2024-03-31 | tdf#146619 Drop unused 'using namespace' in: package/ | Gabor Kelemen |
2024-03-06 | Use less boost_headers in low level libraries | Gabor Kelemen |
2024-02-22 | tdf#159519 comphelper,package: do not store document without SHA256 | Michael Stahl |
2024-02-02 | Extract Local file header and Data descriptor handling into own functions | Mike Kaganski |
2024-02-01 | tdf#154587: allow directory entries in ZIP packages | Mike Kaganski |
2024-02-01 | check that rtl_random_getBytes() was successful | Michael Stahl |
2024-01-27 | Drop std::as_const from css::uno::Sequence iterations | Mike Kaganski |
2024-01-12 | cid#1546222 COPY_INSTEAD_OF_MOVE | Caolán McNamara |
2024-01-11 | tdf#105844 package: ODF wholesome encryption: use package version | Michael Stahl |
2024-01-09 | tdf#105844 package: ManifestImport: handle argon2 attributes in ... | Michael Stahl |
2024-01-02 | ofz#65480: Integer-overflow | Caolán McNamara |
2023-12-20 | cid#1545612 COPY_INSTEAD_OF_MOVE | Caolán McNamara |
2023-12-20 | package: ODF encryption: fix 2 GPG problems | Michael Stahl |
2023-12-20 | tdf#105844 offapi,package,sfx2: use Argon2 for wholesome ODF encryption | Michael Stahl |
2023-12-14 | tdf#105844 package: increase PBKDF2 iterations for wholesome ODF encryption | Michael Stahl |
2023-12-14 | tdf#105844 package: check for unexpected zip entries on loading ... | Michael Stahl |
2023-12-14 | OFFICE-3708: package: produce correct SHA256 URL | Michael Stahl |
2023-12-14 | tdf#105844 package: remove root document from manifest ... | Michael Stahl |
2023-12-14 | tdf#131575: in repair mode, match names ASCII case-insensitively | Mike Kaganski |
2023-12-14 | package: GPG encryption: prevent manifest:start-key-generation ... | Michael Stahl |
2023-12-13 | tdf#105844 package,sfx2: remove checksum infoleak when using AEAD | Michael Stahl |
2023-12-13 | package: move function down | Michael Stahl |
2023-12-11 | tdf#105844 offapi,package,sfx2,xmlsecurity: add AEAD w/ AES GCM | Michael Stahl |
2023-12-07 | tdf#105844 package,sfx2: wholesome ODF package wrapping encryption | Michael Stahl |
2023-12-07 | some cosmetic improvements, better warnings | Michael Stahl |
2023-11-26 | tdf#96401: allow to detect a broken ZIP package | Mike Kaganski |