Age | Commit message (Expand) | Author |
2022-09-02 | Set EXTRA_ENV_VARS with += | Stephan Bergmann |
2022-08-18 | Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxx | Stephan Bergmann |
2022-07-29 | Verify signing certificate cryptographically before use in tests | Mike Kaganski |
2022-07-28 | clang-tidy modernize-pass-by-value in xml* | Noel Grandin |
2022-07-20 | tdf#127236 vcl: fix missing encryption of PDF images during export | Miklos Vajna |
2022-07-19 | Replace old png writer in pdfverify.cxx | offtkp |
2022-07-07 | elide some string copies | Noel Grandin |
2022-06-02 | Use more appropriate index variable types | Stephan Bergmann |
2022-05-24 | Use o3tl::make_unsigned in some places | Stephan Bergmann |
2022-05-19 | Simplify an "ImportGraphic" method by removing useless pExtHeader (WmfExternal) | Julien Nabet |
2022-05-06 | remove unnecessary sequenceToContainer | Noel Grandin |
2022-05-05 | loplugin:unusedvariableplus | Noel Grandin |
2022-05-05 | tdf#145312: xmlsecurity_pdfsigning: Add unittest | Xisco Fauli |
2022-05-03 | Just use Any ctor instead of makeAny in xmlsecurity | Stephan Bergmann |
2022-05-01 | use more string_view in various | Noel Grandin |
2022-04-29 | xmlsecurity: fix testInsertCertificate_PEM_ODT with "dbm:" NSS DB | Michael Stahl |
2022-04-29 | xmlsecurity: fix init of temp NSS DB when running with uid 0 | Michael Stahl |
2022-04-29 | use more string_view in INetURLObject | Noel Grandin |
2022-04-28 | Fix system-nss: add hasht.h header back | Thorsten Behrens |
2022-04-20 | loplugin:passstuffbyref | Noel Grandin |
2022-04-15 | use more string_view in xml* | Noel Grandin |
2022-04-13 | loplugin:stringviewparam whitelist some more functions | Noel Grandin |
2022-03-04 | use internal SHA256Thumbprint api | Caolán McNamara |
2022-03-04 | compare authors using Thumbprint | Caolán McNamara |
2022-03-01 | Fix the test failing when invalid certificate is in cert store | Mike Kaganski |
2022-02-25 | Add documentation for xmlsecurity | Hossein |
2022-02-21 | Cleanup x509certificate_nssimpl.cxx | Hossein |
2022-02-04 | add toId/fromId to tidy up some ugly casting | Caolán McNamara |
2022-01-29 | gtk4: remove stray xalign | Caolán McNamara |
2022-01-24 | Make Certificate not found dialog async | Szymon Kłos |
2022-01-24 | Make View Certificate sub-dialog async | Szymon Kłos |
2022-01-24 | Make View Certificate dialog async | Szymon Kłos |
2022-01-24 | jsdialog: enable Digital Signatures dialog | Szymon Kłos |
2022-01-12 | gbuild: build static LO / link static executables | Jan-Marek Glogowski |
2022-01-06 | tdf#146392 fix --enable-pch=full build | scito |
2022-01-05 | xmlsecurity nss: log what XML DOM node is given to libxmlsec | Miklos Vajna |
2022-01-05 | Update gpgme to 1.16.0 | Thorsten Behrens |
2022-01-04 | xmlsecurity: log the signature we read from the ZIP package | Miklos Vajna |
2022-01-03 | Split xmlsecurity components based on the config | Jan-Marek Glogowski |
2022-01-03 | xmlsecurity: add some more logging | Miklos Vajna |
2021-12-26 | Let comphelper::Base64::decode* take std::u16string_view | Mike Kaganski |
2021-12-24 | osl::Mutex->std::mutex in OCipherContext | Noel Grandin |
2021-12-21 | only use X509Data | Caolán McNamara |
2021-12-10 | Generally determine Rdb content from gb_*_set_componentfile calls | Stephan Bergmann |
2021-11-30 | loplugin:stringliteraldefine in various | Noel Grandin |
2021-11-24 | Rename o3tl::underlyingEnumValue to o3tl::to_underlying to match C++23 | Mike Kaganski |
2021-11-07 | forward decls go after #include | Noel Grandin |
2021-11-02 | xmlsec: fix OOXML signing with multiple certs, extend the test | Tomaž Vajngerl |
2021-11-01 | Fix more misuses of NULL across Windows-only code | Stephan Bergmann |
2021-11-01 | Prepare for removal of non-const operator[] from Sequence in xmlsecurity | Mike Kaganski |