summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Expand)AuthorFilesLines
2024-07-10package: ZipFile: don't accept duplicate entries (case insensitive)Michael Stahl2-5/+21
2024-07-05package: avoid throwing RuntimeException in getZipFileContents()Michael Stahl1-1/+5
2024-07-05package: ZipFile: treat junk at the start of zip as invalidMichael Stahl2-0/+6
2024-07-02package: ZipFile: check Info-ZIP Unicode Path Extra FieldMichael Stahl3-4/+44
2024-07-02package: ZipFile: don't accept duplicate CEN entriesMichael Stahl1-1/+9
2024-06-17package: remove experimental mode checkMichael Stahl1-1/+1
2024-06-17tdf#160888 package: fix opening password protected scripting libraryMichael Stahl1-3/+13
2024-06-13use more concrete UNO types in OStorageNoel Grandin4-30/+37
2024-05-08drop requirement for rtl_random_getBytes to have "Pool" argCaolán McNamara6-48/+14
2024-05-03WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara1-7/+7
2024-04-30loplugin:ostr in packageNoel Grandin20-185/+184
2024-03-31tdf#146619 Drop unused 'using namespace' in: package/Gabor Kelemen2-2/+0
2024-03-06Use less boost_headers in low level librariesGabor Kelemen1-1/+0
2024-02-22tdf#159519 comphelper,package: do not store document without SHA256Michael Stahl1-0/+5
2024-02-02Extract Local file header and Data descriptor handling into own functionsMike Kaganski2-189/+184
2024-02-01tdf#154587: allow directory entries in ZIP packagesMike Kaganski1-2/+40
2024-02-01check that rtl_random_getBytes() was successfulMichael Stahl1-2/+8
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski7-10/+10
2024-01-12cid#1546222 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-01-11tdf#105844 package: ODF wholesome encryption: use package versionMichael Stahl3-0/+26
2024-01-09tdf#105844 package: ManifestImport: handle argon2 attributes in ...Michael Stahl2-6/+15
2024-01-02ofz#65480: Integer-overflowCaolán McNamara1-2/+4
2023-12-20cid#1545612 COPY_INSTEAD_OF_MOVECaolán McNamara2-8/+9
2023-12-20package: ODF encryption: fix 2 GPG problemsMichael Stahl3-11/+13
2023-12-20tdf#105844 offapi,package,sfx2: use Argon2 for wholesome ODF encryptionMichael Stahl16-69/+326
2023-12-14tdf#105844 package: increase PBKDF2 iterations for wholesome ODF encryptionMichael Stahl2-1/+8
2023-12-14tdf#105844 package: check for unexpected zip entries on loading ...Michael Stahl3-4/+14
2023-12-14OFFICE-3708: package: produce correct SHA256 URLMichael Stahl2-1/+9
2023-12-14tdf#105844 package: remove root document from manifest ...Michael Stahl3-9/+50
2023-12-14tdf#131575: in repair mode, match names ASCII case-insensitivelyMike Kaganski2-0/+7
2023-12-14package: GPG encryption: prevent manifest:start-key-generation ...Michael Stahl1-3/+4
2023-12-13tdf#105844 package,sfx2: remove checksum infoleak when using AEADMichael Stahl11-75/+207
2023-12-13package: move function downMichael Stahl1-40/+41
2023-12-11tdf#105844 offapi,package,sfx2,xmlsecurity: add AEAD w/ AES GCMMichael Stahl9-10/+77
2023-12-07tdf#105844 package,sfx2: wholesome ODF package wrapping encryptionMichael Stahl1-2/+6
2023-12-07some cosmetic improvements, better warningsMichael Stahl2-1/+4
2023-11-26tdf#96401: allow to detect a broken ZIP packageMike Kaganski1-0/+4
2023-11-18c++20: use std::erase(_if) instead of std::remove(_if)+erase (part 6)Julien Nabet4-12/+9
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann4-85/+85
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: packageStephan Bergmann5-24/+24
2023-08-28incorrect usage of erase..remove idionNoel Grandin1-1/+1
2023-06-26new loplugin:constexprliteralNoel Grandin3-42/+42
2023-06-18Use getXWeak in packageMike Kaganski9-66/+58
2023-05-31do not throw DisposedException when inside a dispose() methodNoel Grandin2-16/+4
2023-05-20loplugin:unusedmethodsNoel Grandin2-29/+0
2023-04-25expose recovering zips for testingCaolán McNamara2-0/+15
2023-04-25Resolves: tdf#155005 use of uninitialised valueCaolán McNamara1-13/+18
2023-04-25tdf#155005 fail gracefully on encountering a negative compression valueCaolán McNamara1-0/+6
2023-03-30ofz#57529 Integer-overflowCaolán McNamara1-2/+7
2023-03-20Missing includes (for std::exception_ptr)Stephan Bergmann3-0/+3