summaryrefslogtreecommitdiff
path: root/package/source
AgeCommit message (Expand)Author
2024-10-15tdf#163341 package: fix reading Zip64 produced by stream-write-odsMichael Stahl
2024-10-15tdf#163364 package: ask to recover for this invalid ODF packageMichael Stahl
2024-09-19tdf#162866 package: fix loading AutoCorrect file with case-insensitiveMichael Stahl
2024-09-19package: tweak password fallback in ZipPackageStream::getDataStream()Michael Stahl
2024-09-19tdf#162841 package: fix loading AES-GCM encrypted macros from ODFMichael Stahl
2024-09-19tdf#162823 package: fix loss of ODF encrypted basic macrosMichael Stahl
2024-09-19ofz: 22 byte .zip is min sizeCaolán McNamara
2024-08-23package: ZipPackage: add additional check for entries STORED withMichael Stahl
2024-08-23package: ZipFile: check Zip64 end of central directory for consistencyMichael Stahl
2024-08-23package: add additional consistency checks for local file headerMichael Stahl
2024-08-23package: don't check case insensitive duplicates for ZIP packageMichael Stahl
2024-07-16package: ZipFile: don't accept duplicate entries (case insensitive)Michael Stahl
2024-07-16package: avoid throwing RuntimeException in getZipFileContents()Michael Stahl
2024-07-16package: ZipFile: treat junk at the start of zip as invalidMichael Stahl
2024-07-05package: ZipFile: check Info-ZIP Unicode Path Extra FieldMichael Stahl
2024-07-05package: ZipFile: don't accept duplicate CEN entriesMichael Stahl
2024-06-29tdf#160888 package: fix opening password protected scripting libraryMichael Stahl
2024-05-10drop requirement for rtl_random_getBytes to have "Pool" argCaolán McNamara
2024-03-07tdf#159519 comphelper,package: do not store document without SHA256Michael Stahl
2024-02-07check that rtl_random_getBytes() was successfulMichael Stahl
2024-02-06Avoid infinite loop (24-2-specific)Mike Kaganski
2024-02-06tdf#154587: allow directory entries in ZIP packagesMike Kaganski
2024-01-20tdf#105844 package: ODF wholesome encryption: use package versionMichael Stahl
2024-01-20tdf#105844 package: ManifestImport: handle argon2 attributes in ...Michael Stahl
2024-01-02ofz#65480: Integer-overflowCaolán McNamara
2023-12-21package: ODF encryption: fix 2 GPG problemsMichael Stahl
2023-12-20tdf#105844 offapi,package,sfx2: use Argon2 for wholesome ODF encryptionMichael Stahl
2023-12-20tdf#131575: in repair mode, match names ASCII case-insensitivelyMike Kaganski
2023-12-15tdf#105844 package: increase PBKDF2 iterations for wholesome ODF encryptionMichael Stahl
2023-12-15tdf#105844 package: check for unexpected zip entries on loading ...Michael Stahl
2023-12-15tdf#105844 package: remove root document from manifest ...Michael Stahl
2023-12-14OFFICE-3708: package: produce correct SHA256 URLMichael Stahl
2023-12-14package: GPG encryption: prevent manifest:start-key-generation ...Michael Stahl
2023-12-14tdf#105844 package,sfx2: remove checksum infoleak when using AEADMichael Stahl
2023-12-13package: move function downMichael Stahl
2023-12-12tdf#105844 offapi,package,sfx2,xmlsecurity: add AEAD w/ AES GCMMichael Stahl
2023-12-07tdf#105844 package,sfx2: wholesome ODF package wrapping encryptionMichael Stahl
2023-12-07some cosmetic improvements, better warningsMichael Stahl
2023-11-26tdf#96401: allow to detect a broken ZIP packageMike Kaganski
2023-11-18c++20: use std::erase(_if) instead of std::remove(_if)+erase (part 6)Julien Nabet
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: packageStephan Bergmann
2023-08-28incorrect usage of erase..remove idionNoel Grandin
2023-06-26new loplugin:constexprliteralNoel Grandin
2023-06-18Use getXWeak in packageMike Kaganski
2023-05-31do not throw DisposedException when inside a dispose() methodNoel Grandin
2023-05-20loplugin:unusedmethodsNoel Grandin
2023-04-25expose recovering zips for testingCaolán McNamara
2023-04-25Resolves: tdf#155005 use of uninitialised valueCaolán McNamara
2023-04-25tdf#155005 fail gracefully on encountering a negative compression valueCaolán McNamara