Age | Commit message (Expand) | Author | Files | Lines |
2024-07-10 | package: ZipFile: don't accept duplicate entries (case insensitive) | Michael Stahl | 2 | -5/+21 |
2024-07-05 | package: avoid throwing RuntimeException in getZipFileContents() | Michael Stahl | 1 | -1/+5 |
2024-07-05 | package: ZipFile: treat junk at the start of zip as invalid | Michael Stahl | 2 | -0/+6 |
2024-07-02 | package: ZipFile: check Info-ZIP Unicode Path Extra Field | Michael Stahl | 3 | -4/+44 |
2024-07-02 | package: ZipFile: don't accept duplicate CEN entries | Michael Stahl | 1 | -1/+9 |
2024-06-17 | package: remove experimental mode check | Michael Stahl | 1 | -1/+1 |
2024-06-17 | tdf#160888 package: fix opening password protected scripting library | Michael Stahl | 1 | -3/+13 |
2024-06-13 | use more concrete UNO types in OStorage | Noel Grandin | 4 | -30/+37 |
2024-05-08 | drop requirement for rtl_random_getBytes to have "Pool" arg | Caolán McNamara | 6 | -48/+14 |
2024-05-03 | WaE: C6011 Dereferencing NULL pointer warnings | Caolán McNamara | 1 | -7/+7 |
2024-04-30 | loplugin:ostr in package | Noel Grandin | 20 | -185/+184 |
2024-03-31 | tdf#146619 Drop unused 'using namespace' in: package/ | Gabor Kelemen | 2 | -2/+0 |
2024-03-06 | Use less boost_headers in low level libraries | Gabor Kelemen | 1 | -1/+0 |
2024-02-22 | tdf#159519 comphelper,package: do not store document without SHA256 | Michael Stahl | 1 | -0/+5 |
2024-02-02 | Extract Local file header and Data descriptor handling into own functions | Mike Kaganski | 2 | -189/+184 |
2024-02-01 | tdf#154587: allow directory entries in ZIP packages | Mike Kaganski | 1 | -2/+40 |
2024-02-01 | check that rtl_random_getBytes() was successful | Michael Stahl | 1 | -2/+8 |
2024-01-27 | Drop std::as_const from css::uno::Sequence iterations | Mike Kaganski | 7 | -10/+10 |
2024-01-12 | cid#1546222 COPY_INSTEAD_OF_MOVE | Caolán McNamara | 1 | -1/+1 |
2024-01-11 | tdf#105844 package: ODF wholesome encryption: use package version | Michael Stahl | 3 | -0/+26 |
2024-01-09 | tdf#105844 package: ManifestImport: handle argon2 attributes in ... | Michael Stahl | 2 | -6/+15 |
2024-01-02 | ofz#65480: Integer-overflow | Caolán McNamara | 1 | -2/+4 |
2023-12-20 | cid#1545612 COPY_INSTEAD_OF_MOVE | Caolán McNamara | 2 | -8/+9 |
2023-12-20 | package: ODF encryption: fix 2 GPG problems | Michael Stahl | 3 | -11/+13 |
2023-12-20 | tdf#105844 offapi,package,sfx2: use Argon2 for wholesome ODF encryption | Michael Stahl | 16 | -69/+326 |
2023-12-14 | tdf#105844 package: increase PBKDF2 iterations for wholesome ODF encryption | Michael Stahl | 2 | -1/+8 |
2023-12-14 | tdf#105844 package: check for unexpected zip entries on loading ... | Michael Stahl | 3 | -4/+14 |
2023-12-14 | OFFICE-3708: package: produce correct SHA256 URL | Michael Stahl | 2 | -1/+9 |
2023-12-14 | tdf#105844 package: remove root document from manifest ... | Michael Stahl | 3 | -9/+50 |
2023-12-14 | tdf#131575: in repair mode, match names ASCII case-insensitively | Mike Kaganski | 2 | -0/+7 |
2023-12-14 | package: GPG encryption: prevent manifest:start-key-generation ... | Michael Stahl | 1 | -3/+4 |
2023-12-13 | tdf#105844 package,sfx2: remove checksum infoleak when using AEAD | Michael Stahl | 11 | -75/+207 |
2023-12-13 | package: move function down | Michael Stahl | 1 | -40/+41 |
2023-12-11 | tdf#105844 offapi,package,sfx2,xmlsecurity: add AEAD w/ AES GCM | Michael Stahl | 9 | -10/+77 |
2023-12-07 | tdf#105844 package,sfx2: wholesome ODF package wrapping encryption | Michael Stahl | 1 | -2/+6 |
2023-12-07 | some cosmetic improvements, better warnings | Michael Stahl | 2 | -1/+4 |
2023-11-26 | tdf#96401: allow to detect a broken ZIP package | Mike Kaganski | 1 | -0/+4 |
2023-11-18 | c++20: use std::erase(_if) instead of std::remove(_if)+erase (part 6) | Julien Nabet | 4 | -12/+9 |
2023-10-23 | Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]String | Stephan Bergmann | 4 | -85/+85 |
2023-10-20 | Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: package | Stephan Bergmann | 5 | -24/+24 |
2023-08-28 | incorrect usage of erase..remove idion | Noel Grandin | 1 | -1/+1 |
2023-06-26 | new loplugin:constexprliteral | Noel Grandin | 3 | -42/+42 |
2023-06-18 | Use getXWeak in package | Mike Kaganski | 9 | -66/+58 |
2023-05-31 | do not throw DisposedException when inside a dispose() method | Noel Grandin | 2 | -16/+4 |
2023-05-20 | loplugin:unusedmethods | Noel Grandin | 2 | -29/+0 |
2023-04-25 | expose recovering zips for testing | Caolán McNamara | 2 | -0/+15 |
2023-04-25 | Resolves: tdf#155005 use of uninitialised value | Caolán McNamara | 1 | -13/+18 |
2023-04-25 | tdf#155005 fail gracefully on encountering a negative compression value | Caolán McNamara | 1 | -0/+6 |
2023-03-30 | ofz#57529 Integer-overflow | Caolán McNamara | 1 | -2/+7 |
2023-03-20 | Missing includes (for std::exception_ptr) | Stephan Bergmann | 3 | -0/+3 |