Age | Commit message (Expand) | Author |
2024-10-15 | tdf#163341 package: fix reading Zip64 produced by stream-write-ods | Michael Stahl |
2024-10-15 | tdf#163364 package: ask to recover for this invalid ODF package | Michael Stahl |
2024-09-19 | tdf#162866 package: fix loading AutoCorrect file with case-insensitive | Michael Stahl |
2024-09-19 | package: tweak password fallback in ZipPackageStream::getDataStream() | Michael Stahl |
2024-09-19 | tdf#162841 package: fix loading AES-GCM encrypted macros from ODF | Michael Stahl |
2024-09-19 | tdf#162823 package: fix loss of ODF encrypted basic macros | Michael Stahl |
2024-09-19 | ofz: 22 byte .zip is min size | Caolán McNamara |
2024-08-23 | package: ZipPackage: add additional check for entries STORED with | Michael Stahl |
2024-08-23 | package: ZipFile: check Zip64 end of central directory for consistency | Michael Stahl |
2024-08-23 | package: add additional consistency checks for local file header | Michael Stahl |
2024-08-23 | package: don't check case insensitive duplicates for ZIP package | Michael Stahl |
2024-07-16 | package: ZipFile: don't accept duplicate entries (case insensitive) | Michael Stahl |
2024-07-16 | package: avoid throwing RuntimeException in getZipFileContents() | Michael Stahl |
2024-07-16 | package: ZipFile: treat junk at the start of zip as invalid | Michael Stahl |
2024-07-05 | package: ZipFile: check Info-ZIP Unicode Path Extra Field | Michael Stahl |
2024-07-05 | package: ZipFile: don't accept duplicate CEN entries | Michael Stahl |
2024-06-29 | tdf#160888 package: fix opening password protected scripting library | Michael Stahl |
2024-05-10 | drop requirement for rtl_random_getBytes to have "Pool" arg | Caolán McNamara |
2024-03-07 | tdf#159519 comphelper,package: do not store document without SHA256 | Michael Stahl |
2024-02-07 | check that rtl_random_getBytes() was successful | Michael Stahl |
2024-02-06 | Avoid infinite loop (24-2-specific) | Mike Kaganski |
2024-02-06 | tdf#154587: allow directory entries in ZIP packages | Mike Kaganski |
2024-01-20 | tdf#105844 package: ODF wholesome encryption: use package version | Michael Stahl |
2024-01-20 | tdf#105844 package: ManifestImport: handle argon2 attributes in ... | Michael Stahl |
2024-01-02 | ofz#65480: Integer-overflow | Caolán McNamara |
2023-12-21 | 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-20 | tdf#131575: in repair mode, match names ASCII case-insensitively | Mike Kaganski |
2023-12-15 | tdf#105844 package: increase PBKDF2 iterations for wholesome ODF encryption | Michael Stahl |
2023-12-15 | tdf#105844 package: check for unexpected zip entries on loading ... | Michael Stahl |
2023-12-15 | tdf#105844 package: remove root document from manifest ... | Michael Stahl |
2023-12-14 | OFFICE-3708: package: produce correct SHA256 URL | Michael Stahl |
2023-12-14 | package: GPG encryption: prevent manifest:start-key-generation ... | Michael Stahl |
2023-12-14 | tdf#105844 package,sfx2: remove checksum infoleak when using AEAD | Michael Stahl |
2023-12-13 | package: move function down | Michael Stahl |
2023-12-12 | 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 |
2023-11-18 | c++20: use std::erase(_if) instead of std::remove(_if)+erase (part 6) | Julien Nabet |
2023-10-23 | Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]String | Stephan Bergmann |
2023-10-20 | Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: package | Stephan Bergmann |
2023-08-28 | incorrect usage of erase..remove idion | Noel Grandin |
2023-06-26 | new loplugin:constexprliteral | Noel Grandin |
2023-06-18 | Use getXWeak in package | Mike Kaganski |
2023-05-31 | do not throw DisposedException when inside a dispose() method | Noel Grandin |
2023-05-20 | loplugin:unusedmethods | Noel Grandin |
2023-04-25 | expose recovering zips for testing | Caolán McNamara |
2023-04-25 | Resolves: tdf#155005 use of uninitialised value | Caolán McNamara |
2023-04-25 | tdf#155005 fail gracefully on encountering a negative compression value | Caolán McNamara |